Can't get kits to workNot An Issue
Help, is there an update coming?
What is the issue exactly? We can’t really help without any details.
In response to EMGENT ():
Help, is there an update coming?
No update needed, it works perfectly. 
Hi sorry for the delay, I did everything correct to create a kit for my server and have used this for a long time, but it is not working anymore? Any ideas?
I create a kit and after successful, I try to redeem it and nothing appears in inventory? Also, just FYI, I completly wiped my server and reinstalled everything just to make sure there was no issue with anything else.
In response to LoneWolfAU ():
No update needed, it works perfectly. 
Are there any known plugins that conflict with this plugin? I did everything correct to create a kit for my server and have used this for a long time, but it is not working anymore? Any ideas?
I create a kit and after successful, I try to redeem it and nothing appears in inventory? Also, just FYI, I completly wiped my server and reinstalled everything just to make sure there was no issue with anything else.

I also checked the .json file and it has the basic info that I made a kit, but no inventory?


{
"Kits": {
"megakit": {
"name": "MEGAKIT",
"description": null,
"max": 10,
"cooldown": 5.0,
"authlevel": 0,
"hide": false,
"npconly": false,
"permission": null,
"image": null,
"building": null,
"items": []
}
}
}
Errrrm, it has no items in it?

{
"Kits": {
"megakit": {
"name": "MEGAKIT",
"description": null,
"max": 10,
"cooldown": 5.0,
"authlevel": 0,
"hide": false,
"npconly": false,
"permission": null,
"image": null,
"building": null,
"items": []
}
}
}

Merged post

Did you put all the items in your inventory when you made the kit then type /kit items ?
In response to LoneWolfAU ():
Errrrm, it has no items in it?

{
"Kits": {
"megakit": {
"name": "MEGAKIT",...
Yes i did, and I have tried this like 10+ times or more? I just don't get it because this is one of my main plugins and I love it, and have never had trouble with it. And it also says you have made a kit?
In response to LoneWolfAU ():
Errrrm, it has no items in it?

{
"Kits": {
"megakit": {
"name": "MEGAKIT",...
My bad, I did not do /kit items  OMG, so sorry to bother you....
I had the same problem here. One thing I don't understand, tho, is why when I made the kits for my BOTs they worked perfectly:
"hungryman": {
"name": "hungryman",
"description": "Marketplace Hungry Guy",
"max": 0,
"cooldown": 0.0,
"authlevel": 0,
"hide": true,
"npconly": false,
"permission": null,
"image": null,
"building": null,
"items": [
{
"itemid": -1549739227,
"container": "wear",
"amount": 1,
"skinid": 0,
"weapon": false,
"blueprintTarget": 0,
"mods": []
},

And when I made kits for the redeemable ones, they are empty:

"fighter": {
"name": "fighter",
"description": "Max 5 every 15 min",
"max": 5,
"cooldown": 300.0,
"authlevel": 0,
"hide": false,
"npconly": false,
"permission": null,
"image": null,
"building": null,
"items": []
},

Ok, don't tell me I forgot the /items option when I made them.... :-\
"items": []

Okay, I won't tell you ....... 
In response to LoneWolfAU ():
"items": []

Okay, I won't tell you ....... 
Thanks. But that "items": [] is like a huge neon sign with the price of an item on it and me asking the clerk "sorry, how much for this?".

If you catch my drift.... :-D
Oh, I catch your drift alright .....  :)
Locked automatically