Changing colors for death notes?Solved
I would like to remove the text [deathnotes] from the event text as well as change the color.
what are the color codes to change the text color 
To remove the Death Notes title simply edit the "Chat Format" in the configuration file:
"Chat Format": "<color=#838383>[<color=#80D000>DeathNotes</color>] {message}</color>"​

For colors you can use any 6-digit hexadecimal color code or any of the color names from https://docs.unity3d.com/Manual/StyledText.html
no sir none of that works 
In response to accuracy ():
no sir none of that works 
Did you reload the plugin after making the change? The formatting example he gave is correct.
do you have discord?
also do you mean edit in notpad+ then upload it?

Merged post

https://i.imgur.com/FB3mPR3.png
Edit the config file, not the plugin itself.

https://i.imgur.com/zWMLpIt.jpg 

this one?


Merged post

okay so i remove the whole command line or just deathnot text?
In response to accuracy ():
https://i.imgur.com/zWMLpIt.jpg this one?
Merged post

okay so i remove the whole c...
You edit the part where the formatting is.
when I remove that line of code it completely removed the plugin from display in game 
In response to accuracy ():
when I remove that line of code it completely removed the plugin from display in game 
You don't remove any lines of code, you edit the content of the config file for that part.

"Chat Format":"<color=#838383>[<color=#80D000>DeathNotes</color>] {message}</color>"

"Chat Format":"<color=#838383>{message}</color>"

"Chat Format":"{message}"
Are you editing the plugin or config file under oxide/config?
File Manager > \oxide\config\
Looks like you've used the {message} placeholder twice.

okay here is my list 


"Chat Format": "<color=#838383>[<color=#80D000>{message}</color>] {message}</color>",

Locked automatically