Please no need to take the Lords name in vain
Rust-Kits
Moved
Total Downloads: 70,198 - First Release: Oct 21, 2014 - Last Update: Jun 7, 2018
- 4.96216/5, 185 likes
-
So, trying to set a VIP kit to be available once a week, with the wipe taking place on Thursdays. I know we could set a 7 day timer, but we want to set it to be available every thursday after the wipe. Any ideas?
-
set it to true and when ready to be used set it to false -
is there a way that kits are only accessible via npcs and not /kit
-
-
Guys..congrats for such a plug!!!! Would like to know if you can solve this...anytime i wipe server (once a week) i need to enter same day and throw a /kit resetdata..is it any option i can enter that "chat" command but in rust console so i dont need to enter the game for doing that? Lots of thanks!!!!
-
-
Is this possible to set up all in the Config and if so do you have a sample. Just basic kit (Auto kit to add map, building plan & hammer) to starter kit
-
-
@Kappasaurus does the new update change anything in the kits.json from data folder?
-
this is the first time i've tried to set up kit buildings. i'm not sure if i'm doing something wrong or what.
kits and copypaste are both up to date
this is the message i get when trying to redeem a building kit:
here is relevant config:
"CopyPaste - Parameters": [
"autoheight",
"true",
"blockcollision",
"3",
"deployables",
"true",
"inventories",
"true"
],
here is relevant kit data:
},
"test": {
"name": "test",
"description": "Deploy test.",
"max": 0,
"cooldown": 0.0,
"authlevel": 0,
"hide": true,
"npconly": false,
"permission": null,
"image": null,
"building": "test",
"items": []
} -
Delete kits config file and reload it -
-
Unfortunately some of the parameters changed in the new update, if you read my post I stated you may have to remove some pre-existing parameters to get it to work correctly. You can compare your list against the existing ones on the CopyPaste overview, or simply regenerate your configuration if you don't mind.
[DOUBLEPOST=1500605519][/DOUBLEPOST] -
how to add a VIP group that can redeem VIP kits ?!
That everyone can see the kits but can't redeem -
/kit hide false
/kit permission "vip"
and then grant the permission to the group. its in the overview as well. -
"Show All Kits": true, -
[DOUBLEPOST=1500647421][/DOUBLEPOST] -
you could say what parameters to change... would be nice. i dont want to mess up or have to reconfigure my kits.
-
Code:"CopyPaste - Parameters": [ "deployables", "true", "inventories", "true" ],