Option to change admin/mod name colorSuggestion
How can I change the displayed admin/mod player name tag from purple to white?
Thanks in advance
you can't without editing the .cs file. its not as simple as using a hex code, and if i let this be customizable then ill have to let everything else be customizable too. otherwise i'll just get requests for the others too LOL. :p

                        if ((target.IsAdmin || ins.permission.UserHasPermission(target.UserIDString, "fauxadmin.allowed")) && canBypassOverride)
                        {
                            color = Color.magenta;
                        }​

change magenta to white