Hello, I am new to running a rust server and i did alot of adding of plugins and what not to make the server fun. I will admit i am having trouble setting up custom commands and groups permissions for all the plugins though. So i am here to see if anyone would be willing to help me set that up. Any help would be appreciated. Thanks.
Having trouble with commands and permissions
I sent a private message
I think you could use the uMod docs (permissions section). Should pretty much solve all your problems.
Link for reference: https://umod.org/documentation/plugins/permissions
Those only work for giving them access to it. I also wanna make "/" commands to make it easier as well.
In response to NekoRayKun ():Those only work for giving them access to it. I also wanna make "/" commands to make it easier as we...
/ commands for what? Commands are provided by plugins, most of them being chat commands ("/"). Oxide also provides chat commands for all of its core commands, such as /oxide.grant.
In response to Wulf ():/ commands for what? Commands are provided by plugins, most of them being chat commands ("/"). Oxide...
Well like say the original command is /ui and i wanna change it to like /info. Or like if i set up a /town and wanna make it /banditcamp. Another example would be changing /scoreboard to like /sb.
Also when making groups in the oxide commands is there a file i can just get to so that i can just copy paste the commands for the groups?
Also when making groups in the oxide commands is there a file i can just get to so that i can just copy paste the commands for the groups?
In response to NekoRayKun ():Well like say the original command is /ui and i wanna change it to like /info. Or like if i set up a...
To rename a command, you’d have to either edit the plugin providing the original or using a plugin such as Alias System.
Commands are the only supported way to edit groups and permissions.
Commands are the only supported way to edit groups and permissions.
In response to NekoRayKun ():So then i have to type in everything i want them to have access to individually into the console? uMod is an Oxide, it's just a renaming/rebrending whatever. There will be no "Oxide" soon, only uMod, after the team finishes all the stuff with transfer.
Also for managing perms Steenamaroo made a great GUI plugin https://umod.org/plugins/permissions-manager
And there would be a file "where u can copy-paste permissions", if only Wulf wouldn't refuse my plugin =/ However, it's not that hard to manage permissions with commands, you just have to get used to it.
Ok ill give that plugin a shot thanks. Now i just gotta find out why my botspawn plugin isnt spawning stuff.