Creating GUIs & Items
To create a GUI, you will need to create a new .YML file in the directory, you can name it anything you'd like, said name will mark how you will be able to interact with the GUI (open it with special tags). After you have created the file, insert this format inside:
The GUI may not work as intended without these.
Refresh Rate
refresh-rate
handles how often the GUI's items update it's values, such as Placeholders
GUI
GUI-title
is used to change the title of the GUI, color codes as well as HEX codes can be used.
GUI-rows
determines how many rows of slots the GUI will have (aka size of the GUI)
GUI-items
is where you can place your own items, but it must always contain the special empty-slot-item
to not cause problems.
Creating items
To create items you need to follow this format:
Last updated