/itemtag (/it) which allows to add new behavior to items. You may issue a command when rightclicking an item, or you can make that item unusable on crafting recipes and much more...
Features: -
PotionEffects on equipment
-
Execute commands when an item is used (right click) or consumed (food/drinks)
- Make items unplaceable, unusable, unrenamable
- Much more....
Each command provide an user friendly experience: -
tabcomplete for fast and intuitive use
- display details while
hovering on help messages
-
suggest the command when clicking on help messages
This plugin Require: -
ItemEdit -
NBTAPI on old servers [1.8.x-1.13.x]
Spanish Video Tutorial
Code (YAML):
permissions:
itemtag.admin:
default: op
description: Gives full access to the plugin
children:
itemtag.itemtag.*: true
itemtag.itemtagreload: true
itemtag.itemtagupdateolditem: true
itemtag.itemtagupdateolditem:
default: op
description: Gives full access to command /itemtagupdateolditem
itemtag.itemtagreload:
default: op
description: Gives full access to command /itemtagreload
itemtag.itemtag.*:
default: op
description: Gives full access to command /itemtag
children:
itemtag.itemtag.actions: true
itemtag.itemtag.effects: true
itemtag.itemtag.flag: true
itemtag.itemtag.trigger: true
itemtag.itemtag.actions:
default: op
description: Allow to set actions when using item
itemtag.itemtag.effects:
default: op
description: Allow to add effects for equipped items
itemtag.itemtag.flag:
default: op
description: Allow to add custom flags for items
children:
itemtag.itemtag.flag.bypass_clickmove: true
itemtag.itemtag.flag.bypass_clickmove:
default: op
description: Allow to add custom flags for items
itemtag.itemtag.trigger:
default: op
description: Allow to add trigger for equipped items
If you find any issues or just need help use
discord or resource discussion page
Keep the developer motivated! Leave a
like or a
positive review if you like the plugin