/kit resetdata does not reset sleeper kit?
Edit: All new player have cd on their kit
Rust-Kits
Moved
Total Downloads: 70,199 - First Release: Oct 21, 2014 - Last Update: Jun 7, 2018
- 4.96216/5, 185 likes
-
Try this version, can't confirm it atm, have to test it later by myself.
-
yeah I fucked up lol, resetting the data will cause everyone to have cd because it checks to see if a player exists in data. I sent him the proper one
-
-
oh f@k i found a solution-
just make all like un the video solution and type "0" instead of "chat" in the kits.json (config folder)
damn developers, why u hide this information? -
-
Alright, i just read through probably the past 30 pages of posts and i did not find a solution for my problem. my issue is when i do /kit nothing pops up. i know that the items are there because when i do /kit give player kitname that works fine, also /kit list works fine. all the kits are set to authlvl 0, permission is null. I had the latest vs of the plugin. then i even tried the one from page 107, still nothing. i have looked through the files and it doesn't seem like anything is wrong on my end.
Would be easier if it was just all set up in config, imo..... -
-
I also deleted the data files before too, to no avail. -
Code:{ "NPC - GUI Kits": { "0": { "description": "Welcome on this server, Here is a list of free kits that you can get <color=red>only once each</color>\n\n <color=green>Enjoy your stay</color>", "kits": [ "admin", "sniper", "hunter", "elite", "moderator" ] }, "0": { "description": "<color=red>VIPs Kits</color>", "kits": [ "vip" ] } } }
Last edited by a moderator: Feb 15, 2016 -
Code:
{ "NPC - GUI Kits": { "0": { "description": "Welcome on this server, Here is a list of free kits that you can get <color=green>Enjoy your stay</color>", "kits": [ "Daily", "Weekly", "Home", "Tools", "Weapon" ] }, "0": { "description": "<color=red>VIPs Kits</color>", "kits": [] } } }
-
Code:{ "NPC - GUI Kits": { "0": { "description": "Welcome on this server, Here is a list of free kits that you can get <color=red>only once each</color>\n\n <color=green>Enjoy your stay</color>", "kits": [ "Daily", "Weekly", "Home", "Tools", "Weapon" ] }, "8753201223": { "description": "<color=red>VIPs Kits</color>", "kits": [ "kit1", "kit2" ] } } }
-
Yeah, i didn't change the vip settings until just then to see if that would spark a change. Yes the kit names are cap in the Data folder as well
going to see if making it lower case does anything... -
-
yes, i have done several server restarts.
not sure which file you wanted.Attached Files:
-
-
Your kit names are not capped also you seem to have (1) in the file name that needs fixed You are also using the wrong kit script try this one
Attached Files:
-
-
1. i said i was changing the caps in an early post you missed.
2. it says (1) because there are multiple files of the same name when i downloaded them from my hosting site. -
-
The only change after that is the gui pops up but none of the kits...
[DOUBLEPOST=1455549996][/DOUBLEPOST]i also restarted the server to see if that did anything. it didn't. -