2.6.3
- Added new action: entity_spawn.
- Spawn a zombie: entity_spawn: ZOMBIE
- Spawn a zombie at specified location: entity_spawn: ZOMBIE;;world;;0;;0;;0
- Added new action: mythicmobs_spawn.
- Spawn a MM mob: mythicmobs_spawn: Magic_Skeleton;;1 (1 is level)
- Spawn a MM mob at specified location: mythicmobs_spawn: Magic_Skeleton;;world;;0;;0;;0
2.6.2
- Improved language system.
- Now if plugin find your language file missing some keys, plugin will auto generate default value for it so you no need to manually update langauge file anymore.
- Now message.yml can be deleted after first load, if you delete it, plugin will generate new language file after next load. (not reload)
2.6.1
- Rollback some changes to fixes error with data save system.
2.6.0
- Improved plugin performance in the server.
For free version:- Removed MySQL database limit, now free version can also use MySQL database!
- Removed third plugin hook limit, now free version can also use third plugin like MMOItems, EcoItems, Vault and so on!
2.5.8
- Added auto save feature for local data save. (MySQL is already auto save)
2.5.7
- Improved placeholder condition.
- Added *= check symbol, which means placeholder is not equal with specified value.
- Added *!= check symbol, which means placeholder is not contains value string.
- Now =,>,>=,<,<= check symbol supports decimal.
2.5.6
- Now math calculates use Crunch instead.
2.5.4
- Added RoyaleEconomy price support.
- Removed lower case support in economy-plugin and hook-plugin option, now the 2 option value must 100% same as plugin name.
2.5.3
- Now if language message is empty, plugin won't send message to player with blank content.
2.5.2
- Now plugin will close inventory after try reset player data.
2.5.1
- Updated plugin.yml softdepend.
2.5.0
- Added action system. Old commands and announcements option can still be used in this version, however, we will remove them in future updates.
- Added custom button feature, you can now add more buttons in spin UI.
- Added RedisEconomy price support.
2.4.3
- Fixed "exp" type price does not work.
2.4.2
- Added built-in placeholder support in button display name.
2.4.1
- Added PlaceholderAPI support in button display name.
2.4.0
- New hook item price rework! Now FlipCard 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!
2.3.3
- Added PlaceholderAPI support in button item lore.
2.3.2
- Added auto_reset_timer_after_first_spin option in UI config, if set to a number above 0, UI data will auto be reseted after the seconds you set here.
2.3.1
- Added PEconomy plugin price hook.