No NPCs, /shop not working
This is driving me nuts! I put the "0" in the Shop list but it still says "You may not use the chat shop, you might need to find the NPC shops". Here is my config file. Can someone tell me what I'm doing wrong? Thanks!
{
  "Message - Bought": "You've successfully bought {0}x {1}",
  "Message - Error - Building Blocked": "You cannot shop while in building blocked area.",
  "Message - Error - Command Multiple": "Can't buy multiple",
  "Message - Error - Cooldown": "This item has a cooldown of {0} seconds.",
  "Message - Error - Cooldown Amount": "This item has a cooldown and amount is limited to 1.",
  "Message - Error - Invetory Full": "Your inventory is full.",
  "Message - Error - Invetory Slots": "Your inventory needs {0} free slots.",
  "Message - Error - Item Doesnt Exist": "WARNING: The item you are trying to buy doesn't seem to exist",
  "Message - Error - Item Not Set Properly": "WARNING: The admin didn't set this item properly! (item)",
  "Message - Error - Item Not Valid": "WARNING: It seems like it's not a valid item",
  "Message - Error - No Action In Shop": "You are not allowed to {0} in this shop",
  "Message - Error - No Action Item": "You are not allowed to {0} this item here",
  "Message - Error - No Buy Price": "WARNING: No buy price was given by the admin, you can't buy this item",
  "Message - Error - No Chat Shop": "You may not use the chat shop. You might need to find the NPC Shops.",
  "Message - Error - No Econonomics": "Couldn't get informations out of Economics. Is it installed?",
  "Message - Error - No NPC": "The NPC owning this shop was not found around you",
  "Message - Error - No Sell Price": "WARNING: No sell price was given by the admin, you can't sell this item",
  "Message - Error - No Shop": "This shop doesn't seem to exist.",
  "Message - Error - Not Enough Items": "You don't have enough of this item.",
  "Message - Error - Not Enough Money": "You need {0} coins to buy {1} of {2}",
  "Message - Error - Not Nothing": "You cannot buy nothing of this item.",
  "Message - Error - Redeem Kit": "WARNING: There was an error while giving you this kit",
  "Message - Sold": "You've successfully sold {0}x {1}",
  "Shop - Balance": false,
  "Shop - Shop Categories": {
    "Med Kit": {
      "buy": "50",
      "item": "largemedkit",
      "sell": "50"
    },
    "Medical Syringe": {
      "buy": "25",
      "item": "syringe.medical",
      "sell": "25"
    },
    "Nail Gun": {
      "buy": "100",
      "item": "pistol.nailgun",
      "sell": "100"
    },
    "Nails": {
      "buy": "1",
      "item": "ammo.nailgun.nails",
      "sell": "1"
    },
    "Pistol Ammo": {
      "buy": "5",
      "item": "ammo.pistol",
      "sell": "5"
    },
    "Metal Facemask": {
      "buy": "100",
      "item": "metal.facemask",
      "sell": "100"
    }
  },
  "Shop - Shop Icon Url": "",
  "Shop - Shop List": {
    "0": {
      "buy": [
        "Nails",
        "Pistol Ammo"
      ],
      "description": "You currently have {0} coins to spend in this ammunition shop",
      "name": "Ammunition",
      "sell": [
        "Nails",
        "Pistol Ammo"
      ]
    },
    "0": {
      "buy": [
        "Metal Facemask"
      ],
      "description": "You currently have {0} coins to spend in this attire shop",
      "name": "Clothing",
      "sell": [
        "Metal Facemask"
      ]
    },
    "0": {
      "buy": [
        "Med Kit",
        "Medical Syringe",
        "Nail Gun",
        "Nails",
	"Metal Facemask"
      ],
      "description": "You currently have {0} coins to spend in this items market",
      "name": "Item",
      "sell": [
        "Med Kit",
        "Medical Syringe",
        "Nail Gun",
        "Metal Facemask"
      ]
    },
    "0": {
      "buy": [
        "Med Kit",
        "Medical Syringe"
      ],
      "description": "You currently have {0} coins to spend in this medical shop",
      "name": "Meds",
      "sell": [
        "Med Kit",
        "Medical Syringe"
      ]
    },
    "0": {
      "buy": [
        "Nail Gun"
      ],
      "description": "You currently have {0} coins to spend in this weapons shop",
      "name": "Weapons",
      "sell": [
        "Nail Gun"
      ]
    }
  }
}​
You have an outdated plugin (most likely)or config file. update the plugin and reload, you will likely have to fix your config file to work with what you want in categories.
I just downloaded the plugin for the first time, It is the most recent version. Also I don't really care about categories I just want to be able to have a couple things for sale. Could you help me with the config file? 

Merged post

Here is a more updated version of my config 
{
  "Message - Bought": "You've successfully bought {0}x {1}",
  "Message - Error - Building Blocked": "You cannot shop while in building blocked area.",
  "Message - Error - Command Multiple": "Can't buy multiple",
  "Message - Error - Cooldown": "This item has a cooldown of {0} seconds.",
  "Message - Error - Cooldown Amount": "This item has a cooldown and amount is limited to 1.",
  "Message - Error - Invetory Full": "Your inventory is full.",
  "Message - Error - Invetory Slots": "Your inventory needs {0} free slots.",
  "Message - Error - Item Doesnt Exist": "WARNING: The item you are trying to buy doesn't seem to exist",
  "Message - Error - Item Not Set Properly": "WARNING: The admin didn't set this item properly! (item)",
  "Message - Error - Item Not Valid": "WARNING: It seems like it's not a valid item",
  "Message - Error - No Action In Shop": "You are not allowed to {0} in this shop",
  "Message - Error - No Action Item": "You are not allowed to {0} this item here",
  "Message - Error - No Buy Price": "WARNING: No buy price was given by the admin, you can't buy this item",
  "Message - Error - No Chat Shop": "You may not use the chat shop. You might need to find the NPC Shops.",
  "Message - Error - No Econonomics": "Couldn't get informations out of Economics. Is it installed?",
  "Message - Error - No NPC": "The NPC owning this shop was not found around you",
  "Message - Error - No Sell Price": "WARNING: No sell price was given by the admin, you can't sell this item",
  "Message - Error - No Shop": "This shop doesn't seem to exist.",
  "Message - Error - Not Enough Items": "You don't have enough of this item.",
  "Message - Error - Not Enough Money": "You need {0} coins to buy {1} of {2}",
  "Message - Error - Not Nothing": "You cannot buy nothing of this item.",
  "Message - Error - Redeem Kit": "WARNING: There was an error while giving you this kit",
  "Message - Sold": "You've successfully sold {0}x {1}",
  "Shop - Balance": false,
  "Shop - Shop Categories": {
    "Med Kit": {
      "buy": "50",
      "item": "largemedkit",
      "sell": "50"
    },
    "Medical Syringe": {
      "buy": "25",
      "item": "syringe.medical",
      "sell": "25"
    },
    "Nail Gun": {
      "buy": "100",
      "item": "pistol.nailgun",
      "sell": "100"
    },
    "Nails": {
      "buy": "1",
      "item": "ammo.nailgun.nails",
      "sell": "1"
    },
    "Pistol Ammo": {
      "buy": "5",
      "item": "ammo.pistol",
      "sell": "5"
    },
    "Metal Facemask": {
      "buy": "100",
      "item": "metal.facemask",
      "sell": "100"
    }
  },
  "Shop - Shop Icon Url": "",
  "Shop - Shop List": {
    "0": {
      "buy": [
        "Nails",
        "Pistol Ammo",
		"Med Kit",
		"Medical Syringe",
		"Nail Gun",
		"Metal Facemask"
      ],
      "description": "You currently have {0} coins to spend in this shop",
      "name": "Shop",
      "sell": [
        "Nails",
        "Pistol Ammo",
		"Med Kit",
		"Medical Syringe",
		"Nail Gun",
		"Metal Facemask"
      ]
    }
  }
}​
Have you solved it?
In response to qq1191071032 ():
Have you solved it?
No, I never solved it. I used NPCs instead...
Use "0" instead of the npc id

Merged post

nvm, my bad
I have the same problem...
this is my config file:
{
  "Message - Bought": "You've successfully bought {0}x {1}",
  "Message - Error - Building Blocked": "You cannot shop while in \r\nbuilding\r\nblocked area.",
  "Message - Error - Command Multiple": "Can't buy multiple",
  "Message - Error - Cooldown": "This item has a cooldown of {0} seconds.",
  "Message - Error - Cooldown Amount": "This item has a cooldown and \r\namount\r\nis limited to 1.",
  "Message - Error - Invetory Full": "Your inventory is full.",
  "Message - Error - Invetory Slots": "Your inventory needs {0} free slots.",
  "Message - Error - Item Doesnt Exist": "WARNING: The item you are trying \r\nto\r\nbuy doesn't seem to exist",
  "Message - Error - Item Not Set Properly": "WARNING: The admin didn't \r\nset\r\nthis item properly! (item)",
  "Message - Error - Item Not Valid": "WARNING: It seems like it's not \r\na\r\nvalid item",
  "Message - Error - No Action In Shop": "You are not allowed to {0} in \r\nthis\r\nshop",
  "Message - Error - No Action Item": "You are not allowed to {0} this \r\nitem\r\nhere",
  "Message - Error - No Buy Price": "WARNING: No buy price was given by \r\nthe\r\nadmin, you can't buy this item",
  "Message - Error - No Chat Shop": "You may not use the chat shop. You \r\nmight\r\nneed to find the NPC Shops.",
  "Message - Error - No Econonomics": "Couldn't get informations out \r\nof\r\nEconomics. Is it installed?",
  "Message - Error - No NPC": "The NPC owning this shop was not found \r\naround\r\nyou",
  "Message - Error - No Sell Price": "WARNING: No sell price was given by \r\nthe\r\nadmin, you can't sell this item",
  "Message - Error - No Shop": "This shop doesn't seem to exist.",
  "Message - Error - Not Enough Items": "You don't have enough of \r\nthis\r\nitem.",
  "Message - Error - Not Enough Money": "You need {0} coins to buy {1} \r\nof\r\n{2}",
  "Message - Error - Not Nothing": "You cannot buy nothing of this item.",
  "Message - Error - Redeem Kit": "WARNING: There was an error while \r\ngiving\r\nyou this kit",
  "Message - Sold": "You've successfully sold {0}x {1}",
  "Shop - Balance": false,
  "Shop - Shop Categories": {
    "5.56 Rifle Ammo": {
      "amount": "200",
      "buy": "1",
      "img": "https://vignette.wikia.nocookie.net/play-rust/images/4/49/5.56_Rifle_Ammo_icon.png",
      "item": "5.56 Rifle Ammo",
      "sell": "1"
    },
    "Blood": {
      "amount": "1",
      "buy": "200",
      "img": "https://vignette.wikia.nocookie.net/play-rust/images/a/a3/Blood_icon.png",
      "item": "Blood",
      "sell": "130"
    },
    "7 day /backpack (SMALL BACKPACK + 6 slots)": {
      "amount": "1",
      "buy": "1000",
      "cmd": [
        "grantperm $player.id backpacks.use 7d",
        "grantperm $player.id backpacks.use.1 7d",
        "cm.say $player.name press enter to open chat and \r\nwrite\r\nin (/backpack) to use your backpack!"
      ],
      "cooldown": "604800",
      "img": "https://mbtskoudsalg.com/images/cartoon-backpack-png-7.png"
    },
    "7 day /kit farmer(once per day)": {
      "amount": "1",
      "buy": "3000",
      "cmd": [
        "addgroup $player.id farmer7 7d",
        "cm.sayall $player.name bought a 7 day /kit farmer. Congrats!!!",
        "cm.say $player.name press enter to open chat and \r\nwrite\r\nin (/kit farmer) in chat and press enter"
      ],
      "cooldown": "604800",
      "img": "https://i.imgur.com/qo7dsad.png"
    },
    "7 day /kit vip(once per day)": {
      "amount": "1",
      "buy": "7000",
      "cmd": [
        "addgroup $player.id vip_trial 7d",
        "grantperm $player.id backpacks.use.3 7d",
        "cm.sayall $player.name bought a 7 day /kit vip. Congrats!!!",
        "cm.say $player.name press enter to open chat and \r\nwrite\r\nin (/kit vip) in chat and press enter"
      ],
      "cooldown": "604800",
      "img": "https://upload.wikimedia.org/wikipedia/commons/thumb/4/43/VIP_clipart.png/1024px-VIP_clipart.png"
    },
    "Teleport to port of Koper": {
      "amount": "1",
      "buy": "15",
      "cmd": [
        "teleport.topos $player.id 872.4 0.1 1430.0",
        "cm.say $player.name You have been teleported to the port of Koper!"
      ],
      "cooldown": "360",
      "img": "https://upload.wikimedia.org/wikipedia/commons/thumb/4/43/VIP_clipart.png/1024px-VIP_clipart.png"
    },
    "Teleport to port of Amsterdam": {
      "amount": "1",
      "buy": "15",
      "cmd": [
        "teleport.topos $player.id 872.4 0.1 1430.0",
        "cm.say $player.name You have been teleported to the port of Amsterdam!"
      ],
      "cooldown": "360",
      "img": "https://upload.wikimedia.org/wikipedia/commons/thumb/4/43/VIP_clipart.png/1024px-VIP_clipart.png"
    },
    "Teleport to port of Rodby": {
      "amount": "1",
      "buy": "15",
      "cmd": [
        "teleport.topos $player.id 872.4 0.1 1430.0",
        "cm.say $player.name You have been teleported to the port of Rodby!"
      ],
      "cooldown": "360",
      "img": "https://upload.wikimedia.org/wikipedia/commons/thumb/4/43/VIP_clipart.png/1024px-VIP_clipart.png"
    },
    "Teleport to port of Shanghai": {
      "amount": "1",
      "buy": "15",
      "cmd": [
        "teleport.topos $player.id 872.4 0.1 1430.0",
        "cm.say $player.name You have been teleported to the port of Shanghai!"
      ],
      "cooldown": "360",
      "img": "https://upload.wikimedia.org/wikipedia/commons/thumb/4/43/VIP_clipart.png/1024px-VIP_clipart.png"
    },
    "Teleport to Rocket Lounch Site": {
      "amount": "1",
      "buy": "15",
      "cmd": [
        "teleport.topos $player.id 872.4 0.1 1430.0",
        "cm.say $player.name You have been teleported to the port of Shanghai!"
      ],
      "cooldown": "360",
      "img": "https://upload.wikimedia.org/wikipedia/commons/thumb/4/43/VIP_clipart.png/1024px-VIP_clipart.png"
    },
    "Teleport to the Dome": {
      "amount": "1",
      "buy": "15",
      "cmd": [
        "teleport.topos $player.id 872.4 0.1 1430.0",
        "cm.say $player.name You have been teleported to the port of Shanghai!"
      ],
      "cooldown": "360",
      "img": "https://upload.wikimedia.org/wikipedia/commons/thumb/4/43/VIP_clipart.png/1024px-VIP_clipart.png"
    },
    "Teleport to the sever branch": {
      "amount": "1",
      "buy": "15",
      "cmd": [
        "teleport.topos $player.id 872.4 0.1 1430.0",
        "cm.say $player.name You have been teleported to the port of Shanghai!"
      ],
      "cooldown": "360",
      "img": "https://upload.wikimedia.org/wikipedia/commons/thumb/4/43/VIP_clipart.png/1024px-VIP_clipart.png"
    },
    "Teleport to the AirField": {
      "amount": "1",
      "buy": "15",
      "cmd": [
        "teleport.topos $player.id 872.4 0.1 1430.0",
        "cm.say $player.name You have been teleported to the port of Shanghai!"
      ],
      "cooldown": "360",
      "img": "https://upload.wikimedia.org/wikipedia/commons/thumb/4/43/VIP_clipart.png/1024px-VIP_clipart.png"
    },
    "Recycler": {
      "amount": "1",
      "buy": "20000",
      "cmd": [
        "recycler.give $player.id",
        "cm.say $player.name Enjoy your home recycler :D"
      ],
      "img": "http://vignette2.wikia.nocookie.net/play-rust/images/e/ef/Recycler_icon.png"
    },
    "Minicopter on PAD #1": {
      "amount": "1",
      "buy": "50",
      "cmd": [
        "spawn minicopter \"-1496.2, 2.5, -236.1\"",
        "teleport.topos $player.id -1494.9 2.5 -235.5"
      ],
      "cooldown": "1200",
      "img": "http://www.balkanrust.eu/img/minicopter.png"
    },
    "Minicopter on PAD #2": {
      "amount": "1",
      "buy": "50",
      "cmd": [
        "spawn minicopter \"-1485.0, 2.5, -267.1\"",
        "teleport.topos $player.id -1488.4 2.5 -267.4"
      ],
      "cooldown": "1200",
      "img": "http://www.balkanrust.eu/img/minicopter.png"
    },
    "Airdrop": {
      "buy": "900",
      "img": "https://vignette.wikia.nocookie.net/play-rust/images/2/24/Supply_Signal_icon.png/revision/latest?cb=20190420230435",
      "sell": "200",
      "item": "supply.signal"
    },
    "Apple": {
      "buy": "1",
      "img": "http://vignette2.wikia.nocookie.net/play-rust/images/d/dc/Apple_icon.png/revision/latest/scale-to-width-down/100?cb=20150405103640",
      "item": "apple",
      "sell": "1"
    },
    "Timed Explosive Charge C4": {
      "buy": "1500",
      "img": "https://vignette.wikia.nocookie.net/play-rust/images/6/6c/Timed_Explosive_Charge_icon.png/revision/latest?cb=20151106061610",
      "item": "explosive.timed",
      "sell": "300"
    },
    "Autoturret": {
      "buy": "350",
      "img": "https://vignette.wikia.nocookie.net/play-rust/images/f/f9/Auto_Turret_icon.png/revision/latest?cb=20151106062203",
      "item": "autoturret",
      "sell": "50"
    },
    "Assault Rifle": {
      "buy": "300",
      "img": "http://vignette3.wikia.nocookie.net/play-rust/images/d/d1/Assault_Rifle_icon.png/revision/latest/scale-to-width-down/100?cb=20150405105940",
      "item": "assault rifle",
      "sell": "80"
    },
    "Bear Meat Cooked": {
      "buy": "1",
      "img": "https://vignette.wikia.nocookie.net/play-rust/images/1/17/Bear_Meat_Cooked_icon.png",
      "item": "bearmeat.cooked",
      "sell": "1"
    },
    "Black Raspberries": {
      "buy": "1",
      "img": "https://vignette.wikia.nocookie.net/play-rust/images/6/6f/Black_Raspberries_icon.png",
      "item": "Black Raspberries",
      "sell": "1"
    },
    "BlueBerries": {
      "buy": "1",
      "img": "http://vignette1.wikia.nocookie.net/play-rust/images/f/f8/Blueberries_icon.png/revision/latest/scale-to-width-down/100?cb=20150405111338",
      "item": "blueberries",
      "sell": "1"
    },
    "Bolt Action Rifle": {
      "buy": "100",
      "img": "http://vignette1.wikia.nocookie.net/play-rust/images/5/55/Bolt_Action_Rifle_icon.png/revision/latest/scale-to-width-down/100?cb=20150405111457",
      "item": "bolt action rifle",
      "sell": "50"
    },
    "Cooked Deer Meat": {
      "buy": "1",
      "img": "https://vignette.wikia.nocookie.net/play-rust/images/7/78/Cooked_Deer_Meat_icon.png",
      "item": "Cooked Deer Meat",
      "sell": "1"
    },
    "Custom SMG": {
      "buy": "70",
      "img": "https://vignette.wikia.nocookie.net/play-rust/images/9/95/Custom_SMG_icon.png",
      "item": "Custom SMG",
      "sell": "10"
    },
    "Diving Fins": {
      "buy": "10",
      "img": "http://rustlabs.com/img/items180/diving.fins.png",
      "item": "Diving Fins",
      "sell": "5"
    },
    "Diving Mask": {
      "buy": "10",
      "img": "http://rustlabs.com/img/items180/diving.mask.png",
      "item": "Diving Mask",
      "sell": "5"
    },
    "Diving Tank": {
      "buy": "10",
      "img": "http://rustlabs.com/img/items180/diving.tank.png",
      "item": "Diving Tank",
      "sell": "5"
    },
    "M249": {
      "buy": "500",
      "img": "https://vignette.wikia.nocookie.net/play-rust/images/c/c6/M249_icon.png",
      "item": "M249",
      "sell": "180"
    },
    "Reward": {
      "amount": "1",
      "buy": "0",
      "cmd": [
        "give -2069578888 1 $player.id",
        "give 1397052267 1 $player.id",
        "give -1622660759 1 $player.id",
        "give 1373971859 1 $player.id",
        "cm.sayall $player.name Just finished the parkour event and was rewarded with M249!"
      ],
      "cooldown": "172800",
      "img": "http://cdn.onlinewebfonts.com/svg/img_494665.png"
    },
    "Semi-Automatic Rifle": {
      "buy": "100",
      "img": "https://vignette.wikia.nocookie.net/play-rust/images/8/8d/Semi-Automatic_Rifle_icon.png",
      "item": "Semi-Automatic Rifle",
      "sell": "20"
    },
    "Thompson": {
      "buy": "80",
      "img": "https://vignette.wikia.nocookie.net/play-rust/images/4/4e/Thompson_icon.png",
      "item": "Thompson",
      "sell": "10"
    },
    "Water Jug": {
      "buy": "1",
      "img": "https://vignette.wikia.nocookie.net/play-rust/images/f/f2/Water_Jug_icon.png",
      "item": "Water Jug",
      "sell": "1"
    },
    "Call Heli on your position": {
      "buy": "1500",
      "img": "https://ya-webdesign.com/images600_/apache-attack-helicopter-png-5.png",
      "cmd": ["callheli $player.id",
      "cm.say $player.name Patrol Helicopter is called on your position!"
      ]
    },
    "Wetsuit": {
      "buy": "10",
      "img": "http://rustlabs.com/img/items180/diving.wetsuit.png",
      "item": "Wetsuit",
      "sell": "5"
    }
  },
  "Shop - Shop Icon Url": "",
  "Shop - Shop List": {
    "0": {
      "buy": [
        "Call Heli on your position",
        "Teleport to Rocket Lounch Site",
        "Teleport to the Dome",
        "Teleport to the sever branch",
        "Teleport to the AirField",
        "Teleport to port of Koper",
        "Teleport to port of Amsterdam",
        "Teleport to port of Rodby",
        "Teleport to port of Shanghai"
      ],
      "description": "You currently have {0} coins to spend in this \r\nweapons\r\nshop",
      "name": "Balkan Shop"
    },
    "391357417": {
      "buy": [
        "Assault Rifle",
        "Bolt Action Rifle",
        "M249",
        "5.56 Rifle Ammo"
      ],
      "description": "You currently have {0} coins to spend in this \r\nweapons\r\nshop",
      "name": "Weaponsmith Shop",
      "sell": [
        "Assault Rifle",
        "Bolt Action Rifle",
        "M249",
        "5.56 Rifle AmmoNOSELL"
      ]
    },
    "450585809": {
      "buy": [
        "7 day /kit vip(once per day)",
        "5.56 Rifle Ammo",
        "Recycler",
        "Airdrop",
        "Autoturret"
      ],
      "description": "You currently have {0} coins to spend in this \r\nfarmers\r\nmarket",
      "name": "VIP SHOP",
      "sell": [
        "Airdrop",
        "Timed Explosive Charge C4",
        "Autoturret"
      ]
    },
    "461625420": {
      "buy": [
        "Reward"
      ],
      "description": "You currently have {0} coins to spend in this \nfarmers \nmarket",
      "name": "VIP SHOP"
    },
    "929374768": {
      "buy": [
        "Thompson"
      ],
      "description": "You currently have {0} coins to spend in this \r\nweapons\r\nshop",
      "name": "Weaponsmith Shop",
      "sell": [
        "Assault Rifle",
        "Bolt Action Rifle",
        "M249",
        "Thompson",
        "Semi-Automatic Rifle",
        "Custom SMG",
        "5.56 Rifle AmmoNOSELL"
      ]
    },
    "1380720130": {
      "buy": [
        "7 day /kit farmer(once per day)",
        "5.56 Rifle Ammo"
      ],
      "description": "You currently have {0} coins to spend in this \r\nfarmers\r\nmarket",
      "name": "VIP SHOP"
    },
    "1433517497": {
      "buy": [
        "Blood"
      ],
      "description": "You currently have {0} coins to spend in this \r\nfarmers\r\nmarket",
      "name": "VIP SHOP",
      "sell": [
        "Blood"
      ]
    },
    "1542500597": {
      "buy": [
        "Minicopter on PAD #1",
        "Minicopter on PAD #2"
      ],
      "description": "You currently have {0} coins to spend in this \nHeli \nmarket",
      "name": "Heli Shop"
    },
    "1630299060": {
      "buy": [
        "Diving Mask",
        "Diving Tank",
        "Wetsuit",
        "Diving Fins",
        "Bear Meat Cooked",
        "Water Jug",
        "7 day /backpack (SMALL BACKPACK + 6 slots)"
      ],
      "description": "You currently have {0} coins to spend in this \r\nweapons\r\nshop",
      "name": "Diving Club",
      "sell": [
        "Diving Mask",
        "Diving Tank",
        "Wetsuit",
        "Diving Fins",
        "Bear Meat Cooked",
        "Water Jug"
      ]
    }
  }
}​