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

@@ -108,7 +108,7 @@ public final class CommandPermissions {
DefaultPermissions.registerPermission(PREFIX + "toggledownfall", "Allows the user to toggle rain on/off for a given world", PermissionDefault.OP, commands);
DefaultPermissions.registerPermission(PREFIX + "defaultgamemode", "Allows the user to change the default gamemode of the server", PermissionDefault.OP, commands);
DefaultPermissions.registerPermission(PREFIX + "seed", "Allows the user to view the seed of the world", PermissionDefault.OP, commands);
DefaultPermissions.registerPermission(PREFIX + "effect", "Allows the user to add/remove effects on players", PermissionDefault.OP, commands);
commands.recalculatePermissibles();