3.6.0 2 days ago
3.6.0
- Added 1.21.4 version support.
- Mainly added 1.21.4 resource pack format support, for plugin itself, it already support 1.21.4 before this update.
3.5.1 Feb 9, 2025
3.5.1
- Fixed plugin print error when use custom NBT data in ItemFormat if MythicChanger not installed.
3.5.0 Feb 9, 2025
3.5.0
- Added custom nbt support in ItemFormat if you have installed NBTAPI in your server.
- Recoded ItemFormat sell method and fixed some issues related to this feature.
3.4.13 Jan 30, 2025
3.4.13
- Item Format update: Fixed some item format value do not correctly parsed.
3.4.12 Jan 25, 2025
3.4.12
- Item Format update: Fixed the issue where enchanted glow was parsed as a hide tool tip in some cases.
3.4.11 Jan 3, 2025
3.4.11
- Fixed condition do not check in some case.
- Updated default example UI config.
3.4.10 Jan 1, 2025
3.4.10
- Happy new year! This update bring a fix for EcoArmor hook.
3.4.9 Dec 22, 2024
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 Dec 15, 2024
3.4.8
- Added Nexo item support.
- Fixed Item Format error on 1.20.6 version.
3.4.7 Dec 13, 2024
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 Dec 12, 2024
3.4.6
- Removed simply-mode option in config.yml file.
- Removed default item files in plugin.
3.4.5 Dec 12, 2024
3.4.5
- Added Folia support.
3.4.4 Dec 1, 2024
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 Dec 1, 2024
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 Nov 9, 2024
3.4.3
- Added new Item Foramt arg: damage resistance, equippable.
- Added new action type: conditional.
3.4.2 Nov 4, 2024
3.4.2
- Added 1.21.2/3 version support.
3.4.1 Nov 2, 2024
3.4.1
- Added "flipcard.bypassprice" permission, all players with this permission will be considered meet the economy plugin price.
3.4.0 Oct 31, 2024
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 Oct 17, 2024
3.3.1
- Added more built-in placeholder support in some language key.
3.3.0 Oct 14, 2024
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 Sep 28, 2024
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
- You need add "{timer}" placeholder at the end of those language key:
3.2.5 Sep 19, 2024
3.2.5
- Fixed skull can not display in latest 1.21.1 server core.
3.2.4 Sep 8, 2024
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 Sep 1, 2024
3.2.3
- Removed MythicDungeons hook.
- Now you can use change-item section in Item Format.
3.2.2 Aug 29, 2024
3.2.2
- Added more error catcher.