Changing color of plugin text?
Hello, I recently changed the color from default yellow to blue and red. Upon doing that, my server wouldn't start back up. Once I set the color back to HEX color code yellow, the server worked again. Is there a certain Hex code (for blue or red) I have to use or what?? Thanks in advance!
I have been using this config for a long time with no problems at all,
 },
  "Variable Colors": {
    "killer": "cyan",
    "victim": "cyan",
    "weapon": "yellow",
    "attachments": "yellow",
    "distance": "yellow",
    "owner": "cyan",
    "Bodyparts": "yellow"
  },
  "Chat Format": "<color=orange>[<color=#80D000>DeathNotes</color>] {message}</color>",​
In response to pookins ():
I have been using this config for a long time with no problems at all,
}, "Variable Colors...
oh okay, thanks! I thought it had to be hex color codes and not the actual color word... What would I type for the color red? "red"???
In response to hecknn ():
oh okay, thanks! I thought it had to be hex color codes and not the actual color word... What would...
I actually avoid red as it is hard to read in small  type, i prefer orange or yellow,
In response to pookins ():
I actually avoid red as it is hard to read in small  type, i prefer orange or yellow,
ight, thanks
I have repeatedly tried to change the "bodyparts" colour to either cyan or yellow to no effect, it always shows as the message colour,

},
"Variable Colors": {
"killer": "cyan",
"victim": "cyan",
"weapon": "yellow",
"attachments": "yellow",
"distance": "yellow",
"owner": "cyan",
"bodyparts": "yellow"
},

Text colour
I have tested it, and there is no problem for me

Merged post

  "Variable Colors": {
    "killer": "cyan",
    "victim": "cyan",
    "weapon": "yellow",
    "attachments": "yellow",
    "distance": "yellow",
    "owner": "yellow",
    "hp": "yellow",
    "bodypart": "yellow"
  },
  "Chat Format": "<size=12><color=#00BFFF><color=#FF4500>[DeathNotes]</color> {message}</color></size>",
Yep, tested fine here too.
In response to LoneWolfAU ():
Yep, tested fine here too.
Can you post a screen shot ?
In response to pookins ():
I have repeatedly tried to change the "bodyparts" colour to either cyan or yellow to no effect, it a...
You seem to have entered "bodyparts" instead of "bodypart".
In response to LaserHydra ():
You seem to have entered "bodyparts" instead of "bodypart".
Thought it would be something simple, thanks for the info