Multi Currency
QuickShop-Hikari supports some Multi-Currency economy plugin or bridge plugin, but they're not out of the box, you must configure them to take effect.
Supported Economy Plugin
QuickShop-Hikari current supports the multi-Currency economy plugin below:
- GemsEconomy
- TheNewEconomy
- CoinsEngine <!-- Any other economy plugin that support [Reserve](https://www.spigotmc.org/resources/50739/)-->## Enable Multi-Currency support
To enable multi-currency feature, you need to configure QuickShop economy processor to a supported mode, this can be configured in config.yml:
# What economy provider should QuickShop use?
# 0=Vault
# 3=GemsEconomy with Multi-Currency on
# 4=TNE with Multi-Currency on
# 5=CoinsEngine with Multi-Currency on (experimental)
# 6=Treasury with Multi-Currency on (experimental)
# DO NOT TOUCH THIS IF YOU DON'T KNOW WHAT IT DOES. ASK FOR SUPPORT BEFORE TOUCHING THIS!
economy-type: 0
Set economy-type
to 3-6
will enable the Multi-Currency feature.
Note: Only one processor can be enabled in same time which mean once you choose 3-6
, Vault will be disabled.
Set default currency
You need to set a currency for default usage (like new shop default currency),and configure it in config.yml:
# The currency used to create shops.
# Set this to "" to use default currency.
# Only required if you use multiple currencies.
currency: ''
Set multi-currency alternate symbol
You can set a alternate for symbols, QuickShop-Hikari will use alternate for specific currencies in text.
# This setting is for multi-currency setups.
# If nothing matches in this list, it falls back to the name of currency itself.
alternate-currency-symbol-list:
- USD;$
- CNY;¥
Change the currency for shops
Looking at a quickshop, execute /quickshop currency <new-currency>
to change shop currency.
Ongoing Fee Currency
OngoingFee will always use server scope default currency (currency
).
Shop Tax Currency
Shop tax will use per-shop currency with global tax rate (cannot change yet).
If you really want this feature, open a Feature Request on our Issue Tracker!