A very simple Preventing Items usage plugin, just add on the server and it will work right away with a very simple config to worry about. Completely stop potential griefs or bad jokes to happen with this in your server.
On the config you can change the message being sent to the player when he tries to use the item. By default this comes with 3 high potential griefing items "lava_bucket", "tnt" and "flint_and_steel". Make sure to write the names properly for it to work.
Permission to bypass:
- With this permission you can place the blocks/use the items
(If you have OP you automatically have the permission):
-
simplepreventitems.bypass
The config file:
Code (YAML):
FailMessage: '&cOne of your hands has an item that can not be used.'
BlocksOrItems: - lava_bucket
- tnt
- flint_and_steel
Please let me know if something is missing on it. I tried to code it as simple and working as possible.
Good for simple SMPs that require such plugins to not overload server.
If you need this plugin in a older version, please do message me and I will update it.