
FlipCard 3.6.2
Use card reward your players - ItemsAdder, EcoItems and MMOItems support - Unlimited possibility
2.8.0
Jan 21, 2024
2.8.0
- Added MythicDungeons hook. Now you can set "Start Flip Card" function in function tool.
2.7.5
Jan 16, 2024
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
Jan 13, 2024
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
Jan 13, 2024
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
Jan 12, 2024
2.7.1
- Added NeigeItems translate hook.
- Now plugin will auto translate vanilla item display name in reward or price configs if you have NeigeItems installed.
- Download NeigeItems here: Releases · ankhorg/NeigeItems-Kotlin (github.com)
2.7.0
Jan 11, 2024
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.
2.6.7
Jan 10, 2024
2.6.7
- Fixed price check problem encountered while detecting newer versions of MMOItems.
- This lead to if your server has MMOItems, plugin will has item price check problem with EcoItems, EcoArmor, NeigeItems.
2.6.5
Jan 4, 2024
2.6.5
- Fixed actions will not be executed if give-item option in reward config has been set to false. (flip-actions can still work if you still want to use old version)
2.6.3
Jan 1, 2024
2.6.3
- Fixed an error when plugin is first loaded which lead plugin can not generate full configs.
2.6.1
Dec 28, 2023
2.6.1
- 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.0
Dec 23, 2023
2.6.0
- Removed announcements and commands option support in flip UI configs.
- Fixed %times% placeholder does not work in actions.
2.5.6
Nov 2, 2023
2.5.6
- 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.