Added banlist command. Fixes BUKKIT-373. Thanks md-5!

By: EvilSeph <evilseph@gmail.com>
This commit is contained in:
Bukkit/Spigot
2012-01-07 19:54:02 -05:00
parent d97df0f9dc
commit 0f21027498
2 changed files with 38 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ public class SimpleCommandMap implements CommandMap {
fallbackCommands.add(new HelpCommand());
fallbackCommands.add(new ExpCommand());
fallbackCommands.add(new ToggleDownfallCommand());
fallbackCommands.add(new BanListCommand());
}
public SimpleCommandMap(final Server server) {