Event called when a player is about to craft an item.
Variables:
ConditionalEvents item variables
ITEM DROP
Event called when a player drops an item.
Variables:
ConditionalEvents item variables
ITEM SELECT
Event called when a player selects/deselects an item in their hotbar.
Variables:
%select_type%(Could be: SELECT or DESELECT)
ConditionalEvents item variables
ITEM ENCHANT
Event called when a player enchants an item.
Variables:
%enchantment_list% (List of enchantments to be applied to the item. It will return a string with the following format: <enchantment1>:<level1>;<enchantment2>:<level2>;...)
ConditionalEvents item variables
ITEM REPAIR
Event called when a player repairs an item.
Variables:
%rename_text% (New name of the item if the player is renaming it)