Players getting access to admin plugins

So tonight I found out that players were seeing the buttons to https://umod.org/plugins/admin-panel So I pulled that.
And I had another player show me that he could use vanish a little while back. Not sure if he was using a "hack" or not. So I made the permissions per user just in case.

This is all on my build server. So it's entirely possible there's some player fckery afoot.

 

Are you using a plugin that adds custom commands for the Oxide core commands?
it is possible that some of your plugins use the IsAdmin or IsDeveloper flag to authenticate to use plugin features. You can do a quick search for those two to see if any do. If they use one or the other, you can toggle FauxAdmins using one over the over via the config as a workaround.

EDIT : i do belive the Admin Panel does use the IsAdmin player flag to for authorization, you can switch config to use the IsDeveloper flag. should help that one.
5e13a8d5b2bc5.jpg Wulf
Are you using a plugin that adds custom commands for the Oxide core commands?

I don't belive I am.

5b71186d8a9fb.png ColonBlow
it is possible that some of your plugins use the IsAdmin or IsDeveloper flag to authenticate to use plugin features. You can do a quick search for those two to see if any do. If they use one or the other, you can toggle FauxAdmins using one over the over via the config as a workaround.

EDIT : i do belive the Admin Panel does use the IsAdmin player flag to for authorization, you can switch config to use the IsDeveloper flag. should help that one.

Gotcha. I'll just switch to the dev flag in the config. I only went with admin because I'm running BetterChat and last I knew there wasn't a way to set a custom tag over the [Rust Developer] tag.

cool, lemme know if you still have issues. I think you can add a little bit of coding to include the devoloper tag for Better Chat, ill look and see.

or request the feature on the plugins support page :)