This resource was a custom plugin I made for someone who suggested me to publish it here as it could be useful for other people too.
- Tested Minecraft Versions:
- 1.7
- 1.8
- 1.9
- 1.10
- 1.11
- 1.12
- 1.13
- 1.14
- 1.15
- Source Code:
- https://gitlab.com/GuillaumeVDN/ItemBloquer/
- Donation Link:
- http://www.guillaumevdn.com/donate/
Description :
This plugin simply prevents specific items types (with unbreakable tag or specific durability) to be dropped by players, picked up by players, and simply to just spawn into the world for any reason.
Configuration :
Code (YAML):# Configuration file for ItemBloquer
# Items
items:
example:
type: WOODEN_HOE
durability: 154
unbreakable: true

ItemBloquer 1.0.0
Very basic plugin that prevents some items (dura/unbreakable/..) to be dropped/picked up. [1.7-1.15]