playeradministration.access.perms how to disable from padmin?
Playeradministration.access.perms how to disable?
Hy !
why do you want to make that change from padmin?
try reading this:
Add a player to a group
To add a player to a group:
oxide.usergroup add <player_name or STEAM64_ID> group_name
On success, it will display:
Player 'PlayerName (steam_64_bit_id)' added to group: 'group_name'
Remove a player from a group
To remove a player from a group, use the following command:
oxide.usergroup remove <player_name or STEAM64_ID> group_name
On success, it will display:
Player 'PlayerName (steam_64_bit_id)' removed from group: 'group_name'
admin always have permission
Merged post
or maybe this will help you!
UMod Oxide Permission Commands
Below, you will see a list of commands which can be entered into the console in the above format. You'll notice that you can revoke permissions from a user or group, and even create your own custom groups!
Command | Description |
| oxide.grant user <name><permission> | Grants a user a permission |
| oxide.revoke user <name><permission> | Revokes a users permission |
| oxide.grant group <group><permission> | Grants a group a permission |
| oxide.revoke group <group><permission> | Revokes a groups permission |
| oxide.usergroup add <name><group> | Adds a user to a group |
| oxide.usergroup remove <name><group> | Removes a user from a group |
| oxide.group add <group> <"[Title]"><rank> | Creates a new group Title and rank are optional depending on the circumstance. |
| oxide.group remove <group> | Removes a group |
| oxide.group set <group><"[Title]"><rank> | Sets the title or rank of a group. |
| oxide.group parent <parentgroup><childgroup> | Setting the parent group of another group |
| oxide.show user <name> | Shows a user's permissions |
| oxide.show group <group> | Shows a group's members and permissions |
| oxide.show perm <permission> | Shows which user or group has a permission |
| oxide.show groups/perms | Shows all groups or permissions |
| oxide.grant group <group> * | Grants a group a wildcard. Wildcard simply means all. So this would grant the right to all permissions |
| oxide.grant user oxide.* | Grants a user all permissions without adding them to the admin group. |