First Install
Guide on how to set up InfiniteGUI for the first time!
Step 1 - Installing the plugin
Stop your server.
Check compatibility: Make sure you are using a supported version of Bukkit/Paper/Spigot.
Place the InfiniteGUI.jar into your
plugins/
folder.Start your server.
InfiniteGUI will create configuration files and a CustomGuis
folder.
Step 2 - System Menus & Default Config
By default, InfiniteGUI comes with system menus that let you manage GUIs easily. These are found in plugins/InfiniteGUI/SystemMenus
. No additional step needed, they load automatically.
Step 3 - Creating Your First Custom GUI
Open
plugins/InfiniteGUI/CustomGuis/
Add a new
.yml
file (e.g.,example.yml
) using the examples from the wiki to define a custom GUI.Reload the plugin with
/gui reload
or restart the server.
Step 4 - Opening the Manage Menu
Use /gui
to open the main menu. From there, you can create new GUIs, edit rows, scenes, and more.
Last updated