mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-10-01 17:45:57 -04:00
Release 1.9.2.3
This commit is contained in:
parent
7bb7119d33
commit
afd011f768
@ -1,4 +1,16 @@
|
||||
v 1.9.2.1
|
||||
v 1.9.2.3
|
||||
* Added: /ln alias for /line (fCraft compatibility)
|
||||
* Added: Packets for custom models
|
||||
* Removed: /bs shortcut for /blockspeed
|
||||
* Improved: Parse /shutdown delay as timespan instead of integer seconds only
|
||||
* Removed: /devs, link to MCGalaxy source in /sinfo instead
|
||||
* Improved: Make /eat an economy item, so price can be configured
|
||||
* Improved: Make p.Extensions public
|
||||
* Fixed: Doing /model while a zombie in ZS still changing it
|
||||
* Fixed: Can't /os map add on server without + after names when there are existing maps with your account name, but you aren't realmowner of them
|
||||
* Fixed: Can't see map joining/leaving messages on maps with localchat on
|
||||
|
||||
v 1.9.2.2
|
||||
Added: /limit realms to set max realms a rank can have from in-game
|
||||
Added: /BotInfo that shows information on the given bot
|
||||
Added: A few more env presets
|
||||
|
@ -40,7 +40,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.2.2";
|
||||
public const string InternalVersion = "1.9.2.3";
|
||||
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.2.2
|
||||
1.9.2.3
|
Loading…
x
Reference in New Issue
Block a user