Add default GameRule command. Fixes BUKKIT-2671
By: feildmaster <admin@feildmaster.com>
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user