BetterGUI uses a POO approach for simplicity, so using it is just like creating a class. First, GUIListener.register(JavaPlugin) should be called on the plugin's onEnable() method. This is where all ...
Button The default button component allows for simple interaction with menus. This button can have events attached to it to allow using input. ArrayButton This button stores a list of buttons. It ...