Add 1.6 SpreadPlayers command. Fixes BUKKIT-4508

By: h31ix <zero_gravity@outlook.com>
This commit is contained in:
Bukkit/Spigot
2013-07-19 18:02:40 -04:00
parent 06abcc1323
commit c0822889d0
2 changed files with 255 additions and 0 deletions

View File

@@ -59,6 +59,7 @@ public class SimpleCommandMap implements CommandMap {
fallbackCommands.add(new EffectCommand());
fallbackCommands.add(new ScoreboardCommand());
fallbackCommands.add(new PlaySoundCommand());
fallbackCommands.add(new SpreadPlayersCommand());
}
public SimpleCommandMap(final Server server) {