GUI Options
Options for GUI Configuration:
Applicable to All Menus:
slot(required) - The slot of the itemitem(required) - The material of the itemtitle(required) - The name of the itemdescription(required) - The lore of the itemamount(optional) - The amount of the itemcustommodeldata(optional) - The model data of the itemskull_texture(optional) - The texture of the skull item (the item type must be PLAYER_HEAD)skull_owner(optional) - The owner of the skull item (the item type must be PLAYER_HEAD)required_permission(optional) - The required permission to execute the item's click commandsblacklisted_permission(optional) - The blacklisted permission to prevent executing the item's click commandscommands(optional) - The commands executed when the player clicks the item (if the item has a price, the commands will only be executed if the player has enough credit to purchase it)
Applicable Only to Category Menus:
price(required) - The price of the item (this amount is automatically deducted when a player buys the product)confirm(optional) - If item purchase requires confirmation, set this option to truestock(optional) - The stock of the product
GUI Commands
[COMMAND](all GUI) - Executes a command as the console[PLAYER](all GUI) - Executes a command as the player[MESSAGE](all GUI) - Sends a message to the player[SOUND](all GUI) - Plays a sound for the player[OPEN-GUI](all GUI) - Opens a GUI for the player[CLOSE](all GUI) - Closes the GUI for the player[BACK](confirm GUI) - Returns to the previous category where the confirmation menu was triggered[CONFIRM-COMMANDS](confirm GUI) - Executes the original product commands[CONFIRM-RESETALL](reset-all-confirm GUI) - Resets all of the player's credit balance
GUI Placeholders
PlaceholderAPI placeholders- The GUI supports PlaceholderAPI placeholders%price%- Displays the price of the product%stock%- Displays the stock of the product
Last updated