I try to use kits, NPC, signsartist.... and they doesn't work it always say me, you don't have access to this command but I am admin, I can use noclip etc... and some plugin as zlevel are working I don't understand can someone give me help!
You don't have access to this command
Discussion in 'Rust Discussion' started by Xxkamykaze, Mar 31, 2017.
-
Wulf Community Admin
Most plugins use Oxide's permission system, which you can see how to use that here: Using the Oxide permission system | Oxide.
-
I wrote grant user Xxkamykaze oxide.reload in the console and it says User 'Xxkamykaze (76561198055230335)' granted permission 'oxide.reload
But in game it continue to say you don't have access to this command -
Wulf Community Admin
-
I tried différent command like "/kit list" or like "/weather rain" ... Yes it's my ID
-
Wulf Community Admin
-
How Can I know what is the correct permission?
-
Wulf Community Admin
-
Oh wait I think I find I will try this
[DOUBLEPOST=1490975478][/DOUBLEPOST]For the plug in "kits" I find this :
Custom Permissions:
when you created a kit or edited a kit do:
/kit permission PERMISSIONNAME
the permissionname can be a new permission or an existing permission.
Custom permissions are oxide permissions:
Code (Text):
oxide.grant user "PLAYERNAME" PERMISSIONNAME
You can grant a user permission by using:
oxide.grant user <username> <permission>
To create a group:
oxide.group add <groupname>
To assign permission to a group:
oxide.grant group <groupname> <permission>
To add users to a group:
oxide.usergroup add <username> <groupname>
To remove users permission:
oxide.revoke <userid/username> <group> <permission>
But I don't understant what I have to do ... -
By exemple this plugin : Stack Size Controller for Rust | Oxide
----> Permissions
- stacksizecontroller.canChangeStackSize - Allows user to use /stack and /stackall in-game. (Admins have access automatically)
-
Wulf Community Admin
-
I tried on rustadmin and it says me "Permission 'stacksizecontroller.canchangestacksize' doesn't exist"
-
Wulf Community Admin
-
-
the latest version of stack size ?
-
Ok I have just reconnect on my server and there is any more plugins --' even zlevel ... have been remove ...
-
Wulf Community Admin