Introducing Player Action in main menu custom item to perform custom actions not present in commands.
Clicking on custom items will no longer close the player's inventory, unless you need to.
ISSUES-945 - Fixed an issue where Paintball Gun Gadget & Paint Trail Gadget can destroy Dripleaf.
Fixed some minor bugs.
Player Action (Custom Items)
Clicking main menu custom item will no longer close player's inventory by default. You can add this code PLAYER:CLOSE_INVENTORY in the commands section if you want to close player's inventory when they clicked on the item.
Currently only has 1 player action available, which is CLOSE_INVENTORY
Code (YAML):
Custom-Items:
Item-1:
Name: '&eCustom Item 1'
Material: BOOK
Enabled: true
Slot: 2
Commands: - PLAYER:gmenu menu emotes
- PLAYER:CLOSE_INVENTORY