i posted here a while back talking about the issues with groups, ive gotten to a point where Owner and Admin appear just fine, however groups such as AdvancedVIP despite being fully setup exactly the same [except priority] does not appear ingame despite the player being in that specific group, instead all they get is "player" tag.
does anyone at all know what ive done wrong, if anyone can help?
Having a mental breakdown trying to understand groups not workingSolved
just to further onto my issue in HOPES for some help, my friend who is a donor has the respectible group assigned [AdvancedVIP] and when attempting to add him manually to said group, it already displays he is in. HOWEVER.
Despite him being within the group, the only tag that appears is "[Player]", do keep in mind the default 3 tags is still there, so the fact its not coming up what so ever is confusing.
ive removed him from the group, added him back to it, ive remade the whole groups in the data file, ive even done a fresh updated install of BetterChat. and through it all, the only thing that works, is player, admin and owner. nothing else.
does anyone have any tips or configs i could take a look at or something?
There's a video on youtube, discussing the trouble people face setting up the groups.
I believe it's the following video.
Try this config. I've been using it for years. It's not actually my entire config (there are other ranks too) as I snipped the parts that I think are most relevant to you to paste here. It contains default, admin, moderator, helper, and 4 different vip ranks all with different tags and colours. Just edit it to your personal liking. I validated the JSON but if I've messed up the snipping let me know.
[
{
"GroupName": "default",
"Priority": 98,
"Title": {
"Text": "",
"Color": "#33cccc",
"Size": 15,
"Hidden": false,
"HiddenIfNotPrimary": true
},
"Username": {
"Color": "#33cccc",
"Size": 15
},
"Message": {
"Color": "white",
"Size": 15
},
"Format": {
"Chat": "{Title} {Username}: {Message}",
"Console": "{Title} {Username}: {Message}"
}
},
{
"GroupName": "admin",
"Priority": 0,
"Title": {
"Text": "{Admin}",
"Color": "red",
"Size": 15,
"Hidden": false,
"HiddenIfNotPrimary": true
},
"Username": {
"Color": "#EF8F1F",
"Size": 15
},
"Message": {
"Color": "white",
"Size": 15
},
"Format": {
"Chat": "{Title} {Username}: {Message}",
"Console": "{Title} {Username}: {Message}"
}
},
{
"GroupName": "moderator",
"Priority": 1,
"Title": {
"Text": "[Mod]",
"Color": "#c400b0",
"Size": 15,
"Hidden": false,
"HiddenIfNotPrimary": true
},
"Username": {
"Color": "#a3a3a3",
"Size": 15
},
"Message": {
"Color": "white",
"Size": 15
},
"Format": {
"Chat": "{Title} {Username}: {Message}",
"Console": "{Title} {Username}: {Message}"
}
},
{
"GroupName": "helper",
"Priority": 5,
"Title": {
"Text": "[Helper]",
"Color": "#c400b0",
"Size": 15,
"Hidden": false,
"HiddenIfNotPrimary": true
},
"Username": {
"Color": "#a3a3a3",
"Size": 15
},
"Message": {
"Color": "white",
"Size": 15
},
"Format": {
"Chat": "{Title} {Username}: {Message}",
"Console": "{Title} {Username}: {Message}"
}
},
{
"GroupName": "vip",
"Priority": 39,
"Title": {
"Text": "[vip-]",
"Color": "#99CC00",
"Size": 15,
"Hidden": false,
"HiddenIfNotPrimary": true
},
"Username": {
"Color": "#D9FF66",
"Size": 15
},
"Message": {
"Color": "white",
"Size": 15
},
"Format": {
"Chat": "{Title} {Username}: {Message}",
"Console": "{Title} {Username}: {Message}"
}
},
{
"GroupName": "vip+",
"Priority": 38,
"Title": {
"Text": "[VIP+]",
"Color": "#33CC33",
"Size": 15,
"Hidden": false,
"HiddenIfNotPrimary": true
},
"Username": {
"Color": "#ADEBAD",
"Size": 15
},
"Message": {
"Color": "white",
"Size": 15
},
"Format": {
"Chat": "{Title} {Username}: {Message}",
"Console": "{Title} {Username}: {Message}"
}
},
{
"GroupName": "vip++",
"Priority": 37,
"Title": {
"Text": "[VIP++]",
"Color": "#00CC66",
"Size": 15,
"Hidden": false,
"HiddenIfNotPrimary": true
},
"Username": {
"Color": "#80FFBF",
"Size": 15
},
"Message": {
"Color": "white",
"Size": 15
},
"Format": {
"Chat": "{Title} {Username}: {Message}",
"Console": "{Title} {Username}: {Message}"
}
},
{
"GroupName": "vip+++",
"Priority": 36,
"Title": {
"Text": "[VIP+++]",
"Color": "#339966",
"Size": 15,
"Hidden": false,
"HiddenIfNotPrimary": true
},
"Username": {
"Color": "#79D2A6",
"Size": 15
},
"Message": {
"Color": "white",
"Size": 15
},
"Format": {
"Chat": "{Title} {Username}: {Message}",
"Console": "{Title} {Username}: {Message}"
}
}
] update:
thank you for the help
however i finally figured it out after so long
turns out the issue was the permissions group was "BasicVIP" instead of "basicvip" turns out caps does matter