How to Create a GUI

📝 Atualizado em 07/02/2026

Method 1: In-Game Editor

  1. Execute /dkgui create <name>
  2. GUI editor opens
  3. Click slots to add items
  4. Configure actions
  5. Save GUI

Method 2: Configuration File

  1. Create file in guis/ folder
  2. Configure GUI properties
  3. Add items and actions
  4. 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"