Provide virtual chest GUIs for menus like ChestCommands.

0.3.8

PreRelease

zzzz released this version on Aug 2, 2017

91.9 KB
Download
  • Fix a bug occurred when the economy service does not provide the default currency
  • Support placeholders more widely. For example, in the item nbt tag (UnsafeData)
  • Add support for RequiredItem, and when the player tried to click the item in the chest GUI, VirtualChest will check the item held by mouse. Two options are added: PrimaryRequiredItem and SecondaryRequiredItem. See the example conf files for more detail
  • Because the RequiredItem option does not actually take the player’s items held by mouse, a new action prefix called cost-item could be used in the configuration files now. However, cost-item could only take away items held by mouse, which are also those used for clicking in the GUI. See the example conf files for more detail
  • Support negative numbers for cost action (for deposit)

Dependencies