Skip to content

Commit

Permalink
Release 1.8.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownShadow200 committed Nov 12, 2017
1 parent d4996fc commit f09fb5d
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 2 deletions.
30 changes: 30 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
v 1.8.9.9
Added: Support for custom dirt/grass blocks.
Fixed: /ref issue with ZS
Improved: Create useful sub-directories in extra directory
Improved: Placing block while AFK makes you un-AFK.
Added: precise /tp (/tpp shortcut)
Added: /f2d, /f3d aliases, implement 2d fill like fCraft
Fixed: ctf flag take message always saying blue team
Fixed: 2 layer palette in imgprint, resize imgprint to fit in map
Added: a bunch more chat tokens (removed useless $serverip)
Fixed: long messages being incorrectly trimmed on IRC sometimes
Added: Allow using custom nickserv for IRC bot
Fixed: /baninfo still saying player was banned, if they were temp-banned
Fixed: /hide not updating tab list
Fixed: TNT wars crashing entire server, when round ended and blue score same
Improved: Using ~ in tp/tpp/mark should behave same as ~0
Improved: Allow up/ua yourself, fix /ua with no args behaving incorrectly
Improved: Show a message when you can't delete zones due to insufficient permisission
Improved: OS maps no longer make zones, only use perbuild whitelist
Removed: #/+[message], use ##/++ instead
Improved: Show whitelisted names list for visit/build permission denied
Fixed: If no +, only look at /map realmowner for owner of OS maps.
Removed: obsolete /afk list, since /who and tab list do same thing
Fixed: Tree works properly with /scale, fixes #344
Fixed: Bot models not having chat tokens.
Fixed: Models not using fallback block IDs to clients that don't support
Improved: Blacklist /quit etc from MBs
Fixed: Don't allow silently importing over an existing map.
Added: Support for per axis entity models, see /help model scale

v 1.8.9.8
Added: /pcompile to compile plugins
Fixed: /mi showing wrong latest backup time, if a map has a custom named backup
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.8.9.8";
public const string InternalVersion = "1.8.9.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/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.8.9.8
1.8.9.9

0 comments on commit f09fb5d

Please sign in to comment.