I've set text color to white (#FFFFFF), red (#ff0000), and even to black (#000000) to see if maybe the configuration settings had a case of "opposite day", but no matter what I did, the color of the text was still black.
The following is my configuration:
{
"Settings: ": {
"Text Color": "#ff0000",
"Text Height": 2.5,
"Text Size": 25,
"Hide Team Chat": true
},
"Vanish Settings: ": {
"Hide Text": true
},
"Version: ": {
"Major": 1,
"Minor": 4,
"Patch": 2
}
}
These are the steps I'm taking to reproduce the issue:
1. Find a random color hex code.
2. Navigate to the config for the Chat Head plugin.
3. Replace "Text Color" with the new hex.
4. Save the config file.
5. oxide.reload ChatHead in server console.
6. Confirm plugin is reloaded.
7. Go into third-person mode.
8. Type something in chat.
Text was still black. Is there something I'm missing?
EDIT: I also had another User confirm that the text above my head was black as well.