- 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!
- Fixed plugin always say you are creating more than 3 3D totems for free version.
- Fixed black-creative-mode does not work well for BlockPlaceEvent.
- Now register-libreforge option is default set to false to fix plugin can't loaded if your server don't have libreforge installed.
- Added API event: TotemActivedEvent, this event call get 3 objects:
- Player. Will return null if totem trigger is BlockRedstoneEvent.
- Location. Return totem active location.
- String. Return actived totem ID.
- Added libreforge hook.
- Added cast_mythic_skill effect, this can help you cast MythicMobs skill in eco-style plugin, like EcoEnchants!
- Added totem_actived trigger, will be called when totem actived.
- 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.
- Added EcoBits plugin support in prices system.
- Now plugin won't display error message when use /mythictotem reload command.
- Now plugin will not register /mythictotem save command with free version.
