FlipCard icon

FlipCard 3.6.2

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

Page 1 ... 4 5 6 7 8 9
2.0.7 Jul 30, 2023
2.0.7
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.
2.0.6 Jul 29, 2023
2.0.6

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.
2.0.5 Jul 29, 2023
2.0.5

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:
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.
2.0.4 Jul 27, 2023
2.0.4
  • 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:

attachment.png

2.0.3 Jul 24, 2023
2.0.3
  • Added back language files, like chinese.yml, japanese.yml.
2.0.2 Jul 11, 2023
2.0.2
  • Fixed check-condition option does not work well
2.0.1 Jul 11, 2023
2.0.1 is released!
  • 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.
2.0.1 - Alpha 2 Jul 10, 2023
2.0.1 - Alpha 2
  • Added math support in rate option.
  • Now rates option also support PlaceholderAPI.
2.0.1 - Alpha Jul 8, 2023
2.0.1 - Alpha
  • Updated /fc updateconfigs command, now it will convert ui config to v2 format.
  • Added rates-conditions sub-option in rewards option.
2.0.0 Jul 8, 2023
v2 is here!
  • 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!
2.0.0 - Alpha 8 Jul 5, 2023
2.0.0 - Alpha 8
  • Fixed rates option does not work.
  • Fixed conditions option does not work.
2.0.0 - Alpha 6 Jul 4, 2023
2.0.0 - Alpha 6
  • Fixed vanilla item price check. (>1 amount)
  • Fixed conditions option does not work.
2.0.0 - Alpha 5 Jul 4, 2023
2.0.0 - Alpha 5
  • 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.
2.0.0 - Alpha 4 Jun 25, 2023
2.0.0 - Alpha 4
  • 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.
2.0.0 - Alpha 3 Jun 23, 2023
2.0.0 - Alpha 3
  • Now apply and cost option in card options are optional.
2.0.0 - Alpha 2 Jun 23, 2023
2.0.0 - Alpha 2
  • 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.
2.0.0-Alpha Jun 21, 2023
2.0.0-Alpha

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.

1.11.1 Jun 9, 2023
1.11.1
  • Added 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20 pack format support.
1.11.0 May 27, 2023
1.11.0
  • 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.
1.10.2 May 21, 2023
1.10.2
  • Updated Chinese language file.
Page 1 ... 4 5 6 7 8 9
You might also like...