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.