MajekDev / HexNicks

Nickname plugin with hex color code and gradient support.
MIT License
27 stars 15 forks source link

Nickcolour gui #115

Open funnyboy-roks opened 1 year ago

funnyboy-roks commented 1 year ago

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.