Changing color of text?Solved
Is there a way to customize the color in the chat and what is says when you get teleported?
hey, yes navigate to oxide\lang\en open there NTeleportation.json and change how and what you need.

edit:
u can use a Validator to get sure, u editing it right.
Thank you but how to I make the text like... light green instead of white?
i know just this variant <color=red> Your Text Here </color> you can use hex colors code too. i think there is a universal code but i dont know this.

for example this is original:
"Success": "You teleported to {0}!",

edit in light green:
"Success": "<color=#90EE90>You teleported to {0}!</color>",


edit:
Your Chat Prefix you need change in oxide/config/NTeleportation.json

"ChatName": "[ <color=red>Teleportation</color> ] ",
I have change that color as well but it does not affect the text of the actual message. I have not tried your original suggestion yet but I will now.
sometimes, for me in most cases :D, if you edit something in the oxide/lang files you need restart the server before it works
Locked automatically