Enchants do not update their skill until server restart
Description
I tried to use /me reload while the enchantment was both on the item and removed from it, but it seems like the associated skills ( mechanic, targeter, trigger and all of that) are "locked" once they are first loaded, and cannot be changed until server restart.
Examples
What was first loaded
TEST:
Display: 'Test'
MinLevel: 1
MaxLevel: 3
Rarity: COMMON
Skills:
- command{c="say <skill.var.enchant-name> <skill.var.enchant-level> <skill.var.enchant-slot>"} @self ~onUse
What i changed it to
TEST:
Display: 'Test'
MinLevel: 1
MaxLevel: 3
Rarity: COMMON
Skills:
- command{c="say <skill.var.enchant-name> <skill.var.enchant-level> <skill.var.enchant-slot> HELP AHHHHHH"} @self ~onDamaged