Add Effect command. Adds BUKKIT-3763

By: feildmaster <admin@feildmaster.com>
This commit is contained in:
Bukkit/Spigot
2013-03-31 00:44:48 -05:00
parent 423cccdc8d
commit 071c599044
3 changed files with 113 additions and 1 deletions

View File

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