How to customize GUIs
How to show the keys in a GUI?
You will need to Shift + Right-click a few times in any GUI (requires the permission songoda.admin) until a chat prompt appears, saying that the keys are now shown. Once you have correctly done this step, you will now have access to view the keys in the GUI. Keys are displayed in purple text directly below the name of the item, in the lore section when you hover over an item in the GUI.
How to generate the GUI file?
You will need to run any command that opens a GUI (Example: "/uf leaderboard"). After running the command, a new folder will be generated in the main folder for that plugin called "GUI" that will hold a file for each GUI that is customizable after you open the GUI at least once in-game.
Different aspects of the file
Key types
How to use the disable function
In this section of the file, you can disable keys. When a key is disabled, all items in the GUI with that key will be removed.
disabled:
- disablekey1
- disablekey2
- disablekey3
How to define the slot position in GUIs
There are two ways to define the position of and item in the GUI.
The first way is by using the position variable.
The second way is by using the row and col variables.
Some examples of how you can customize GUIs
In this section, you can find a few examples of what you can do with customization.