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?
-
"hide": true,
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
-
Dont add them to the GUI and the kit should be "npconly": true, as default for npcs
-
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!!!!
-
delete kits_data.json from data folder when server is offline but next time always read other posts as I posted this one page back
-
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 -
Thanks man! Working like a charm. I was able to add the other parameters I wanted as well. Cool!
-
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]No, it doesn't. I wanted to revamp the whole plugin however that's the exact reason I never finished my version. I'm slightly concerned about removing a ton of features and causing havoc.
-
how to add a VIP group that can redeem VIP kits ?!
That everyone can see the kits but can't redeem -
/kit edit <name>
/kit hide false
/kit permission "vip"
and then grant the permission to the group. its in the overview as well. -
in your config
"Show All Kits": true, -
tnq very much
[DOUBLEPOST=1500647421][/DOUBLEPOST]tnx <3 -
you could say what parameters to change... would be nice. i dont want to mess up or have to reconfigure my kits.
-
in the config change this part so it looks like this
Code:"CopyPaste - Parameters": [ "deployables", "true", "inventories", "true" ],