1. Sorry if its already been asked. I'm trying to allow all users, current and new to use a select few plugins eg, Third person however is there a way for me to do this for all users or do I have to do it one by one.

    Normally i would do something like oxide.grant user <name> <permission> and all though that works fine, its a pain in the ass to add new members one by one ect. I'm currently running a rust experimental server with oxide all on latest versions with various mods installed. All help appreciated and thanks in advance.
     
  2. put certain players into certain groups and give permission to the groups.

    new player comes along ==> add to group(s) ==> done.

    Or are you referring to "temporary" pemissions?
     
  3. Wulf

    Wulf Community Admin

    All new users are added the group 'player' by default, so all you'd need to do is grant the permission to the group.
    Code:
    grant group player thirdperson.allowed
     
  4. Thank you for the quick reply people.

    & happy new year.
     
  5. Wulf, tell me please how grant one permission to all groups?
     
  6. Wulf

    Wulf Community Admin

    You'd have to grant it just like the example I already gave in this thread.
     
  7. this is correctly: grant group * entityowner.cancheckowners ?
    I need add this permission to all groups
     
  8. Wulf

    Wulf Community Admin

    You'd need to grant it to each group (at least the ones with no inheritance), there is no grant to all groups command.