I can't get the username color to change, only the color of the title. I am trying to allow the title to be hidden and the Name to just change colors, so instead of it saying for example [gold]Ninja it will just say Ninja in gold.
Example of my config, I tried it 2 ways. When I can get the title to hide, but when I did that, it just hid all of my player challenge titles even though I never reset them.
{
"GroupName": "gold",
"Priority": 0,
"Title": {
"Text": "[gold]",
"Color": "#55aaff",
"Size": 15,
"Hidden": true,
"HiddenIfNotPrimary": false
},
"Username": {
"Color": "gold",
"Size": 15
},
"Message": {
"Color": "gold",
"Size": 15
},
"Format": {
"Chat": "{Title} {Username}: {Message}",
"Console": "{Title} {Username}: {Message}"
}
},
{
"GroupName": "ninja",
"Priority": 0,
"Title": {
"Text": "[ninja]",
"Color": "#FFFF00",
"Size": 15,
"Hidden": false,
"HiddenIfNotPrimary": false
},
"Username": {
"Color": "#FFFF00",
"Size": 15
},
"Message": {
"Color": "white",
"Size": 15
},
"Format": {
"Chat": "{Title} {Username}: {Message}",
"Console": "{Title} {Username}: {Message}"
}
}
]
Example of my config, I tried it 2 ways. When I can get the title to hide, but when I did that, it just hid all of my player challenge titles even though I never reset them.
{
"GroupName": "gold",
"Priority": 0,
"Title": {
"Text": "[gold]",
"Color": "#55aaff",
"Size": 15,
"Hidden": true,
"HiddenIfNotPrimary": false
},
"Username": {
"Color": "gold",
"Size": 15
},
"Message": {
"Color": "gold",
"Size": 15
},
"Format": {
"Chat": "{Title} {Username}: {Message}",
"Console": "{Title} {Username}: {Message}"
}
},
{
"GroupName": "ninja",
"Priority": 0,
"Title": {
"Text": "[ninja]",
"Color": "#FFFF00",
"Size": 15,
"Hidden": false,
"HiddenIfNotPrimary": false
},
"Username": {
"Color": "#FFFF00",
"Size": 15
},
"Message": {
"Color": "white",
"Size": 15
},
"Format": {
"Chat": "{Title} {Username}: {Message}",
"Console": "{Title} {Username}: {Message}"
}
}
]