[Bleeding] Add /achievement command. Addresses BUKKIT-4932

This commit is contained in:
t00thpick1
2014-01-16 00:34:20 -05:00
committed by Wesley Wolfe
parent d4802061ec
commit fe360273a5
3 changed files with 194 additions and 0 deletions

View File

@@ -63,6 +63,7 @@ public class SimpleCommandMap implements CommandMap {
fallbackCommands.add(new SpreadPlayersCommand());
fallbackCommands.add(new SetWorldSpawnCommand());
fallbackCommands.add(new SetIdleTimeoutCommand());
fallbackCommands.add(new AchievementCommand());
}
public SimpleCommandMap(final Server server) {