hex codes not working or color name not working - with permissions
Player names are not being coloredFixed
How exactly did you use them?
/colour #number and i get <color=aqau>ColouredNames changed to #number but doesn't actually change, even when doing it with player name
Okay, but what is an example of exactly how you are using it?
/colour #ff0000 and /colour #ff0000 ChaoticStryfe neither work
Merged post
Does anyone have a fix?
Merged post
Does anyone have a fix?
The "<color=aqua>" you'd need to change in the plugin's oxide/lang file yourself, else remove that from those messages.
For names, the way this plugin is handling the color will not work as formatting is removed from messages when sent via clients. To fix that, line 90 would need to be changed from:
For names, the way this plugin is handling the color will not work as formatting is removed from messages when sent via clients. To fix that, line 90 would need to be changed from:
bp.SendConsoleCommand("chat.add", player.UserIDString, message);To something like:
PrintToChat(bp, message); the aqua part was fixed, but still not changing name color - thanks for your effort tho
Merged post
does anyone have a working version of this mod they would share?
Merged post
does anyone have a working version of this mod they would share?
Locked automatically