Not seeing any titles nowSolved

Since the update today, i cant seem to get any titles to work...

Anyone else experiencing this?

Sounds like the plugin isn't loaded; could you verify that?

It was loaded... I had the priority backworks so default was prio and hidden... LOL !thank you closing this... Weird it worked fine for 3 days though

I'm also having issues with the plugin since the update. If I change someone's tag in game linked to a usergroup it still shows the old group. I know the oxide usergroup is working since they have new permnissions/commands.

I'm having this same issue.Β  What was done to resolve this?Β  The plugin is loaded and has also been reloaded.

following

Merged post

same issue here

Merged post

MY DATA THEY ARE NAMED THE SAME AS MY GROUPS, ive never had an issue with this plugin until it was updated. Shows the default group admin and moderator group but the other 3 player ranks are not showing like i put myself in GROUP VIP and it wasn't showing my other server it works fine please help if possible thank in advance!
[
{
"GroupName": "default",
"Priority": 0,
"Title": {
"Text": "[Survivalist]",
"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}"
}
},
{
"GroupName": "Moderator",
"Priority": 0,
"Title": {
"Text": "[Admin/Mod]",
"Color": "#FF0000",
"Size": 15,
"Hidden": false,
"HiddenIfNotPrimary": false
},
"Username": {
"Color": "#FF0000",
"Size": 15
},
"Message": {
"Color": "white",
"Size": 15
},
"Format": {
"Chat": "{Title} {Username}: {Message}",
"Console": "{Title} {Username}: {Message}"
}
},
{
"GroupName": "admin",
"Priority": 0,
"Title": {
"Text": "[Admin]",
"Color": "#FF0000",
"Size": 15,
"Hidden": false,
"HiddenIfNotPrimary": false
},
"Username": {
"Color": "#39FF14",
"Size": 15
},
"Message": {
"Color": "white",
"Size": 15
},
"Format": {
"Chat": "{Title} {Username}: {Message}",
"Console": "{Title} {Username}: {Message}"
}
},
{
"GroupName": "VIP",
"Priority": 0,
"Title": {
"Text": "[VIP]",
"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}"
}
},
{
"GroupName": "VIP+",
"Priority": 0,
"Title": {
"Text": "[VIP+]",
"Color": "#C0C0C0",
"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}"
}
},
{
"GroupName": "VIP+GOLD",
"Priority": 0,
"Title": {
"Text": "[VIP+GOLD]",
"Color": "#FFD700",
"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}"
}
}
]

Merged post

and yes the plugin is loaded!

Why was this thread marked as solved? Was a solution posted?

yF7Yy5F7geY16iV.png flintmonkey

Why was this thread marked as solved? Was a solution posted?

Because the original poster had their issue solved and stated what solved it.
ZUbRUsLk1tx4cFG.jpg Wulf
Because the original poster had their issue solved and stated what solved it.

Got it - thanks. I think I might've figured out the issue for the other poster, IFF they set the "Maximal Titles" to 1. This is somewhat confusing as there's a hidden default title of [Player] in the cs file itself which wouldn't get considered by those working with the config file.



Merged post

BTW, @Wulf - I thought you were taking a step back? Don't get me wrong... I am so glad you're still active here.
PyIq4i3NwENk4p9.png flintmonkey
BTW, @Wulf - I thought you were taking a step back? Don't get me wrong... I am so glad you're still active here.

I still pop on sometimes, but I've mostly passed everything to Mr. Blue.

lR9PXG2kgulOZrl.jpg Wulf

I still pop on sometimes, but I've mostly passed everything to Mr. Blue.

Well, it's great to "see" you here. πŸŽ‰

still haven't figured it out titles not showing 3 people have vip data is correct

Same here

so figured out the problem i found this in another thread do exactly thisΒ 

I'll see about making a pull request, but I changed line 838 to the following and it's working for me now:

 var groups = _instance._chatGroups.Where(g => oxideGroups.Any(name => g.GroupName.ToLower() == name.ToLower())).ToList();
lextronicgaming

so figured out the problem i found this in another thread do exactly thisΒ 

I'll see about making a pull request, but I changed line 838 to the following and it's working for me now:

 var groups = _instance._chatGroups.Where(g => oxideGroups.Any(name => g.GroupName.ToLower() == name.ToLower())).ToList();

Thanks!!! That fixed it for me. :D

Locked automatically