Custom GUIs
Basic Menu
main_menu:
type: gui
title: "<gradient:#ff5f6d:#ffc371>Server Menu</gradient>"
rows: 3
items:
4:
material: NETHER_STAR
display_name: "<gold>Teleport</gold>"
actions:
- "gui:testpack:teleport_menu"
22:
material: BARRIER
display_name: "<red>Close</red>"
actions:
- "close"
Action Types
| Action | Format |
|---|---|
| Command | command:/cmd |
| Message | message:<text> |
| Close | close |
| Open GUI | gui:<key> |