Provide virtual chest GUIs for menus like ChestCommands.

0.3.0

PreRelease

zzzz released this version on Mar 20, 2017

64.2 KB
Download
  • Permissions of the player can be involved in controlling the item of specific slots of the GUIs (two options are available and covered in the example menu configurations: RequiredPermissions and RejectedPermissions).
  • A list of available items can be specified for a slot in a specific location in the configuration, and the plugin will check and use the first available item in order. If no items are available, the corresponding slot will be empty.
  • Specified permissions of the player can be ignored through configuration when commands are executed by clicking on the GUI (The related configuration option: IgnoredPermissions, which is also covered in the example menu configurations).

Dependencies