mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-12 16:56:33 -04:00
Release 1.9.4.4
This commit is contained in:
parent
63bb8d36a2
commit
1612526d05
@ -1,4 +1,22 @@
|
||||
v 1.9.4.3
|
||||
v 1.9.4.4
|
||||
Added: ExtEntityTeleport CPE (Thanks Goodly)
|
||||
Added: Allow using ReplaceBrush as a /brush
|
||||
Added: Grid brush (gridlines)
|
||||
Added: disabled-commands option to server.properties to allow completely removing built-in commands
|
||||
Improved: Support for forwarding user's IP when connecting through a websocket reverse proxy
|
||||
Improved: `/setspawn` now tries to avoid changing your current position
|
||||
Improved: Make /Notes use paginated output
|
||||
Improved: Checkered brush also supports providing frequencies/weights for blocks
|
||||
Improved: Majorly increase default realms limit for admin/owner ranks
|
||||
Improved: CTF: Set default Y of spawn and flags to middle of level
|
||||
Improved: ZS: Allow turning off a player dying always resulting them in being infected
|
||||
Improved: GUI: Change Undo input feld in Players tab to timespan input
|
||||
Improved: Simplify /BlockSpeed command
|
||||
Improved: Discord relay bot now refuses to start instead of just logging a warning when lacking required permissions
|
||||
Fixed: Prevent using /Spawn while a game is running
|
||||
Fixed: Games couldn't autostart when less than 3 levels were configured/setup
|
||||
|
||||
v 1.9.4.3
|
||||
Added: Gradient brush for /Brush
|
||||
Added: Dithered mode for /ImagePrint (thanks Goodlyay)
|
||||
Improved: CLI: Reset color instead of explicitly setting foreground color to white
|
||||
|
@ -38,7 +38,7 @@ namespace MCGalaxy {
|
||||
public static PlayerMetaList Notes = new PlayerMetaList("text/notes.txt");
|
||||
|
||||
/// <summary> *** DO NOT USE THIS! *** Use VersionString, as this field is a constant and is inlined if used. </summary>
|
||||
public const string InternalVersion = "1.9.4.3";
|
||||
public const string InternalVersion = "1.9.4.4";
|
||||
public static string Version { get { return InternalVersion; } }
|
||||
|
||||
public static string SoftwareName = "MCGalaxy";
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1 +1 @@
|
||||
1.9.4.3
|
||||
1.9.4.4
|
Loading…
x
Reference in New Issue
Block a user