-
Notifications
You must be signed in to change notification settings - Fork 16
Permissions
nala3 edited this page Apr 10, 2013
·
12 revisions
Command | Permission | Description |
---|---|---|
/noitem | noitem.command.version | Displays the NoItem version string |
/noitem reload | noitem.command.reload | Reloads the configuration. |
NoItem will try and use SuperPerms before it checks Vault for permissions. Vault itself is not required and will not affect the plugins performance if it is not on the server.
Permission | Example | Description |
---|---|---|
noitem.admin | noitem.admin | Currently unimplemented as of 3.0.0 |
noitem.nopickup.<item>[.data] | noitem.nopickup.wood.3 | Stops the player from picking up an item |
noitem.nodrop.<item>[.data] | noitem.nodrop.wood.3 | Stops the player from dropping an item |
noitem.noplace.<item>[.data] | noitem.noplace.wood.3 | Stops the player from placing an item |
noitem.nobreak.<item>[.data] | noitem.nobreak.wood.3 | Stops the player from breaking a block |
noitem.nohold.<item>[.data] | noitem.nohold.wood.3 | Stops the player from holding an item |
noitem.nowear.<item>[.data] | noitem.nowear.diamondhelmet.* | Stops the player from wearing an item |
noitem.nocraft.<item>[.data] | noitem.nocraft.wood.3 | Stops the player from crafting an item |
noitem.nobrew.<potionDV>.<ingredientID> | noitem.nobrew.0.372 | Stops the player from brewing a potion |
noitem.nocook.<item>[.data] | noitem.nocook.log.2 | Stops the player from cooking/smelting an item |
noitem.nohave.<item>[.data] | noitem.nohave.wood.3 | Stops the player from having an item |
noitem.noenchant.<item>[.data] | noitem.noenchant.diamondsword.* | Stops the player from enchanting an item |
noitem.ondeath.<keep> | noitem.ondeath.keep | Lets the player keep inventory items on death |
noitem.nointeract.<item>[.data] | noitem.nointeract.lever.* | Stops the player from interacting with an item or entity |
noitem.nointeract.left.<item>[.data] | noitem.nointeract.left.button.* | Stops the player from left clicking an item or entity |
noitem.nointeract.right.<item>[.data] | noitem.nointeract.right.cow | Stops the player from right clicking an item or entity |
noitem.nouse.<item>[.data] | noitem.nouse.diamondpickaxe.* | Stops the player from using a diamond pickaxe |
noitem.nouse.right.<item>[.data] | noitem.nouse.right.shears.* | Stops the player from right clicking with shears |
noitem.nouse.left.<item>[.data] | noitem.nouse.left.shears.* | Stops the player from left clicking with shears |