Many uMod/Oxide plugins require permissions before players or admins can use their commands. Permissions are plugin-specific, so copy the permission names from the plugin page and grant them from Web Console or RCON.
- Install uMod and the plugin first.
- Open Web Console.
- Check the plugin page for the exact permission names.
- Grant a permission to one player:
oxide.grant user STEAMID64 permission.name
- Grant a permission to a group:
oxide.grant group admin permission.name
- Remove a permission:
oxide.revoke user STEAMID64 permission.name
- List a user's permissions:
oxide.show user STEAMID64
Permission names are plugin-specific, so copy them exactly from the plugin page.
