Page: 1 2 3 4 5

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

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

2.5.1 Oct 9, 2023
2.5.1
  • 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.

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

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

2.4.0 Sep 24, 2023
2.4.0
  • Added custom animations feature.
  • Added built-in custom animation: FlipChest.

attachment.png

attachment.png


2.3.2 Sep 21, 2023
2.3.2
  • Now edge option in card configs is optional, if you was not set them, card won't have any edge, like:

attachment.png


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

2.3.0 Sep 19, 2023
2.3.0
  • ​​​​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.

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

2.2.0 Sep 3, 2023
2.2.0
  • 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 not have 2 ways check plugin item price!

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

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

2.1.5 Aug 21, 2023
2.1.5
  • 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)

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

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

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

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

2.1.0 Aug 12, 2023
2.1.0
  • 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:

# 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[/code]

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

2.0.9 Aug 8, 2023
2.0.9
  • Now display, lore, cmd option also support modify hook plugin item, like:
    rewards:
      1:
        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'

2.0.8 Aug 1, 2023
2.0.8

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.

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.

Page: 1 2 3 4 5