FlipCard | New dungeon reward era | Dynamic rate, cost condition & custom texture! | 1.14 - 1.21.4 icon

FlipCard | New dungeon reward era | Dynamic rate, cost condition & custom texture! | 1.14 - 1.21.4 -----

Use card reward your players - ItemsAdder, EcoItems, MMOItems etc. support - Unlimited possibility.




  • Improved database performance.
  • Now if player has flipcard.bypasslefttimes permission, we will not cost it's left times anymore.
----------, Today at 1:21 AM

  • Added Nexo item support.
  • Fixed Item Format error on 1.20.6 version.
----------, Dec 15, 2024

  • Added new permission: "flipcard.bypasslefttimes", with this permission, you can bypass left times check when use /fc open command.
----------, Dec 13, 2024

  • Removed simply-mode option in config.yml file.
  • Removed default item files in plugin.
----------, Dec 12, 2024

  • Added Folia support.
----------, Dec 12, 2024

  • Item Format update:
    • Added support for set material tag in tool rules.
    • Added support for set multi same attribute modifier.
----------, Dec 1, 2024

  • Item Format update:
    • Added support for set material tag in tool rules.
    • Added support for set multi same attribute modifier.
----------, Dec 1, 2024

  • Added new Item Foramt arg: damage resistance, equippable.
  • Added new action type: conditional.
----------, Nov 9, 2024

  • Added 1.21.2/3 version support.
----------, Nov 4, 2024

  • Added "flipcard.bypassprice" permission, all players with this permission will be considered meet the economy plugin price.
----------, Nov 2, 2024

  • 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.
----------, Oct 31, 2024

  • 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.
----------, Oct 31, 2024

  • Added more built-in placeholder support in some language key.
----------, Oct 17, 2024

  • 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.
----------, Oct 14, 2024

  • 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
----------, Sep 28, 2024

  • Fixed skull can not display in latest 1.21.1 server core.
----------, Sep 19, 2024

  • 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.
----------, Sep 8, 2024

  • Removed MythicDungeons hook.
  • Now you can use change-item section in Item Format.
----------, Sep 1, 2024

  • Added more error catcher.
----------, Aug 29, 2024

  • Added NeigeItems and eco support in price.
----------, Aug 26, 2024

  • Added NeigeItems and eco support in price.
----------, Aug 26, 2024

  • Added new price type: Item Match. This new price type also require MythicChanger.
----------, Aug 25, 2024

  • Fixed Item Format does not work in 1.19~1.19.2.
----------, Aug 12, 2024

  • Fixed default players can not use all /fc commands.
----------, Aug 11, 2024

  • Added 1.21.1 support in Item Format.
----------, Aug 11, 2024

  • Fixed plugin print error when using command tab complete in some case.
----------, Aug 9, 2024

  • Added more null check.
----------, Aug 6, 2024

  • Fixed when use geneerateitemformat command, plugin sometimes print error in 1.21 version.
----------, Aug 3, 2024

  • 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.
----------, Aug 1, 2024

  • 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.
----------, Jul 31, 2024

  • Fixed ItemFormat parser does not work in version below 1.19.
----------, Jul 30, 2024

  • Fixed sometimes plugin does not display item's custom name but display it's original name issue.
----------, Jul 15, 2024

  • Added Standard Localized Item Name Translate feature.
    • Due to the fact that the Minecraft server does not store client language files, the plugin cannot know the name of the item you hold displayed on your client. Therefore, in most scenarios where the item name is displayed, we directly display its English name. Now this new feature will automatically download the client language file and translate your item name.
    • You have to setup this feature first to enable this feature.
  • Fixed /fc help command can not be used in console.
  • Now reopen message (which is clickable and allow players reopen flip UI by click this message) supports Hex color too.
  • Changed some config.yml file option's key to make it format more clearly. Don't worry, you old config file still can be used in this version without any change from you!
----------, Jul 15, 2024

  • Added VotingPlugin economy hook support.
  • Added ExecutableItems item hook support.
----------, Jul 12, 2024

  • Added VotingPlugin economy hook support.
  • Added ExecutableItems item hook support.
----------, Jul 12, 2024

  • Fixed default Korean language file can not be loaded.
----------, Jul 2, 2024

  • Added sell.ignore-item-format-keys option, useful for people want to use fuzzy checking sell item.
  • Fixed ItemFormat sell method does not work in some case.
  • If this plugin print error on pre-1.21 server, for now it should be solved.
----------, Jun 26, 2024

  • Changed UI config option section to settings section, and renamed some option's key. Don't worry, your old UI configs can still use in this version.
  • Added 1.20.6 and 1.21 support
  • Added FoodComponent, ToolComponent and JukeboxPlayableComponent support in Item Format.
----------, Jun 23, 2024

  • Fixed plugin use "items" as saved item directory instead of "item".
    • If your item directory folder is "items" fow now, please consider rename your folder to "item" before update to this version otherwise your saved item data will lost!
  • Fixed plugin pring item save message in console instead of print to command sender.
----------, Jun 4, 2024

  • Fixed plugin print error when only use /fc command without any args.
----------, May 29, 2024

  • Fixed plugin print error when disable plugin if you didn't disable simply-mode option in config.yml.
----------, May 16, 2024

  • Fixed effect and entity_spawn at remote location action does not work as well.
----------, May 6, 2024

  • 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.
----------, Apr 30, 2024

  • Fixed /fc reopen command does not work as excepted.
----------, Apr 28, 2024

  • Readded /fc help command.
----------, Apr 28, 2024

  • 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.
----------, Apr 28, 2024

  • Added 1.20.5 support.
----------, Apr 25, 2024

  • Now hex color code in PlaceholderAPI will also be parsed.
----------, Apr 18, 2024

  • Now repackaging EasySQL dependencies.
----------, Apr 11, 2024

  • Fixed MySQL does not correctly save left times data.
  • Fixed %times% placeholder always be 1.
  • Fixed PlaceholderAPI does not correctly display in item lore.
----------, Apr 5, 2024

  • Improved the speed of obtaining third-party plugin items.
----------, Mar 8, 2024

  • 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.
----------, Mar 7, 2024

  • Removed check-condition option in config.yml, this option will always be true after this version.
----------, Feb 29, 2024

  • Improved vanilla item name display.
----------, Jan 28, 2024

  • Added MythicDungeons hook. Now you can set "Start Flip Card" function in function tool.
----------, Jan 21, 2024

  • 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.
----------, Jan 16, 2024

  • Fixed dynamic amount.
----------, Jan 13, 2024

  • 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.
----------, Jan 13, 2024

  • No longer package EasySQL project, plugin will auto download it after first load. Plugin is 300Kb+ smaller than before.
----------, Jan 13, 2024

----------, Jan 12, 2024

  • 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.
----------, Jan 11, 2024

  • 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.
----------, Jan 10, 2024

  • Improved math calculate codes.
----------, Jan 5, 2024

  • 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)
----------, Jan 4, 2024

  • Added new action: op_command, can run command as op.
----------, Jan 3, 2024

  • Fixed an error when plugin is first loaded which lead plugin can not generate full configs.
----------, Jan 1, 2024

  • Removed GamePoints price hook, use CoinsEngine instead.
----------, Dec 29, 2023

  • 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
----------, Dec 28, 2023

  • Removed announcements and commands option support in flip UI configs.
  • Fixed %times% placeholder does not work in actions.
----------, Dec 23, 2023

  • 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.
----------, Nov 2, 2023

  • Now math calculates use Crunch instead.
----------, Oct 24, 2023

  • Added new action: sound.
----------, Oct 23, 2023

  • Fixed player name contains "kill" can not use commands reward.
----------, Oct 17, 2023

  • Fixed /fc givetimes does not work well as except.
----------, Oct 10, 2023

  • Added RoyaleEconomy price support.
  • Removed lower case support in economy-plugin and hook-plugin option, now the 2 option value must 100% same as plugin name.
----------, Oct 9, 2023

  • Added flip-actions in card config.
  • commmands and announcements option maybe removed in future updates, please use new action system instead.
----------, Sep 28, 2023

  • Updated resource pack icon png to v2 version.
----------, Sep 27, 2023

  • Added custom animations feature.
  • Added built-in custom animation: FlipChest.
屏幕截图 2023-09-24 122355.png
屏幕截图 2023-09-24 122404.png
----------, Sep 24, 2023

  • Now edge option in card configs is optional, if you were not set them, card won't have any edge, like:
屏幕截图 2023-09-21 185115.png
----------, Sep 21, 2023

  • Updated plugin.yml softdepend.
----------, Sep 20, 2023

  • Added action system. Old commands and announcements option can still be used in this version, however, we will remove them in future updates.
  • Added RedisEconomy price support.
----------, Sep 19, 2023

  • Fixed "exp" type price does not work.
----------, Sep 7, 2023

  • New hook item price rework! Now FlipCard will use fuzzy matching item NBT method to check item price. This means:
    • Plugin have dynamic lore (like EcoItems use PlaceholderAPI in lore), stat (like MMOItems) will 100% support, your dynamic items won't get ignored by price system anymore just becuase they have different lore, NBT or so on.
    • This new check system is in BETA, if players fail to be checked by this new price system, old price system will still work for them, this means plugin now have 2 ways check plugin item price!
----------, Sep 3, 2023

  • Added PEconomy plugin price hook.
----------, Sep 2, 2023

  • Added start-apply option in UI config's prices section.
  • Updated default example UI config.
----------, Aug 27, 2023

  • Added eco item prices hook.
  • Fixed EcoItems item prices hook. (You MUST update your EcoItems plugin to latest version because it's author changed its API)
----------, Aug 21, 2023

  • Added EcoBits plugin prices hook.
----------, Aug 18, 2023

  • Fixed the issue of hook plugin item amount in prices option.
----------, Aug 13, 2023

  • Fixed color codes does not work well at placeholder option in UI prices configs.
----------, Aug 13, 2023

  • Now plugin won't load PlaceholderAPI extension if left times feature is disabled in config.yml.
----------, Aug 12, 2023

  • Now plugin won't load PlaceholderAPI extension if left times feature is disabled in config.yml.
----------, Aug 12, 2023

  • Previously, we were using the player's name as the data storage object, but we realized that this approach is insecure as players can change their usernames. Therefore, we have made a change and now we use the player's UUID as the storage object.
    • We have added a new option called "use-uuid-save-data" in the "config.yml" file. If you wish to continue using the player's name as the storage object, please set this option to false. For users of older versions, if you have not added this option to your "config.yml" file, the plugin will assume that this option is set to false.
  • Added a new option called use-left-times-feature in the "config.yml" file.
    • If you just want to use "/fc forceopen" command to help players open the flip UI (and you want to its the only way), then just set this option to false, plugin will disable all data save system, then improve your server performance.
  • Now plugin will close all player's spin UI when plugin is reloading or server is stopping.
  • Now plugin will still try connect to MySQL database if your password is empty.
How to update to this version?
You should add those contents to config.yml:
Code (YAML):
# Left times if a new point built-in plugin, player can cost a left time to start flip event.
# You can also disable this system, then plugin will only able to start flip event with /fc forcenopen command.
use-left-times-feature
: true
# If set to false, we will use player name save data.
use-uuid-save-data
: true
----------, Aug 12, 2023

  • Now if owners setting wrong item ID in reward configs, plugin will auto generate bedrock item to avoid error spam in console.
----------, Aug 10, 2023

  • Now display, lore, cmd option also support modify hook plugin item, like:
    Code (YAML):

    rewards
    :
      1
    :
        edge
    : common
        hook-plugin
    : ItemsAdder
        hook-item
    : 'cosmetics:icr_cream'
        display
    : '& #8b5cf6Ice Cream'
        lore
    :
         - '&f'
          - '&fBackpack Cosmetics'
        commands
    :
         - 'lp user %player_name% permission set cosmetics.ice_cream'
        give-item
    : false
        amount
    : 1
        rates
    :
          default
    : 1
          vip
    : 5
        rates-conditions
    :
          vip
    :
            - 'permission
    : group.vip'
----------, Aug 8, 2023

Changelog:
  • Fixed a possible technical issue of resource pack generator when try using /fc reload.
  • Improved error system, now plugin won't spam your console if its catch error.
How to update to this version?
  • Just drop to /plugins/ folders.
----------, Aug 1, 2023

Changelog:
  • Fixed plugin will fail to copy resourcepack when you are first use auto-copy-resourcepack feature.
  • Plugin will auto add white color code to your GUI title if you are try using ItemsAdder or Oraxen image symbol, placeholder.
How to update to this version?
  • Just copy to your plugins folder.
----------, Jul 30, 2023

Changelog:
  • Fixed hook plugin items amount always be 1.
  • Fixed players can't get items if rewards have commands option.
  • Fixed give-item option does not work.
How to update to this version?
  • Just copy to your plugins folder.
----------, Jul 29, 2023

Changelog:
  • Added auto copy resource pack features. Default support ItemsAdder plugin, you can set your own copy rule to support other plugins!
  • Finally improved /fc updateconfigs:
    • It's now asynchronously.
    • No more problems to convert new versions!
    • Added hook-plugin-type option, in FlipCard v2, MMOItems and EcoArmor plugin's hook-item option have 2 part, one is item type, the other is item ID, now you can just type itemID in hook-item option, and type item type in hook-item-type option.
    • Common hook-item format (itemType;;itemID) is still work.
  • Added french and spanish language.
  • Breaking change: changed award-get-fail language key to reward-get-fail.
  • Fixed lore option in vanilla item type does not work well.
  • Added %display% and %amount% built-in placeholder support in price-placeholder-default language key and placeholder prices option.
  • Some other small change, but I forgot it :)
How to update to this version?
  • Added those contents in your config.yml file:
Code (YAML):
auto-copy-resourcepack:
  enabled
: true
  # If you are using Oraxen, please change this to Oraxen.
  # Other plugins is OK, you just need put correct path in path option.
  plugin
: "ItemsAdder"
  # If you are using Oraxen, please change this to "/pack/assets".
  path
: "/contents/flipcard/resourcepack/"
  • Changed award-get-fail language key to reward-get-fail in your language files.
----------, Jul 29, 2023

Changelog:
  • Fixed hook plugin items amount always be 1.
  • Fixed players can't get items if rewards have commands option.
  • Fixed give-item option does not work.
How to update to this version?
  • Just copy to your plugins folder.
----------, Jul 29, 2023

  • Fixed rates option does not work well.
  • Breaking change: Now rates option does not support permission as sub-option, because we find YAML format does not allow use do that, now use this format:
屏幕截图 2023-07-27 183956.png
----------, Jul 27, 2023

  • Added back language files, like chinese.yml, japanese.yml.
----------, Jul 24, 2023

  • Fixed check-condition option does not work well.
----------, Jul 11, 2023

  • Updated /fc updateconfigs command, now it will convert ui config to v2 format.
  • Added rates-conditions sub-option in rewards option.
  • Added math support in rate option.
  • Now rates option also support PlaceholderAPI.
Changes from 2.0.1-Alpha 2 version:
  • Added new rule for /fc updateconfigs command.
  • Added error catcher for rates system.
----------, Jul 11, 2023

  • Added math support in rate option.
  • Now rates option also support PlaceholderAPI.
----------, Jul 10, 2023

  • Updated /fc updateconfigs command, now it will convert ui config to v2 format.
  • Added rates-conditions sub-option in rewards option.
----------, Jul 8, 2023

  • PlaceholderAPI rate support. Like use %player_health% to determine reward rate. If that's the case, the higher the player's health, the greater the probability of receiving this reward.
  • Rate based on permission, you can use this feature to make this reward can only be claimed once or only VIP players can get this reward.
  • Price condition! Players can have cheaper flip price if they meet the conditions you set!
  • Multi-economy plugin support! We directly support CoinsEngine and UltraEconomy plugin.
  • MythicMobs v4 support! (not only v5!)
  • Easy item and price config.
  • 30% useless codes removed.
  • New plugin infrastructure.
  • Some bugs fixed.
  • And much more!
----------, Jul 8, 2023

  • Fixed rates option does not work.
  • Fixed conditions option does not work.
----------, Jul 5, 2023

  • Fixed rates option does not work.
  • Fixed conditions option does not work.
----------, Jul 5, 2023

  • Tried fix condition option again.
----------, Jul 4, 2023

  • Fixed vanilla item price check. (>1 amount)
  • Fixed conditions option does not work.
----------, Jul 4, 2023

  • Fixed hook item can not be loaded in plugin.
  • Added MythicMobs v4 support.
  • Fixed command type reward get error.
  • Added commands option format:
    • [p] Command, this means this command will run by player.
    • [c] Command, this means this command will run by console.
    • default is same to [c].
  • Added PlaceholderAPI support in commands option.
----------, Jul 4, 2023

  • Added permission based rate system!
    • In this system, rewards rate is based on player permission, you can set different reward rate for VIP players or MVP players.
    • This also can be a check, if players already have VIP rank, they won't be able to get VIP rank reward because you set this rewards rate to 0 for players who already have VIP permission.
    • Enjoy this update, more features will be added soon as we recode prices and rewards system in past 2.0.0 update.
----------, Jun 25, 2023

  • Now apply and cost option in card options are optional.
----------, Jun 23, 2023

  • Added modern condition system.
    • This new condition system is different from v1, new system based on price itself, so you can now set VIP players have cheaper flip cards.
    • If you want to make some card types only VIP players can flip it, just set all of its price conditions.
  • Added modern error tip.
    • Now plugin will print more info about error, this will help you solve it.
  • This version does not support 2.0.0-Alpha config, please regenerate new config, thanks.
----------, Jun 23, 2023

This is an Early-Alpha version of FlipCard v2.
v2 major part of update its new price and reward system and added CoinsEngine and UltraEconomy support.
Some of the v1 features is not added in v2, like:
  • Condition system.
  • Some built-in placeholders for custom items.
Also, v1 config can not be used in v2 version, I will solve this problem in next updates.
----------, Jun 21, 2023

  • Added 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20 pack format support.
----------, Jun 9, 2023

  • Improved reward item code. The items displayed in the GUI now match 100% with the items actually obtained by the player, resolving the issue of inconsistent attribute values displayed in the GUI for items with random attributes from plugins such as MMOItems, and the attribute values obtained by the player in reality.
----------, May 27, 2023

  • Updated Chinese language file.
----------, May 21, 2023

  • Added auto_claim_free_rewards option in UI config, default to false, if you enable this option, plugin will auto send all free type rewards to players after they close flip UI.
----------, May 8, 2023

  • Added MythicMobs support.
----------, Apr 26, 2023

  • Added a rule for updateconfigs command, if you are facing card texture not display issue, update to this version and use /fc updateconfigs to solve it.
----------, Apr 11, 2023

  • Added a card config option: total_max, this option means total max flip limit for all cards in a flip UI. Default to -1, which means no limit.
  • Added a success message for updateconfigs command.
  • Fixed players can not click the cards to show fail animal even auto_close feature not enabled.
----------, Apr 7, 2023

  • Added /flipcard updateconfigs command, tired of breaking config change updates? Now you can use this command to help you upgrade config format to new version! BE CAREFUL TO USE! BEFORE USE YOU MUST MAKE SURE CONFIG FILES ARE NOT BEING READ BY OTHER SOFTWARES AND PLUGINS.
  • Fixed bug about miss-permission message.
----------, Apr 6, 2023

  • Added miss permission message and its language key.
----------, Apr 4, 2023

  • Updated help command, now use new language key: command-help only. You can now set unlimited lines for help command.
  • Fixed help command still displays legacy command usage.
----------, Apr 2, 2023

  • Added close_animal option in UI config.
  • Close animal will display when auto_close feature is enabled and activated. In this animal, all cards will display its reward (however players wont get them) before UI cloeses, just like this:
屏幕截图 2023-04-01 134242.png
  • Now plugin won't send reopen message if the number of flops for all card types reaches the upper limit.
----------, Apr 1, 2023

  • Added gradient color support. Use &<#Start Color Code> Message &<#End Color Code> as format.
  • Improved language color system.
  • Added placeholderapi extension, use %flipcard_times_player_<uiConfig>% to display.
----------, Mar 29, 2023

  • Added database system.
  • Added mysql option in config.yml.
  • Added left times system. This is a FlipCard built-in economy system, players can cost UI config left time to open flip UI by itself.
  • Breaking change: Changed /fc <playerName> <uiConfig> command usage to /fc forceopen <playerName> <uiConfig> command usage.
  • Added /fc gettimes <playerName> <uiConfig> to get players spcified UI config left time.
  • Added /fc addtimes <playerName> <uiConfig> <times>. Taketimes just make times arg to negative number.
  • Added /fc settimes <playerName> <uiConfig> <times>.
  • Added /fcopen <uiConfig> command, player itself can use this command to cost left time to open a flip UI.
  • Added error catcher system, plugin will catch some normal errors and print those solve.
  • Updated language files.
  • This is BETA version, except some issues. Have a good day!
----------, Mar 27, 2023

  • Hotfix for the default example ui config, I forgot update it to 1.8.0 new config format.
----------, Mar 24, 2023

  • Removed the debug messages.
----------, Mar 22, 2023

  • Added condition system. Conditions option is optional.
  • Added placeholder and permission condition.
  • Breaking config change: Rename award option in all card configs to rewards option, rename price option in all card configs to prices option.
  • Breaking config change: Rename mc reward and price type to vanilla, rename points price type to playerpoints, rename money price type to vault.
  • Updated the language files.
  • Removed language update system becuase it has major issues, will be added back in next updates.
  • Added placeholderapi support in item display name and lore.
  • Now price and reward type option in card options support upper case.
  • Fixed some small issues.
----------, Mar 22, 2023

  • Added EcoItems and EcoArmor as soft depend at plugin.yml to fix some possible issues.
----------, Mar 16, 2023

  • Added ItemsAdder and Vanilla Item cost (price) support.
  • Fixed console message color code.
  • Now material option in plugin can use lower case.
  • Breaking change: Changed card configs path to /FlipCard/ui/, rename the old /card/ folder name to /ui/ folder name if you want to upgrade to this version.
----------, Mar 14, 2023

  • Added Oraxen, EcoItems, EcoArmor, MMOItems cost type support. ItemsAdder and Vanilla Items will be added in next updates.
  • Fixed EcoArmor hook problem.
  • Changed the language files.
  • Changed hex color format.
  • Cleaned the codes.
----------, Mar 13, 2023

  • Added Oraxen support.
----------, Dec 25, 2022

  • Allow use PlaceholderAPI in GUI-Title.
  • Now custom texture feature also supports Oraxen.
----------, Dec 21, 2022

  • Fixed the bug that caused by configuration error.
----------, Dec 3, 2022

  • Fixed the bug that the command option in non-command type rewards configures could not work properly.
----------, Nov 6, 2022

  • Allow use %times% built-in placeholder in display-name.
----------, Oct 28, 2022

  • Added %times% built-in placeholder.
----------, Oct 13, 2022

  • Added option that set the number of times the reward command executed.
----------, Oct 13, 2022

  • Added option that set whether the flip UI will close after all cards have floped.
----------, Sep 27, 2022

  • Improved rate system, now support decimal and use weight determines reward rate.
----------, Sep 26, 2022

  • Added EcoItems and EcoArmor support.
----------, Sep 25, 2022

  • Fixed language files.
----------, Sep 23, 2022

Resource Information
Author:
----------
Total Downloads: 101
First Release: Sep 23, 2022
Last Update: Today at 1:21 AM
Category: ---------------
All-Time Rating:
3 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings