Simonmaribo | Plugins
  • Introduktion
  • Plugins
    • Bande
      • Installation
      • Konfiguration
        • Config.yml
        • Messages.yml
        • Levels
        • GUI
        • Permissions
        • Settings
        • Shop
        • Leaderboard
      • Addons
        • Create Addon
          • BandeAddon classen.
        • Add your own level
      • Skript-Reflect Snippet
      • Java Docs
      • Placeholders
        • PlaceholderAPI
        • Indbygget Placeholders
        • GUI Placeholders
    • PrisonCells
      • Installation
      • Konfiguration
        • Config
        • Messages
      • Java Docs
    • ItemFlip
      • Installation
      • Konfiguration
        • Config
        • Messages
        • Item Aliases
      • Citizens integration
      • Java Docs
    • End Crates
      • Installation
      • Konfiguration
        • Config
        • Messages
    • Discord Link
      • Installation
      • Konfiguration
        • Config
        • Messages
    • Quests
      • Installation
      • Konfiguration
        • Config.yml
        • Messages.yml
      • Quests (missioner)
      • Menu
        • Gui
  • Additional Information
    • Discord
Powered by GitBook
On this page
  • GUI Layout
  • Item Layout

Was this helpful?

  1. Plugins
  2. Quests
  3. Menu

Gui

GUI Layout

default_gui.yml
gui:
    id: default_gui
    title: '&a&lDefault GUI'
    rows: 5
    slots:
        disabled_slot:
            enabled: false # Defaulter til true, så ikke nødvendig at skrive.
            item:
                ....
        enabled_slot:
            item:
                ....

Item Layout

default_gui.yml
gui:
    ...
    slots:
        head:
            item:
                name: '&l&lSejt Hovede?!'
                lore:
                - "Dette item har"
                - "en lore. OMG"
                material: SKULL
                value: "eeyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGRjY2IyNmExYjc1NWFkMjZkYTgwNWE0NmZhMmVhYjVjMWZkYmY1ZDU3Njg3YzkxMGRlNTY3N2MyMDBlYmM2MyJ9fX0"
                enchanted: true
                slot: 29
        dye:
            item:
                name: '&l&lFarve'
                material: INK_SACK
                data: 7
                slot: 29
                

Last updated 1 year ago

Was this helpful?