3.4.11
- Fixed condition do not check in some case.
- Updated default example UI config.
3.4.10
- Happy new year! This update bring a fix for EcoArmor hook.
3.4.9
- Improved database performance.
- Now if player has flipcard.bypasslefttimes permission, we will not cost it's left times anymore.
3.4.8
- Added Nexo item support.
- Fixed Item Format error on 1.20.6 version.
3.4.7
- Added new permission: "flipcard.bypasslefttimes", with this permission, you can bypass left times check when use /fc open command.
3.4.6
- Removed simply-mode option in config.yml file.
- Removed default item files in plugin.
3.4.4
- Item Format update:
- Added support for set material tag in tool rules.
- Added support for set multi same attribute modifier.
3.4.4
- Item Format update:
- Added support for set material tag in tool rules.
- Added support for set multi same attribute modifier.
3.4.3
- Added new Item Foramt arg: damage resistance, equippable.
- Added new action type: conditional.
3.4.2
- Added 1.21.2/3 version support.
3.4.1
- Added "flipcard.bypassprice" permission, all players with this permission will be considered meet the economy plugin price.
3.4.0
- Changed Action and Conditon format to modern one used in UltimateShop v3.
- Changed Hook manager to modern one used in UltimateShop v3.
- Fixed plugin get error when server does not install MythicChanger in some case.
- Fixed player can not obtain item reward.
3.3.1
- Added more built-in placeholder support in some language key.
3.3.0
- Added /fc givesaveitem command.
- Added new save item method, this new method can 100% save item data, no data will lose. (Paper and 1.15+ server only)
- Added paper-api.skull and paper-api.save-item option in config.yml file.
3.2.6
- Added {timer} and {times} built-in placeholder in UI title.
- Removed flip-ui.title option in config.yml. For now each UI have their single UI title set in their configs, this option was used in very old version.
- You need update your language file! We no longer auto add left time at the end of UI title, you should add {timer} placeholder to display them.
- You need add "{timer}" placeholder at the end of those language key:
- display-gui-title-timer
- main-gui-title-timer
3.2.5
- Fixed skull can not display in latest 1.21.1 server core.
3.2.4
- 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.
3.2.3
- Removed MythicDungeons hook.
- Now you can use change-item section in Item Format.
3.2.2
- Added more error catcher.