I have tried multiple ways to add other admin to certain mods so things can be managed properly. however i get an error saying the mod doesnt exist on server. i have tried addiny by groups, usernames etc. I couldnt even get my self added to the remove tool unless i used the wildcard method.
any advice?
Can't get permissions granted
Could you provide the exact message you are seeing and exactly how you are trying to grant the permission?
oxide.grant user <steamname or steamID> RemoveTool
the only one that worked for me was:
oxide.grant user <steamname or steamID> *
from what i have gathered on https://nodecraft.com/support/games/rust/umod-oxide-permissions-system this is the correct way to add permissions in oxide on the console.
The errors go as follows:
permission <name of mod> doesn't exist
or my favorite because the person has a space in their name after "The" i get <second half of name doesnt exist>
I have tried multiple varients of the mod names. The most fun i had was with stack size manager. no where does any guide mention reloading while in game or you can add stack sizes in the game. i tried those same methods with other mods too, but it didnt help.
oxide.grant user NAMEORSTEAMID PERMISSIONTHATEXISTS
removertool.normal- Required to use normal removeremovertool.all- Required to use all removeremovertool.admin- Required to use admin remove. In this mode, any entity can be removed.removertool.structure- Required to use structure removeremovertool.external- Required to use external removeremovertool.target- Required to use 'remove.target' commandremovertool.override- Required to use 'remove.allow' command
You should also NEVER use the wildcard with just *, as you're surely find yourself with issues as not all permissions are good permissions you'd want to have. Never blindly assign permissions.
Thank you! i couldnt find that info anywhere. or maybe i am just blind lol.
Can you please write me the exact command to give users the authorization?
I always get the missing
Permission 'admin' doesn't exist
LightningsBudeCan you please write me the exact command to give users the authorization?
I always get the missing
Permission 'admin' doesn't exist
Are you typing /o.grant user <name> removertool.admin and getting the reply that "permission removertool.admin" does not exist ? as it would not (as far as i know) just say permission "admin" does not exist @Wulf has stated the exact permissions in the post above.