Add default SpawnpointCommand. Partially fixes BUKKIT-2671

By: EvilSeph <evilseph@gmail.com>
This commit is contained in:
Bukkit/Spigot
2012-10-29 03:40:09 -04:00
parent 78183f63cf
commit 4c6c68d5fc
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) {