When checking the plugins it say for betterchat "JsonToken EndArray is not valid for closing JsonType Object. Path '[0],line 24 ,position 1."
im just trying to get clan tags to show, any help?
When checking the plugins it say for betterchat "JsonToken EndArray is not valid for closing JsonType Object. Path '[0],line 24 ,position 1."
im just trying to get clan tags to show, any help?
i fixed it, it didnt have a } at the end
[
{
"GroupName": "default",
"Priority": 0,
"Title": {
"Text": "[Player]",
"Color": "#55aaff",
"Size": 15,
"Hidden": false,
"HiddenIfNotPrimary": false
},
"Username": {
"Color": "#55aaff",
"Size": 15
},
"Message": {
"Color": "white",
"Size": 15
},
"Format": {
"Chat": "{Title} {Username}: {Message}",
"Console": "{Title} {Username}: {Message}"
}
}
]