Add 1.6 PlaySound command. Fixes BUKKIT-4489

This commit is contained in:
h31ix
2013-07-19 18:02:40 -04:00
committed by Wesley Wolfe
parent 08c71f24ab
commit dd0aa63021
3 changed files with 102 additions and 0 deletions

View File

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