3.0.4
- Fixed plugin print error when disable plugin if you didn't disable simply-mode option in config.yml.
3.0.3
- Fixed effect and entity_spawn at remote location action does not work as well.
3.0.2
- Added new option: item-price-mode.
- Added new item price mode: ItemFormat, instead of require item must 100% equal than selled item, if 2 item's Item Format is same, we will also consider the item can be used. You can consider it as: fuzzy matching.
- Fixed item price does not work issue since 3.0.0.
- Renamed use-uuid-save-data option to data-save-mode.
- Renamed use-left-times-feature option to simply-mode.
3.0.1b
- Fixed /fc reopen command does not work as excepted.
3.0.1
- Readded /fc help command.
3.0.0
- Added full new Item Format to FlipCard v3, completely add your own custom item as card reward or price!
- Added /fc generateitemformat command.
- Whole rewrite most of plugin codes.
2.8.6
- Now hex color code in PlaceholderAPI will also be parsed.
2.8.5
- Fixed MySQL does not correctly save left times data.
- Fixed %times% placeholder always be 1.
- Fixed PlaceholderAPI does not correctly display in item lore.
2.8.4
- Improved the speed of obtaining third-party plugin items.
2.8.3
- 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.
2.8.2
- Removed check-condition option in config.yml, this option will always be true after this version.
2.8.1
- Improved vanilla item name display.
2.8.0
- Added MythicDungeons hook. Now you can set "Start Flip Card" function in function tool.
2.7.5
- Readded %amount% and %times% placeholder in reward items.
- Fixed vanilla item with more than 1 amount price check since 2.7.0.
- Improved double hook item price check feature.
2.7.3
- After version 2.7.0, the Item Format used the name option as the display name for the item. However, previous versions used the display option as the display name for the item. Now, the plugin will read both options simultaneously to avoid situations where the new version cannot recognize the corresponding custom item name after the old version configuration is loaded.
2.7.2
- No longer package EasySQL project, plugin will auto download it after first load. Plugin is 300Kb+ smaller than before.
2.7.1
- Added NeigeItems translate hook.
2.7.0
- Fixed op player will lose op after using op_command action.
- Now items option use ItemFormat simple version.
- For FlipCard, you can now use flags, enchants option in item option.
- Cleaned the codes.
- Removed /fc updateconfigs command.