Fixed HIDE_ATTRIBUTES item flag does not work for item does not have attribute modifier in 1.20.6 and higher version.
This is a bug from Mojang and we can do nothing for this. Plugin will auto add empty attribute modifier if you add hide attributes flag to solve this problem.
Removed Libreforge support, move totem_actived trigger to MythicLibreforge now!
Removed double hook item check. Becuase our NBT check method has been used for months and no one said it has problems, so now we remove the second hook item check way and only use NBT check method for now. This will also improve plugin performance in some case.
Renamed trigger-item condition ID to trigger_item. Previous trigger-item condition ID for now can still use but will be removed in future versions.
Improved entity check performance.
Added near_mobs condition. If there is no corresponding mob within a nearby distance, the condition can be met. It supports both the vanilla mob ID and MythicMobs mob ID. (Premium version only)
Fixed 3D totems sometimes can not be actived even you have build it corectly.
New hook item price rework! Now MythicTotem will use fuzzy matching item NBT method to check item price. This means:
Plugin have dynamic lore (like EcoItems use PlaceholderAPI in lore), stat (like MMOItems) will 100% support, your dynamic items won't get ignored by price system anymore just becuase they have different lore, NBT or so on.
This new check system is in BETA, if players fail to be checked by this new price system, old price system will still work for them, this means plugin now have 2 ways check plugin item price!
Added spawn MythicMobs mob at remote location action, now you can spawn BOSS not only the player or totem location, but also other location you specified.
Added teleport action.
Added effect action.
Added eco item hook in prices system.
Fixed prices system does not work well.
Fixed EcoItems item hook in prices system.
Improved actions system codes, now use if-else codes check whether users type action string correctly.