📦Premade Configurations

📦 RESOURCES

Premade Configurations

Ready-to-use GUI templates for common server needs


These premade configurations are complete, working GUIs that you can drop directly into your plugins/GUIPlus/CustomGuis/ folder. Customize them to fit your server's theme and requirements.

📥 How to Use

  1. Copy the YAML below into a new .yml file inside plugins/GUIPlus/CustomGuis/

  2. Run /gui reload

  3. Open with the listed command or /gui open <id>

  4. Customize materials, text, commands, and permissions to fit your server


📜 Server Rules Menu

Command: /rules | Type: Paginated chest GUI

A two-page rules display with navigation. Perfect for showing server rules to new players.

id: rules
rows: 5
type: chest
title: §c§lServer Rules
commandAlias: rules
scenes:
  '0':
    delay: 0
    items:
      '1':
        slot: 4
        item: WRITABLE_BOOK
        amount: 1
        item-name: §c§lServer Rules
        item-lore:
          - ''
          - §7Please read all rules carefully
          - §7Ignorance is not an excuse!
          - ''
          - §7Page §e1§7/§e2
          - ''
      '2':
        slot: 19
        item: LIME_CONCRETE
        amount: 1
        item-name: §a§l1. §fBe Respectful
        item-lore:
          - ''
          - §7Treat all players with respect.
          - §7No harassment, hate speech,
          - §7or discrimination of any kind.
          - ''
      '3':
        slot: 21
        item: LIME_CONCRETE
        amount: 2
        item-name: §a§l2. §fNo Cheating
        item-lore:
          - ''
          - §7No hacked clients, x-ray,
          - §7auto-clickers, or any other
          - §7unfair advantage.
          - ''
      '4':
        slot: 23
        item: LIME_CONCRETE
        amount: 3
        item-name: §a§l3. §fNo Griefing
        item-lore:
          - ''
          - §7Do not destroy or modify
          - §7other players' builds without
          - §7their permission.
          - ''
      '5':
        slot: 25
        item: LIME_CONCRETE
        amount: 4
        item-name: §a§l4. §fNo Spamming
        item-lore:
          - ''
          - §7Do not spam chat, commands,
          - §7or any other server feature.
          - ''
      '50':
        slot: 44
        item: ARROW
        amount: 1
        item-name: §eNext Page →
        click-events:
          next-scene-click: {}
          sound-click-event:
            sound: UI_BUTTON_CLICK
      '51':
        slot: 40
        item: BARRIER
        amount: 1
        item-name: §cClose
        click-events:
          close-inventory: {}
  '1':
    delay: 0
    items:
      '1':
        slot: 4
        item: WRITABLE_BOOK
        amount: 1
        item-name: §c§lServer Rules
        item-lore:
          - ''
          - §7Page §e2§7/§e2
          - ''
      '2':
        slot: 19
        item: LIME_CONCRETE
        amount: 5
        item-name: §a§l5. §fNo Advertising
        item-lore:
          - ''
          - §7Do not advertise other servers,
          - §7websites, or services.
          - ''
      '3':
        slot: 21
        item: LIME_CONCRETE
        amount: 6
        item-name: §a§l6. §fReport Bugs
        item-lore:
          - ''
          - §7Report any bugs or exploits
          - §7to staff. Do not abuse them.
          - ''
      '4':
        slot: 23
        item: LIME_CONCRETE
        amount: 7
        item-name: §a§l7. §fHave Fun!
        item-lore:
          - ''
          - §7Most importantly, enjoy
          - §7your time on the server!
          - ''
      '50':
        slot: 36
        item: ARROW
        amount: 1
        item-name: §e← Previous Page
        click-events:
          previous-scene-click: {}
          sound-click-event:
            sound: UI_BUTTON_CLICK
      '51':
        slot: 40
        item: BARRIER
        amount: 1
        item-name: §cClose
        click-events:
          close-inventory: {}

🎮 Gamemode Selector (Staff)

Command: /gm | Permission: staff.gamemode

Quick gamemode switcher for staff members.


✅ Confirmation Dialog

Usage: Open with /gui open confirm from other click events

A reusable yes/no confirmation dialog. Pair this with other GUIs by opening it via command click events.

Tip: Customize this template for each use case by changing the title, lore text, and the confirm button's click events.


Command: /social | Type: Hopper GUI

A compact menu with clickable social media links and server information.


🎁 Daily Reward Claim

Command: /daily | Type: Chest GUI with cooldown

A daily reward system using cooldown conditions and player data to track claims.


🧭 Quick Teleport Menu

Command: /tp-menu | Type: Dispenser GUI

A compact 3x3 teleport menu using the dispenser layout.


✏ Customization Tips

When adapting these templates:

  • Replace placeholder commands (e.g., spawn, warp mines) with your actual server commands

  • Update permission nodes to match your permissions setup

  • Change materials and colors to fit your server's visual theme

  • Add or remove items as needed

  • Combine templates — use the warp menu items inside a larger main menu


← Previous
Next →

Last updated