Funny
Funny
Add a new disable: `disableSignEdit`, which will disable the sign gui when right clicking on a sign. This can be bypassed by sneaking when right clicking
**Is your feature request related to a problem? Please describe.** Soooo many people are confused about `/nickcolor` needing the angle brackets (``) for the command **Describe the solution you'd like**...
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...
This fixes https://github.com/ws-kj/xsnip/issues/9
Removes the broken link from the location in the header
When deserialising a multiline string, an indentation of the lines is added to the string, so if a user doesn't want them to be indented, the lines must be pushed...