is there a way to set the /kit give to a consol command? we are working on a donation pack, but want this to be resetted if rebuy thinking of a "click to rebuy" button on webpage but need a consol command to get this to work
Rust-Kits
Moved
Total Downloads: 70,199 - First Release: Oct 21, 2014 - Last Update: Jun 7, 2018
- 4.96216/5, 185 likes
-
the same as in the 4005-th post -
-
[DOUBLEPOST=1473362976][/DOUBLEPOST] -
oxide.grant user xxx kits? any permission for kits? no ownerdid pls.
-
-
You must have the items on your char before making each kit
After you make a kit with a permission it will have the kits. in front of it so for vip it will be Kits.vip for donator it will be Kits.donator just do what I posted below and it will auto add the Kits. in front of the permission.
The permission that you will now find in your kits.json file found in your oxide/data folder is what you will need to add to the new group you have set up for the special kit
/kit add "autokit"
/kit items description "This is the autokit" authlevel 2
/kit hide true
/kit add "daily"
/kit items description "Daily resources for being so devoted" cooldown 86400
/kit add "starter"
/kit items description "Help to get started, usable twice at 1hour interval" cooldown 3600
/kit add "sniper"
/kit items description "Help for them raids, usable twice at 1hour interval" cooldown 3600
/kit add "hunter"
/kit items description "Help to hunt them beasts, usable twice at 1hour interval" cooldown 3600
/kit add "blueprints"
/kit items description "Couple blueprints to help you start"
/kit add "donatorreward"
/kit items description "Donator reward" permission donator
/kit add "vip"
/kit items description "VIP reward" permission vip
/kit add "moderator"
/kit items description "Moderator Kit" authlevel 1
/kit add "admin"
/kit items description "Admin Kit" authlevel 2
Use whatever ones you need change the kit names if you need to the autokit leave that as it isLast edited by a moderator: Jan 21, 2017 -
I installed the newest version of this kit to my server (Fragnet). Once I type /kit into the console it says unknown command. What am I doing wrong?
-
-
-
No one has permission to use the kits besides "ownerid" ? ..
-
I did it once more. Stopped the server. Delted the kit with Filezilla, downloaded the newest version of the Kit from here, uploaded it. Started server! And now? Fudge yea, its working! Thank you guys for trying to help me
-
-
-
-
-
How can I make a different Autokit for players or Admins?
-
-
1) /kit add "autokit"
2) /kit authlevel 2 hide true => this will set the kit only manually redeemable for admins, and hide will hide it from the list in /kit.
3) /kit items => this will copy the items in your inventory to set it as the new kit. you don't need to do it seperatly you can do it in the previous line: /kit authlevel 2 items hide true