UnknownShadow200
b5909cc1a2
Prevent console from trying to generate levels over 2 GB in size
2022-05-21 23:25:35 +10:00
UnknownShadow200
f2b8ef5e43
Fix ipv4 mapped ipv6 addresses not triggering IP connection spam blocking
...
Since MCGalaxy only supports ipv4 connections by default this won't affect majority of servers
2022-05-21 09:19:08 +10:00
UnknownShadow200
da78b98006
Improve /compile help and move /pcompile into /compile, also add shortcut /br for /brush
2022-05-16 23:16:24 +10:00
UnknownShadow200
a9c39eec7c
Improve CmdCreate creation and help text
2022-05-15 18:56:02 +10:00
UnknownShadow200
f0005c754d
WIP splitting up scripting into dll scripting and source code compiling
2022-05-15 18:47:41 +10:00
UnknownShadow200
3096e355d3
Fix backup summary messages in /restore, /museum etc showing plain level name instead of coloured level name
2022-05-15 18:34:34 +10:00
UnknownShadow200
abc458aaca
Change /sinfo to show total number of levels too, also bump default max players count from 12 to 16
2022-05-14 23:56:12 +10:00
UnknownShadow200
1d4445b240
Make /time use yyyy-mm-dd format, as well as /server backup db
2022-05-11 23:20:41 +10:00
UnknownShadow200
7e0ff9a89d
Flatgrass theme should generate grass layer at middle layer of map, instead of one layer above it (Thanks fizzwhiz)
2022-05-08 20:36:23 +10:00
UnknownShadow200
677894d5e5
avoid explicit namespace in /cmdcreate example commands
2022-05-04 08:23:35 +10:00
UnknownShadow200
6476c0cafc
/outline should be usable even if you can't modify the target block, some other minor improvements
...
CmdCreate generated example commands now use LevelPermission.Owner instead of LevelPermission.Nobody
ReplaceBrush now says 'replace' instead of 'draw with' when don't have permission to modify the block
2022-05-03 21:21:39 +10:00
UnknownShadow200
a66a22c644
Improve DrawOp documentation and prefer explicit GetBlockIfAllowed instead
2022-05-03 14:29:34 +10:00
UnknownShadow200
fd0ca4a12a
Remove DrawOp.SetLevel and just use DrawOp.Setup everywhere for consistency
2022-05-02 22:14:10 +10:00
UnknownShadow200
97d24dcc55
Fix some comments
2022-05-01 17:25:47 +10:00
UnknownShadow200
8c7d992ea2
Remove a few unused methods/properties
2022-05-01 08:44:47 +10:00
UnknownShadow200
56e0f71585
Fix /mi env sometimes wrongly showing exponential fog as enabled (Thanks fizzwhiz)
2022-04-29 20:57:47 +10:00
UnknownShadow200
382b481b91
Move cancelmove field into cancel argument instead
2022-04-29 08:29:49 +10:00
UnknownShadow200
cf08e50190
Move Session.ID to Session class
2022-04-28 17:03:22 +10:00
UnknownShadow200
3e91981c07
fix a few minor issues in GUI tooltips
2022-04-26 23:44:10 +10:00
UnknownShadow200
c5dbaa1a1a
More custom protocol fixes
2022-04-25 17:32:15 +10:00
UnknownShadow200
bebd36ad70
More work on custom protocol support
2022-04-25 17:04:02 +10:00
UnknownShadow200
1bdb33e69b
More WIP on custom protocols, remove secure websocket since it'll be moved to a plugin
2022-04-25 16:08:28 +10:00
UnknownShadow200
52987ec51a
WIP on custom protocol support
2022-04-25 13:20:00 +10:00
UnknownShadow200
ead5b8cc6b
Update readme to mention simple apt install on ubuntu, update instructions for latest release
2022-04-21 22:33:37 +10:00
UnknownShadow200
6a5c4eb708
Log when non-existent portals/message blocks are autodeleted from a level
2022-04-21 21:56:24 +10:00
UnknownShadow200
d6bf620979
Simplify maze random number generation and allow specifying a seed for repeatable maze generation (Thanks Goodly)
2022-04-21 21:28:47 +10:00
UnknownShadow200
e4eae8a223
Inbox now includes message number and slightly offsets message (Thanks Venk)
2022-04-20 23:42:17 +10:00
UnknownShadow200
193393be52
Release 1.9.4.0
1.9.4.0
2022-04-19 23:03:07 +10:00
UnknownShadow200
df6d99a976
Remame ranks with duplicate/hardcoded names at first, and only if that fails, remove the rank
2022-04-18 21:10:09 +10:00
UnknownShadow200
b2463a1664
Allow /limit of 0, fixes #699 (Thanks Empy)
2022-04-17 12:25:54 +10:00
UnknownShadow200
8873b949ed
Allow resetting passwords of offline players, and any players ranked Owner+ can reset password
...
For backwards compatibility, the player whose name equals server owner in server.properties is still allowed to /reset pass
2022-04-16 23:05:38 +10:00
UnknownShadow200
1256f1be5f
Remove some unused options from server.properties
...
Also change default color for owner rank to Maroon (Thanks Goodly)
2022-04-06 22:54:26 +10:00
UnknownShadow200
13a2a65967
Allow /take ing money from yourself
...
Also minorly improve messages when trying to use /setrnak to ban/unban
2022-04-04 23:28:17 +10:00
UnknownShadow200
30a6feb2ba
IRC tidy up, part 3
2022-04-01 23:14:32 +11:00
UnknownShadow200
740d39c1fc
IRC: Simplify code, part 3 (Remove UserInfo)
2022-03-31 22:45:13 +11:00
UnknownShadow200
12d8e93e77
IRC: Simplify code, part 2 (Combine RFC2812Util into Connection)
2022-03-31 22:24:58 +11:00
UnknownShadow200
cc4cff3be2
IRC: Simplify code, part 1
2022-03-31 21:23:51 +11:00
UnknownShadow200
354c1b6573
IRC: Combine Connection/Listener into one class
2022-03-31 21:07:01 +11:00
UnknownShadow200
734c9ff74f
GUI: Also make economy ranks datagridview identify ranks by permissions too
2022-03-31 20:53:19 +11:00
UnknownShadow200
9edc54dc38
GUI: Start rewriting permission combo boxes to identify ranks by permission level, part 2
2022-03-31 19:28:39 +11:00
UnknownShadow200
fad54977fb
GUI: Start rewriting permission combo boxes to identify ranks by permission level instead of name
2022-03-31 12:01:01 +11:00
UnknownShadow200
0663cabbf9
Add option to allow banning staff IPs
2022-03-30 23:54:46 +11:00
UnknownShadow200
c63dde60d2
Discord: Prepare for message content int requirement
2022-03-29 22:12:21 +11:00
UnknownShadow200
557cd908f3
Prevent naming a rank 'Console'
2022-03-28 22:00:14 +11:00
UnknownShadow200
9067e60258
GUI: Allow setting Console rank for command/block permissions
2022-03-27 21:50:01 +11:00
UnknownShadow200
0a2e0f77b3
Workaround a client plugin crash
2022-03-27 11:38:47 +11:00
UnknownShadow200
d5d79af47f
Allow more characters in bot ai/palette names
2022-03-27 10:54:02 +11:00
UnknownShadow200
f1b27e4244
GUI: Fix changing rank not immediately updating players table in main GUI
...
Previously the Rank column would remain out of date until a player joined/left/went to a level
2022-03-26 23:26:44 +11:00
UnknownShadow200
059a8a5fb7
Rank with Owner permission level is no longer mandatory now
...
If the relay bot controller permission level setting does not map to a rank, then the rank with the highest permission level < controller permission level is used instead of defaulting to owner rank
2022-03-24 23:20:51 +11:00
UnknownShadow200
867cb63bc0
WIP on separate console rank
2022-03-23 21:37:27 +11:00