mirror of
https://github.com/rockyhawk64/CommandPanels.git
synced 2025-11-18 07:14:17 +01:00
91 lines
2.2 KiB
YAML
91 lines
2.2 KiB
YAML
# |------------------------------------------------------------------------
|
|
# | CommandPanels Simple Floodgate File
|
|
# | Official Panel v2
|
|
# | https://www.spigotmc.org/resources/command-panels-custom-guis.67788/
|
|
# |------------------------------------------------------------------------
|
|
conditions: "%player_name% $HASPERM example.permission"
|
|
title: 'Server Selector'
|
|
type: floodgate
|
|
|
|
floodgate-type: simple
|
|
subtitle: 'Welcome to the lobby!\nThis is your gateway to exciting gameplay.'
|
|
|
|
layout:
|
|
0:
|
|
- hub_button
|
|
1:
|
|
- survival_button
|
|
2:
|
|
- skyblock_button
|
|
3:
|
|
- factions_button
|
|
4:
|
|
- minigames_button
|
|
5:
|
|
- comingsoon_button
|
|
|
|
items:
|
|
|
|
hub_button:
|
|
name: '&a&lHub'
|
|
lore:
|
|
- '&7Return to the main lobby.'
|
|
- '&eClick to go to the Hub!'
|
|
actions:
|
|
commands:
|
|
- '[msg] &aConnecting to Hub...'
|
|
icon-type: PATH
|
|
icon-texture: 'textures/items/emerald.png'
|
|
|
|
survival_button:
|
|
name: '&2&lSurvival'
|
|
lore:
|
|
- '&7Explore the wilderness.'
|
|
- '&eClick to join Survival!'
|
|
actions:
|
|
commands:
|
|
- '[msg] &2Connecting to Survival...'
|
|
icon-type: PATH
|
|
icon-texture: 'textures/items/iron_pickaxe.png'
|
|
|
|
skyblock_button:
|
|
name: '&b&lSkyblock'
|
|
lore:
|
|
- '&7Your own floating island.'
|
|
- '&eClick to join Skyblock!'
|
|
actions:
|
|
commands:
|
|
- '[msg] &bConnecting to Skyblock...'
|
|
icon-type: PATH
|
|
icon-texture: 'textures/items/apple.png'
|
|
|
|
factions_button:
|
|
name: '&c&lFactions'
|
|
lore:
|
|
- '&7Form alliances and battle.'
|
|
- '&eClick to join Factions!'
|
|
actions:
|
|
commands:
|
|
- '[msg] &cConnecting to Factions...'
|
|
icon-type: PATH
|
|
icon-texture: 'textures/items/diamond_sword.png'
|
|
|
|
minigames_button:
|
|
name: '&e&lMinigames'
|
|
lore:
|
|
- '&7Play fun mini challenges.'
|
|
- '&eClick to join Minigames!'
|
|
actions:
|
|
commands:
|
|
- '[msg] &eConnecting to Minigames...'
|
|
icon-type: PATH
|
|
icon-texture: 'textures/items/ender_pearl.png'
|
|
|
|
comingsoon_button:
|
|
name: '&8&lComing Soon'
|
|
lore:
|
|
- '&7New content arriving shortly.'
|
|
actions:
|
|
commands:
|
|
- '[msg] &7Coming soon...'
|