Hey,
I am unable to revoke permissions for any user on my server.
Here is an example:
Then i run:Code:> show user scan User '[AGN] Scaniaman93 (76561198043535082)' permissions: color_mod, playermanager.kick, playermanager.gui, playermanager.ban, playermanag er.ips, playermanager.tp, masterkey.doors, masterkey.gates, masterkey.boxes, ent ityowner.cancheckowners, betterchat.moderator, color_agn, betterchat.color_agn, dayvote.use, commandalias.use, deathnotes.see, radarmanager.clan, radarmanager.f riend, radarmanager.hide, betterchat.group.player, betterchat.group.default User '[AGN] Scaniaman93 (76561198043535082)' groups:
which outputs:Code:revoke user scan masterkey.doors
RunningCode:[Oxide] 00:35 [Info] User '[AGN] Scaniaman93 (76561198043535082)' revoked permission 'masterkey.doors'
still shows that the user has the permission.Code:show user scan
Any ideas?
Solved Unable to revoke permissions from player
Discussion in 'Rust Discussion' started by AlienX, Jun 21, 2016.
-
Wulf Community Admin
If they have the permission still, then they are getting it from one of the groups they are in. You'd need to remove them from that group or remove the permission from that group.
-
Hi Wulf,
The user is not part of any groups (you can see this in the first code segment of my initial post)
Code:User '[AGN] Scaniaman93 (76561198043535082)' groups:
[DOUBLEPOST=1466466372][/DOUBLEPOST]I also thought that the "default" group had the permission, perhaps it was invoking it from there, but the group does not contain that permission in question.Last edited by a moderator: Jun 21, 2016 -
Wulf Community Admin
-
Okay, it seems that the "User Groups:" thing does not print their groups.
Running
Code:usergroup remove scan moderator
-
Wulf Community Admin