Allow modifying style of existing nicknames.
John-Paul-R opened this issue ยท 2 comments
Examples:
/nickname style color <color>
/nickname style bold <true/false>
/nickname style bold
(acts as a toggle)
Note: potential bug upon implementing. When nickname is not set, it is null. Will have to create nickname from user name upon using one of these if it does not already exist.