With uMod, server owners can install and configure custom plugins for their Rust servers. After installing plugins, additional configuration and permissions setup might be necessary to achieve the desired functionality.
uMod uses a group system to manage permissions. By default, uMod includes the following two groups:
When you assign a permission to a group, all members of that group inherit the permission. You can also create custom groups. Check the command section at the end for how to manage groups and permissions.
Permissions can be managed through commands. Here’s an example using the popular plugin Vanish:
Command Syntax:
oxide.grant <user or group> <name or steam id> <permission>
Explanation:
<user or group>
: Specify if the permission is for a specific user (user
) or a group (group
).<name or steam id>
: Provide the username or Steam64ID of the user or group.<permission>
: Specify the exact permission you want to assign.oxide.grant group default vanish.allow
oxide.grant user 76561198405372178 vanish.permanent
oxide.grant group admin vanish.damage
Tip: Install Permissions Manager for an easy-to-use in-game GUI to manage permissions efficiently.
Command | Description |
---|---|
oxide.grant user <name> <permission> | Grants a permission to a user. |
oxide.revoke user <name> <permission> | Revokes a permission from a user. |
oxide.grant group <group> <permission> | Grants a permission to a group. |
oxide.revoke group <group> <permission> | Revokes a permission from a group. |
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 with an optional title and rank. |
oxide.group remove <group> | Deletes a group. |
oxide.show user <name> | Displays a user's permissions. |
oxide.show group <group> | Shows a group’s members and permissions. |
Understanding and using uMod’s group and permission systems lets you tailor your Rust server to fit your specific needs. If you have questions or encounter any issues, feel free to contact our support team for assistance.
CTA: Looking for a reliable and easy-to-manage Rust server? Check out our hosting plans and explore the possibilities!
Feel free to contact us if you have questions, and we will get back to you.
Contact one of our live chat supporters to receive real-time assistance.
Join our community Discord and ask any questions you may have.
Our knowledge base contains a wealth of information to help you with the issue you're facing.