Add default GameRule command. Fixes BUKKIT-2671

By: feildmaster <admin@feildmaster.com>
This commit is contained in:
Bukkit/Spigot
2012-10-30 21:21:21 -05:00
parent 4ee1a130c5
commit 4b23d98b72
3 changed files with 97 additions and 2 deletions

View File

@@ -57,6 +57,7 @@ public class SimpleCommandMap implements CommandMap {
fallbackCommands.add(new WeatherCommand());
fallbackCommands.add(new SpawnpointCommand());
fallbackCommands.add(new ClearCommand());
fallbackCommands.add(new GameRuleCommand());
}
public SimpleCommandMap(final Server server) {