Not sure if this is the right place to post this but im having some trouble my rust server.
I added myself to admin and I added the permissions to the rank but whenever I try to use the commands it says I dont have permission etc, I've tried to restart the server but still doesnt work.
Any that has experience that can help me?
Need help with permissions
Discussion in 'Rust Development' started by Lystico, Feb 18, 2016.
-
Calytic Community Admin Community Mod
Permission changes do not require a restart.
Please consult Using Oxide's permission system | Oxide
- Add yourself to group: usergroup add Calytic admin
- Add permission to group: grant group admin someplugin.mypermission
-
is there a way just to allow all commands to a certain group?
-
As far as I know, you can use wildcards for plugin permissions to grant all permissions of a given plugin to a group/user at once:
Code:grant <group|user> <name|id> <plugin title>.*
