I've been using what Resistance showed me a few pages back and I'm kind of stuck.
I'm trying to create some donor kits, I want it so they can be redeemed once a week and restricted only to the oxide group I created for them.
I tried different things but it just seems like I can't get it working. Could someone be kind enough to show what commands you type out?
I know how to do the cooldown thing, but when I set it to 10080 minutes which is 1 week, it only counts up to 02:48:00.
Thanks in advance.
Rust-Kits
Moved
Total Downloads: 70,199 - First Release: Oct 21, 2014 - Last Update: Jun 7, 2018
- 4.96216/5, 185 likes
-
-
-
-
Use the forum upload option next time.
You need to add the permission Kits.insurgentkit to the group you have for the kit then add the players who you want to that group then add the same permission to the player this is why it will not be working for you if you did not do these stepsAttached Files:
Last edited by a moderator: Jun 25, 2017 -
-
-
-
-
Last edited by a moderator: Jun 25, 2017
-
Code:
"Custom AutoKits": { "0": "lackspawn", "1": "donatorreward", "2": "autobasic"
Code:"lackspawn": { "name": "lackspawn", "description": null, "max": 0, "cooldown": 0.0, "authlevel": 2, "hide": true, "npconly": false, "permission": "kits.lack", "image": null, "building": null,
-
See this post for more help Kits | Page 254 | Oxide -
Can you please tell me how I can add custom permissions? There is no json file for permissions anymore...
-
[DOUBLEPOST=1498452060][/DOUBLEPOST]here are my configs the Vip++spawn is the one is not working... its located 2nd from the bottom...Attached Files:
-
-
Attached Files:
-
-
thank you though! -
I do see a lot of your kits with auth level 2 so not sure if they are for admins only
"authlevel": 2,
if not then use notepad++ and change it to
"authlevel": 0,
but not for the autokits they need the auth 2Last edited by a moderator: Jun 26, 2017 -
-
-
i dont really know what is going on