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.
Solved Granting permissions to all players in a group?
Discussion in 'Rust Discussion' started by TheyCallMeMisty?, Jan 1, 2016.
-
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? -
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
-
Thank you for the quick reply people.
& happy new year. -
Wulf, tell me please how grant one permission to all groups?
-
Wulf Community Admin
-
this is correctly: grant group * entityowner.cancheckowners ?
I need add this permission to all groups -
Wulf Community Admin