🆕Creating GUI
Let's take a look and go threw a tutorial how to create a gui.
👣 First steps
Go to the plugin, that run on our GUI Library.
Open plugin folder and then open folder "guis"
If you want to make better orientation in your files you can create subfolders for your guis e.g.:
guis/survival/xxx.yml
Create a gui file (e.g.: example.yml)
Then insert required lines. Everything is below.
🔴 Required
- GUI Title
Title is a short text describing what the menu is about. Title can be found at the top of the menu above the slots.
- GUI Rows
Rows is a number of menu lines inserted in a text form. Rows types: ONE | TWO | THREE | FOUR | FIVE | SIX
- GUI ItemMap
Item map is special slot system. But it is better than normal slot, because there is no numbers. Every item in the menu have own letter or symbol. When you add that item letter/symbol to the item map, slot will be automatically calculated by the system. At first paste this to your item map: - '---------' this is empty row... If you have 5 rows, paste this 5 times. Then only add symbols... e.g.:
🔵 Optional
- GUI Type
If you want, you can change your gui type to a guis that's not a really normal on other servers.
- Open/Close actions
Actions that will run when a player open/close gui.
Last updated
Was this helpful?