Option to remove Rust Developer tag additonSuggestion
Could you add a config option to hide the "Rust Developer" tag it gives?


Merged post

I found the easy solution but it'd still be nice to see in this plugin's config.

Anyone that's curious, open your BetterChat.cs and edit lines 184 and 185 with // in fron of them to look like this:
                //if (bPlayer?.IsDeveloper ?? false)
                    //groups.Add(BetterChat.RustDeveloperGroup);​
yes, i will work on some kind of Better chat intergration. I can check to see if better  chat is installed, and maybe see about removing player from group (if set in config).
In response to ColonBlow ():
yes, i will work on some kind of Better chat intergration. I can check to see if better  chat is ins...
yes it would be great if you had to delete the name, i got better chat and at the default group i got it out but in the VIP groups i want to see the VIP and there is also Rust develop. please for removal
In response to jaman ():
yes it would be great if you had to delete the name, i got better chat and at the default group i go...

Well, Due to the way the plugin is designed, I can only make a option to assign the IsAdmin flag or IsDeveloper flag? it does have to be one or the other.

if thats cool, i can get a update for that?

In response to ColonBlow ():
Well, Due to the way the plugin is designed, I can only make a option to assign the IsAdmin flag or...
and would it be that the font color was somehow transparent? not to be seen?
In response to jaman ():
and would it be that the font color was somehow transparent? not to be seen?
Not via this plugin, you would need better chat or something to take control of chat settings to change color or remove the tag.

This worked for me. Thank you. 
Does it have any side effects do this?

//if (bPlayer?.IsDeveloper ?? false)
    //groups.Add(BetterChat.RustDeveloperGroup);​