Hiya, im currently making a new rust server and i need to add permission to things like trade, so all players in which join, have. so i looked at the permissions for oxide trade and it is
trade.accept
- trade.use
Allows players to initiate trades
Ex. grant group default trade.use
Ex. grant user Calytic trade.use
Allows players to accept trades
Ex. grant group default trade.accept
Ex. grant user Calytic trade.accept
But what i dont understand is, i know that players which join are called Default, but to add the permission to the default group, does that make anyone who joins have it. And to actually get the Default group to add permission for all players to get once they join so i dont have to add them manually, do i do oxide.group add default, or is there already a Pre made group made to add these permissions to?
Thanks for your time. Ben
Solved Server permissions group usage?
Discussion in 'Rust Discussion' started by Pope Francis, Mar 29, 2018.
-
Wulf Community Admin
I’d recommend reading the tutorial here: Using the Oxide permission system
-
Hi, i've read threw it, i know how to add permissions to a group. But what i dont understand is, how do i add permissions to the Default group, because when i try it says it doesnt exist, does that mean i have to create a group called default?
because adding a permission to default, is to all players right? -
Wulf Community Admin
-
Ok thank you for the help, it was just a error with the server. I just restarted it and it all works now. Thanks for the help.