Mythic enchant onequip trigger
Summary
Please make it so the onequip trigger only goes once.
Usage
~onEquip currently triggers 2-3 times, inconsistently. Adding a cooldown is not really a usable solution for items that modify stats, since equipping an item > unequipping item > equipping it while the equip trigger is still on cooldown > waiting, > and then unequipping > will net you 1 equip trigger and 2 unequip triggers. For items that modify player stats such as base movement speed or maximum health, the fact that players can accidentally and irreversibly ruin their accounts by permanently reducing stats due to a bug makes this not really an option.
Value
Making a plugin-side on-equip trigger/variable check to cause it to only fire once would make developing items that modify stats possible
Priority
High.
Implementation
I assume youd just have a local cooldown effect for that specific item.