Currency settings
Explanation on how to configure currencies
config.yml
CurrencySingle and CurrencyPlural are tags appended at the end of an amount
For example, 1€ will be displayed 1euro
and 2€ will be displayed as 2euros
decimalFormat is how the amount is formatted based on DecimalFormat formatting
payTax is the relative percentage to charge on every transaction
10%
tax rate will be 0.1
. So if you put 1.0
as payTax the player will be taxed 100%
of the amount transferred!!!
bankEnabled for Developers: enables the bank feature of Vault's Economy class
taxOnlyPay enable if you want payTax
to be applied only to the pay command or on both pay and balance command
Last updated