1. 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?
     
  2. Calytic

    Calytic Community Admin Community Mod

    Permission changes do not require a restart.

    Please consult Using Oxide's permission system | Oxide
    1. Add yourself to group: usergroup add Calytic admin
    2. Add permission to group: grant group admin someplugin.mypermission
     
  3. is there a way just to allow all commands to a certain group?
     
  4. 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>.*