Add default DifficultyCommand. Partially fixes BUKKIT-2671

By: EvilSeph <evilseph@gmail.com>
This commit is contained in:
Bukkit/Spigot
2012-10-29 01:53:31 -04:00
parent 1321866724
commit b75d402b61
2 changed files with 87 additions and 0 deletions

View File

@@ -53,6 +53,7 @@ public class SimpleCommandMap implements CommandMap {
fallbackCommands.add(new BanListCommand());
fallbackCommands.add(new DefaultGameModeCommand());
fallbackCommands.add(new SeedCommand());
fallbackCommands.add(new DifficultyCommand());
}
public SimpleCommandMap(final Server server) {