Hey so im attempting to add the kit below but no matter if i add it through the rust commands or through the Data file it keeps coming back with the kit does not exist. I have just created another kit before this and it works completely fine. Any ideas on what im doing wrong? (The kit im trying to add is the very last one)
{
"Kits": {
"daily_vip": {
"name": "Daily VIP",
"description": "Your Daily VIP Supply Drop. If you wish to purchase VIP, please contact staff.",
"max": 0,
"cooldown": 86400.0,
"authlevel": 0,
"hide": false,
"npconly": false,
"permission": "kits.vip",
"image": null,
"building": null,
"items": [
{
"itemid": 1397052267,
"container": "main",
"amount": 1,
"skinid": 0,
"weapon": false,
"blueprintTarget": 0,
"mods": []
}
]
},
"daily_vip_plus": {
"name": "Daily VIP Plus",
"description": "Your Daily VIP Plus Supply Drop. If you wish to purchase VIP Plus, please contact staff.",
"max": 0,
"cooldown": 86400.0,
"authlevel": 0,
"hide": false,
"npconly": false,
"permission": "kits.vipplus",
"image": null,
"building": null,
"items": [
{
"itemid": 1397052267,
"container": "main",
"amount": 2,
"skinid": 0,
"weapon": false,
"blueprintTarget": 0,
"mods": []
}
]
},
"mvk": {
"name": "Monthly VIP Kit",
"description": "Redeem this kit to receive your Monthly VIP Wipe Recycler",
"max": 1,
"cooldown": 0.0,
"authlevel": 0,
"hide": false,
"npconly": false,
"permission": "kits.MVK",
"image": null,
"building": null,
"items": [
{
"itemid": 803222026,
"container": "main",
"amount": 1,
"skinid": 1594245394,
"weapon": false,
"blueprintTarget": 0,
"mods": []
}
]
},
"monthly vip plus kit": {
"name": "Monthly VIP Plus Kit",
"description": null,
"max": 1,
"cooldown": 0.0,
"authlevel": 0,
"hide": false,
"npconly": false,
"permission": null,
"image": null,
"building": null,
"items": [
{
"itemid": 803222026,
"container": "main",
"amount": 1,
"skinid": 1594245394,
"weapon": false,
"blueprintTarget": 0,
"mods": []
},
{
"itemid": -295829489,
"container": "main",
"amount": 1,
"skinid": 0,
"weapon": false,
"blueprintTarget": 0,
"mods": []
}
]
}
}
}