HexNicks
HexNicks copied to clipboard
Nickcolour gui
Add a GUI for /nickcolor with no arguments.
This should resolve #50.
This PR adds a GuiManager class that manages GUIs (shocking, I know). It is accessible through HexNicks.guis() and handles all click events, and GUIs for the plugin. I tried to implement it in such a way that one can add GUIs in the future with ease.