Support for UltraEconomy was added, now you can use ULTRA_ECONOMY as an economy for various features in the plugin. New sections will be created at the config.yml file to select the currency you want to specifically use.
Code (YAML):
# This option establishes the economy that will be used in the shop # you can choose between MONEY(Requires Vault),EXPERIENCE(Minecraft experience) # or ULTRA_ECONOMY(plugin) shop_economy: "MONEY" # This option establishes the currency that will be used by the economy # This is useful when you are using ULTRA_ECONOMY shop_economy_currency: "" # This option establishes the economy that will be used in the shop # you can choose between MONEY(Requires Vault),EXPERIENCE(Minecraft experience) # or ULTRA_ECONOMY(plugin) upgrades_economy: "MONEY" # This option establishes the currency that will be used by the economy # This is useful when you are using ULTRA_ECONOMY upgrades_economy_currency: "" # This option establishes the economy that will be used in the shop # you can choose between MONEY(Requires Vault),EXPERIENCE(Minecraft experience) # or ULTRA_ECONOMY(plugin) sorts_economy: "MONEY" # This option establishes the currency that will be used by the economy # This is useful when you are using ULTRA_ECONOMY sorts_economy_currency: "" # This option establishes the economy that will be used in the shop # you can choose between MONEY(Requires Vault),EXPERIENCE(Minecraft experience) # or ULTRA_ECONOMY(plugin) smelts_economy: "MONEY" # This option establishes the currency that will be used by the economy # This is useful when you are using ULTRA_ECONOMY smelts_economy_currency: ""
+1 Plugin support!
This is a BETA version, please be cautious using these types of versions because it might present some bugs in the worst cases.