Okay so i'm doing something wrong here but what i can't figure out . I have everything setup right and both kits work but for some reason players can only get the two kits (autokit works every time) one time. i set the cool down time right. i want the starter every two hours and 420 once a day. Can someone please take a look and see if you know what im doing wrong. PS: i tried editing the "max" and when i did and reloaded the plugin the kits did not work at all or even show up when i typed /kit . Thanks guys, hope i can get this resolved.
Rust-Kits
Moved
Total Downloads: 70,199 - First Release: Oct 21, 2014 - Last Update: Jun 7, 2018
- 4.96216/5, 185 likes
-
Attached Files:
-
-
Some you have a cooldown but only allow each member to get it once you need to set the max to 0 or remove the cooldown try this one you will also need to delete Kits_Data.json then restart server
Attached Files:
-
-
ahh okay thank you . yah i tried to change the max but it just wouldnt work. although can i just delete the Kits_Data and not restart?
-
-
now it tells people they dont have permissions to use it ??? but now theres no max uses which is good , i just want the cooldown. i have them set to
"authlevel": 0, and permissions is set to null -
Last edited by a moderator: Jan 30, 2016
-
oh i got it thanks so much. I had to /kit edit and for some reason readd the cooldown even though it was in the config
-
Strange was working ok for me did you not restart the server?
-
nope didn't restart.
-
-
i have a problem
I as admin can see the kits but if a friend / kit makes he does not see, and if he / kit airdrop enters he gets that he had no right even though Permission to 0 and 0 to AUTHLEVEL -
-
okay here
Attached Files:
-
-
Attached Files:
-
-
I'll just try it once
-
I've created various kits for my server but I seem to be the only one who can use them. I've set all the kit authlevels to 0 so that's not problem, but if someone other than me tries to use /kit starter for example they get the message, "You do not have permission to use this command" I understand there is another permission command thing inside of the kit plugin but I have no idea how to use it.
-
upload the file from data folder
-
Code:
{ "Kits": { "starter": { "name": "starter", "description": null, "max": 0, "cooldown": 300.0, "authlevel": 0, "hide": false, "npconly": false, "permission": "0", "image": null, "items": [ { "itemid": 707427396, "bp": false, "skinid": 0, "container": "wear", "amount": 1 }, { "itemid": 1767561705, "bp": false, "skinid": 0, "container": "wear", "amount": 1 }, { "itemid": -148163128, "bp": false, "skinid": 0, "container": "wear", "amount": 1 }, { "itemid": -337261910, "bp": false, "skinid": 0, "container": "main", "amount": 5 }, { "itemid": -578028723, "bp": false, "skinid": 0, "container": "main", "amount": 1 }, { "itemid": 698310895, "bp": false, "skinid": 0, "container": "main", "amount": 1 }, { "itemid": -2043730634, "bp": false, "skinid": 0, "container": "main", "amount": 40 }, { "itemid": -420273765, "bp": false, "skinid": 0, "container": "main", "amount": 50 }, { "itemid": -853695669, "bp": false, "skinid": 0, "container": "main", "amount": 1 } ] }, "daily": { "name": "daily", "description": null, "max": 0, "cooldown": 86400.0, "authlevel": 0, "hide": false, "npconly": false, "permission": "player", "image": null, "items": [ { "itemid": 1624763669, "bp": false, "skinid": 0, "container": "main", "amount": 2 }, { "itemid": -1625468793, "bp": false, "skinid": 0, "container": "main", "amount": 1 } ] }, "blueprints": { "name": "blueprints", "description": "Various blueprints.", "max": 1, "cooldown": 0.0, "authlevel": 0, "hide": false, "npconly": false, "permission": "player", "image": null, "items": [ { "itemid": -930579334, "bp": true, "skinid": 0, "container": "main", "amount": 1 }, { "itemid": 1625167035, "bp": false, "skinid": 0, "container": "main", "amount": 2 }, { "itemid": 586484018, "bp": true, "skinid": 0, "container": "main", "amount": 1 }, { "itemid": 698310895, "bp": true, "skinid": 0, "container": "main", "amount": 1 }, { "itemid": -578028723, "bp": true, "skinid": 0, "container": "main", "amount": 1 }, { "itemid": -533875561, "bp": true, "skinid": 0, "container": "main", "amount": 1 }, { "itemid": -51678842, "bp": true, "skinid": 0, "container": "main", "amount": 1 }, { "itemid": 271534758, "bp": true, "skinid": 0, "container": "main", "amount": 1 } ] } } }
-
I need you to upload the file not paste whats in it
-
Oh sorry bout that. Here it is
[DOUBLEPOST=1454196238][/DOUBLEPOST]Anyone got any answers?Attached Files:
-