Skip to content

Commit

Permalink
Release 1.9.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownShadow200 committed Oct 9, 2018
1 parent 0517654 commit e7140e0
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 2 deletions.
33 changes: 33 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
v 1.9.0.9
Added: /blockprops list, /blockprops reset, /blockprops copy
Added: Allow using /env preset and /env normal in /zone set too
Added: You can set default environment (i.e. global/server env) for maps in /env
Improved: Can just do /lb copy [id] (auto fills in last free block ID)
Improved: For inf id, don't send second array when only custom blocks <= 255 are used
Fixed: /scale with no arguments not showing help
Fixed: Permission messages being shown twice to console with /os map add
Fixed: /descend not counting bottom of map as solid
Fixed: 'already has that colour' message being wrong
Fixed: /os map create (not /os map add), not working when used from non-realm map
Fixed: /ref not working as /referee
Fixed: /zs set pillaring and /zs set build
Fixed: /server backup table not working
Fixed: /static paste and /spin 90 messing up
Fixed: Missing oDoor block property in /blockprops
Fixed: /env reset shouldn't reset textures
Fixed: /team invite stuffing up when team has colours in its name
Fixed: Changing rank prefix not updating in-game players
Improved: Make blockprops behaviour more consistent with lb add/copy
Improved: don't bother warning with non divisible by 16 axis lengths
Improved: Majorly improve /help newlvl
Improved: /location shows state, can be used on any IP, and alias of /geoip
Improved: Allow summoning bots to coords
Improved: Also reload list files when doing /server reload
Improved: Allow whitelisting yourself in perbuild and zones
Improved: Don't spam server logs with 'unrecognised config key X'
Improved: Drop unused fields from block def json files
Improved: Show proper message when can't measure ping
Improved: /help import now provides details about supported formats
Improved: Allow using /give on yourself
Improved: Now provide details for each /env variable

v 1.9.0.8
Fixed: ZS round times
Fixed: Some issues with hiding
Expand Down
2 changes: 1 addition & 1 deletion MCGalaxy/Server/Server.Fields.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public sealed partial class Server {
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.0.8";
public const string InternalVersion = "1.9.0.9";
public static Version Version { get { return new Version(InternalVersion); } }
public static string VersionString { get { return InternalVersion; } }

Expand Down
Binary file modified Uploads/MCGalaxy.exe
Binary file not shown.
Binary file modified Uploads/MCGalaxyCLI.exe
Binary file not shown.
Binary file modified Uploads/MCGalaxy_.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Uploads/current_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.0.8
1.9.0.9

0 comments on commit e7140e0

Please sign in to comment.