i have a problem with "player" showing up infront of the tag, how can i remove this? https://cdn.discordapp.com/attachments/765242322929319951/866087157554085929/unknown.png here is an exsample
How do i remove "player" infront of tagsSolved
In your BetterChat data folder there should be some groups. The one for default just make the text blank.
{
"GroupName": "default",
"Priority": 13,
"Title": {
"Text": "",
"Color": "#55aaff",
"Size": 12,
"Hidden": false,
"HiddenIfNotPrimary": false
},
or change to true
"Hidden": false,
"HiddenIfNotPrimary": false
Locked automatically