GUI
GUI is a custom GUI plugin made by me in order to more easily create custom GUIs that are extremely customizable and configurable.
Permissions
Permissions are currently being worked on.
GUI Configuration
GUI
A GUI contains only pages. Example:
Page
A Page contains its Name , Size , Items , and (if applicable), functions . Example:
Item
An item declares the item's Icon and Slot . Optional values are Lore, Name, ItemFlags, Enchantments, and Functions. Example:
Functions
Item Functions
Item Functions are declared per-item when creating GUIs.
GUI is a custom GUI plugin made by me in order to more easily create custom GUIs that are extremely customizable and configurable.
Permissions
Permissions are currently being worked on.
GUI Configuration
GUI
A GUI contains only pages. Example:
Code (YAML):
ServerSelector
:
# This is a GUI. The GUI's name is ServerSelector
# This is a GUI. The GUI's name is ServerSelector
A Page contains its Name , Size , Items , and (if applicable), functions . Example:
Code (YAML):
ServerSelector
:
# This is the GUI
Pages :
MainPage :
Name : '&6&lServer Selector'
Size : 27 # 9 Rows
Creative :
Icon : 'DIAMOND_BLOCK'
Name : '&a&lCreative Server'
Slot : 0
Lore :
- ''
- '&7Build, forge, and craft whatever'
- '&7your imagine desires in this creative'
- '&7landscape!'
Pages :
MainPage :
Name : '&6&lServer Selector'
Size : 27 # 9 Rows
Creative :
Icon : 'DIAMOND_BLOCK'
Name : '&a&lCreative Server'
Slot : 0
Lore :
- ''
- '&7Build, forge, and craft whatever'
- '&7your imagine desires in this creative'
- '&7landscape!'
An item declares the item's Icon and Slot . Optional values are Lore, Name, ItemFlags, Enchantments, and Functions. Example:
Code (YAML):
BroadcastItem :
Icon : PAPER
Name : '&c&lBroadcast Server Shutdown'
Slot : 8
Lore :
- ''
- '&7Broadcast a server shutdown message.'
Functions :
bc :
Type : COMMAND
Values :
- 'CONSOLE'
- 'say &c&lThe server is going to shutdown in 1 minute!'
Icon : PAPER
Name : '&c&lBroadcast Server Shutdown'
Slot : 8
Lore :
- ''
- '&7Broadcast a server shutdown message.'
Functions :
bc :
Type : COMMAND
Values :
- 'CONSOLE'
- 'say &c&lThe server is going to shutdown in 1 minute!'
Item Functions
Item Functions are declared per-item when creating GUIs.
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.8, 1.9, 1.10
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
GUI is a free Minecraft Java mod. Compatible with Minecraft 1.8, 1.9, 1.10, 1.11 and newer. Downloaded 647 times (via Spigot). Download it and open it directly in the game.