Create a GUI
How to create the McGUI
Ok, so the first thing that you have to do is create the GUI object. To do that, you have to create a new variable like this:
McGUI gui = new McGUI("§7Name", GuiLines.LINES, main.instance);
The name of the GUI (First param) is a String value, The size of the GUI is an enum, and the main class is the entry class for your plugin.
Last updated
Was this helpful?