- Add RequiredBalances option, which should be composed of a list of strings. The option is also added into the example configuration files. There are two string formats available:
currency_name:7means that the player should possess at lease 7 units of the given currency,currency_name7does not specify the currency type, so it means that the player should possess at lease 7 units of the default currency. For example, if the server uses TotalEconomy plugin with its default configuration, the string7is equivaient tototaleconomy:dollar:7
- Because the RequiredBalances option does not actually take the player’s money, so a new action prefix,
cost, could be used in the configuration files. For example,cost: 7andcost: currency_name:7