"Kit does not exist" when trying to addSolved

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": []
        }
      ]
    }
  }
}

 

it might sound weird but can you try addying the new kit to the top of your list ? and maybe shorten the name of the kit ? I know it sounds weird but it will rule out some factors. I dont see anything immediatly wrong with it.
@khanyounot

you cant really use spaces in Kits name as the plugin currently doesnt support it. In order to receive the kit with its current name you have to run the command like this

/kit "monthly vip plus kit​"
Are  you creating the kit in chat ?, it is always better to use the chat menu to create the kit (with the redeemable items in your inventory) you can always edit it after it has been created, You might try using /kit add Monthly_VIP-Plus_kit , I just tested using
/kit add purple_people_eater  and /kit items and redeemed it with no problem.
dw guys i figured that the spaces was the issue, but thank you for the responses. It's really appreciated
Locked automatically