Giving players admin and permissions for commands?

How do i give players access to some of the added plugins to my server? feks /backpack etc..

And how do i add some just for admins/moderators?

Thank you

I’d suggest reading the permissions tutorial under Docs for help with plugin command permissions. https://umod.org/documentation/plugins/permissions

For Rust admin/moderator, there are a lot of tutorials floating around here and Google that will show you steps for that.
In response to Frosken ():
How do i give players access to some of the added plugins to my server? feks /backpack etc..And how...
Add all the plugins to your server and config them as you want them to be.

Add this permissions manager plugin: https://umod.org/plugins/permissions-manager

Go in game type:  /perms group default   and setup permissions for default players you wish for them to have and not have.

Do the same for every rank on your server you create.
Example:  /perms group admin    /     /perms group vip    /       /perms group donator   

Once set run command in rcon: server.writecfg

Done


Cheers
In response to SlyStone ():
Add all the plugins to your server and config them as you want them to be.

Add this permi...
Permissions with Oxide have nothing to do with server.writecfg, that is only for Rust owner/moderator and serverauto.cfg. It will not help with this situation in regards to permissions.

The only thing you’d need to do is save the server once to trigger Oxide saving it’s data files.
In response to Wulf ():
Permissions with Oxide have nothing to do with server.writecfg, that is only for Rust owner/moderato...
ok noted, just trying to help i apologize.
i just got into the habit of doing that cmd too much i guess.

good day guys
In response to SlyStone ():
ok noted, just trying to help i apologize.
i just got into the habit of doing that cmd too much...
No worries, you provided some useful information too. :)
ok ok ok... i did the sugested docks at the top and the first part trying to make the indavigual player permition group but when i try that in game it says the group doesnt exist. that dock is basicaly saying that is how to make the group corect?
I’m not sure what “dock” you are referring to.
the one on top of this thred sorry. your first post you called it a doc and had a link for the permitions for commands
Could you copy/paste the exact command you used along with the reply you got from it please?
oxide.grant group admin epicstuff.use 
permission 'epicstuff.use' doesnt exist
and when i try and do a command for use i get group doesnt exist


Merged post

i did do a show group and i saw the deffalt and admin groups but i cant bind anything to thoes groups hence the groups doesn't exist
"epicstuff.use" is an example, not a group and not a valid permission. The groups do exist though, as they are created by default each time you start the server.
at first i even tryed to change that to admin.use and still got the same out come
There is also no "admin.use" permission. What are you trying to do exactly? For assigning plugin permissions, you'd need to look at each plugin page to see the valid permission names and use those with the commands.

Example: oxide.grant group admin backpacks.admin
ok i hear that but why cant i then bind the commands to the admin groups? it keeps saying unknown command

Merged post

i dont know i guess i am trying to fallow your doc and it shows this for the step)

Grant a permission to an entire group

oxide.grant group admin epicstuff.use