Add default GameRule command. Fixes BUKKIT-2671

This commit is contained in:
feildmaster
2012-10-30 21:21:21 -05:00
committed by EvilSeph
parent 482d5e3ee4
commit 5fb6a4f82b
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) {