The simple plugin for running commands, works with multiverse, or any command you would like! Can act like a info page, as anything, your creativity is the limit! Very easy to use config
CONFIG:
# ServerGUI Configuration
# GUI Settings
gui:
title: "&8&lServer Selector"
size: 27 # Must be a multiple of 9 (9, 18, 27, 36, 45, 54)
# Selector Item Settings
selector:
material: COMPASS
name: "&6&lServer Selector"
lore:
- "&7Click to view available servers"
- "&7Right-click to open the server selector"
slot: 4 # Inventory slot to place the item (0-8 for hotbar)
# Give selector on every join, not just first join
give-on-every-join: false
# Prevent players from moving the selector item
lock-selector-item: true
# Decoration settings (fill empty slots)
decoration:
enabled: true
# Simple alternating pattern (default)
alternate-colors: true
# Advanced pattern system (set use-pattern to true to enable)
use-pattern: true
pattern:
- "111111111" # First row
- "122222221" # Second row
- "122222221" # Third row
pattern-items:
"1": # Border
material: LIGHT_BLUE_STAINED_GLASS_PANE
name: "&9&l✦"
"2": # Interior
material: GRAY_STAINED_GLASS_PANE
name: " "
# GUI Items
items:
survival:
slot: 10
material: GRASS_BLOCK
name: "&a&lSurvival Server"
lore:
- "&7Click to join the survival server!"
- "&7Players online: 24/100"
command: "server survival" # Command to run when clicked
creative:
slot: 12
material: DIAMOND_BLOCK
name: "&b&lCreative Server"
lore:
- "&7Click to join the creative server!"
- "&7Players online: 15/50"
command: "server creative"
skyblock:
slot: 14
material: FEATHER
name: "&e&lSkyblock"
lore:
- "&7Click to join the skyblock server!"
- "&7Players online: 32/100"
command: "server skyblock"
minigames:
slot: 16
material: TNT
name: "&c&lMinigames"
lore:
- "&7Click to play minigames!"
- "&7Players online: 45/100"
command: "server minigames"
website:
slot: 22
material: BOOK
name: "&d&lWebsite"
lore:
- "&7Click to get our website link!"
command: 'console:tellraw %player% {"text":"
www.yourserver.com","color":"aqua","clickEvent":{"action":"open_url","value":"
https://www.yourserver.com"}}'