ItemManager - Use permissions to control players' access to items.
Version: v1.0.2
Features
Control players' access to items - Almost all access to making an item make effects.
Two modes can be chosen - Permissions will allow(mode:true) or prevent(mode:false) the behavior.You can change it in config.yml.
Dependency:
A permission plugin.
Permissions supported:
itemmanager.item.[itemID] - Replace "[itemID]" with the item's ID.No matter what mods you added to your server,the plugin will follow your server's data values.
itemmanager.admin - Players who have this permission will ignore all item limits from itemmanager.
Commands:
None
Notice:
When a player's item permission is changed and he is holding exactly the item,server will report an error.Try not to make this situation happen.
When a player is holding the first empty slot in quickbar,he can't pick up items that he can't hold.
You may need to restart your server after changing a player's item permissions.
Future:
Permissions will be split into "hold","mat(as craft material)","equip","fuel".
Changelog:
Version 1.0.2 - 06.21.2012
Fix a bug - a problem with permission "*".
Version 1.0.1 - 06.20.2012
Fix a bug - OP can't use items in "false" mode,by adding a permission "itemmanager.admin".