
FlipCard 3.6.2
Use card reward your players - ItemsAdder, EcoItems and MMOItems support - Unlimited possibility
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.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.0
Aug 25, 2024
3.2.0
- Added new price type: Item Match. This new price type also require MythicChanger.
3.1.6
Aug 9, 2024
Small fixes
- Fixed plugin print error when using command tab complete in some case.
3.1.4
Aug 2, 2024
Small fixes
- Fixed when use geneerateitemformat command, plugin sometimes print error in 1.21 version.
3.1.3
Aug 1, 2024
Small improves
- Added /fc reopen <playerName> <uiName> command format support in console.
- Now if disable can-close option and enable auto-close option in UI configs, when players meet the max card flip times, we will still close the UI.
- Now if enable auto-claim-free-rewards option in UI configs, the claimed rewards will also be as part of the total max option calculation. (For example, if you have 2 free rewards in flip UI, and set only 1 max flip times, then we will only claim one free reward after this update)
- Updated language files.
3.1.2-BETA
Jul 31, 2024
New options
- Added new UI config option: "can-close", default set to true, if set to false, plugin will auto reopen the flip UI to avoid player close the flip UI by self.
- Added new config.yml option: "reward.give-item", default to WAIT, if set to INSTANT (a new method), we will instantly give player the card reward when he is flipping the card. This will lose some animation effects, but it will reduce the likelihood of players losing rewards.
3.1.0b
Jul 15, 2024
3.1.0b
- Fixed sometimes plugin does not display item's custom name but display it's original name issue.