Add default SpawnpointCommand. Partially fixes BUKKIT-2671

This commit is contained in:
EvilSeph
2012-10-29 03:40:09 -04:00
parent e899b06d4d
commit 1bf5267f8a
2 changed files with 84 additions and 0 deletions

View File

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