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