Can't get rid of admin tagSolved

Hi there i just wanted to ask something quickly my current rank on my server is owner but i am getting the admin tag still pop up i can remove it but everytime a leave and rejoin it is back again is there a way to fix this ?

 

Look into the HiddenIfNotPrimary setting for groups. Using that you can hide other titles of lower priority.
also how can hide the rust developer tag ?
In response to Monkay ():
also how can hide the rust developer tag ?
That would be coming from a plugin such as FauxAdmin.
how can i remove this ?
In response to Monkay ():
how can i remove this ?
There should be a few threads about it under the FauxAdmin plugin support section, might even be an option in the config file for it.
Not sure if you've found it yet, but here it is.

Open your BetterChat.cs and edit lines 184 and 185 to have // in front of them to look like this:
                //if (bPlayer?.IsDeveloper ?? false)
                    //groups.Add(BetterChat.RustDeveloperGroup);​​
Locked automatically