How to Create a GUI
Method 1: In-Game Editor
- Execute
/dkgui create <name> - GUI editor opens
- Click slots to add items
- Configure actions
- Save GUI
Method 2: Configuration File
- Create file in
guis/folder - Configure GUI properties
- Add items and actions
- Execute
/dkgui reload
Example GUI
title: "&6Main Menu"
rows: 3
items:
0:
material: DIAMOND_SWORD
name: "&cPvP Arena"
lore:
- "&7Click to teleport"
actions:
- "[COMMAND] warp pvp"
- "[SOUND] ENTITY_ENDERMAN_TELEPORT"