Provide virtual chest GUIs for menus like ChestCommands.

0.3.6

PreRelease

zzzz released this version on May 17, 2017

88.1 KB
Download
  • 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:7 means that the player should possess at lease 7 units of the given currency, currency_name
    • 7 does 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 string 7 is equivaient to totaleconomy: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: 7 and cost: currency_name:7

Dependencies