Command item not found
I'm trying to add my commands to the new update but with no luck.  When I click on it "Item was not found" in chat.  Only the commands are not working in the shop.
  "Shop - Shop Categories": {
    "Commands": {
      "DisplayName": "Commands",
      "Description": "You currently have {0} coins to spend in the commands shop",
      "EnabledCategory": true,
      "EnableNPC": false,
      "NPCId": null,
      "Items": [
        "Attack_Heli",
        "Airstrike"
      ]
    },


  "Shop - Shop List": {
    "Attack_Heli": {
      "DisplayName": "Heli Attack on self",
      "Shortname": "",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "http://i.imgur.com/hTTyTTx.png",
      "SellPrice": 0.0,
      "BuyPrice": 500.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
	  "Command": "callheli $player.id",
      "SkinId": 0
    },
    "Airstrike": {
      "DisplayName": "Airstrike on self",
      "Shortname": "",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "http://i.imgur.com/dble6vf.png",
      "SellPrice": 0.0,
      "BuyPrice": 500.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
	  "Command": "airstrike strike $player.id",
      "SkinId": 0
    },

​

Your display name must match the shop item name

"Airstrike" change to "Airstrike on self"