DisableIt
Introduction
DisableIt is a flexible and easy-to-use Bukkit plugin that allows server admins
to selectively disallow the use of certain items via a configuration file which
can be edited in-game. Both the item list is configurable and the messages.
Functionality
- Everything is configurable, including messages
- Supports data values
- In-game configuration editor, no file editing required
- Unlimited number of blocked items
Commands
- /disableit <reload|add|del|list|set>
- reload: Reload the configuration file if you changed this manually (/disableit
reload)
- add: add items to forbidden list (/disableit add wood:5) (/disableit
add wood) (/disableit add wood apple dirt)
- del: delete items from forbidden list (/disableit del wood:5) (/disableit
del wood) (/disableit del wood apple dirt)
- list: lists all items on forbidden list (/disableit list) would list
(for example) wood:5, apple, dirt
- set: set the variable "disabled.info.show" (true/false) if the player
should see a message that he/she cant use this item.
- set: set the variable "disabled.info.text" (string) the message which
the player should see. {item} would be replaced by the item name.
Configuration help
Permissions
- disableit.*: Gives access to complete plugin, except bypass permissions
- disableit.main: Gives access to reload, set, list, add and del commands
- disableit.reload: Gives access to /disableit <reload>
- disableit.set: Gives access to /disableit <set>
- disableit.list: Gives access to /disableit <list>
- disableit.add: Gives access to /disableit <add>
- disableit.del: Gives access to /disableit <del>
- disableit.immunity: Ignore disabled items for this player/group
- disableit.bypass.<itemid>: Ignore disabled item for this player/group by
id. Example sand: disableit.bypass.12 will grant the user to use sand. But
normally sand is disabled global.
Feedback
Please post all feature reqeuests and bugs to the ticket tracker,
here. Positive
and negative feedback is welcomed :)