Can not access the.json fileNot An Issue

I can not access the .json file under oxide configuration i seen that there are sevral other people that have this same issue is there a fix for this issue?

If your host doesn't provided access to that, you'd need to contact them.

If you are with a server host that does not give you full ftp access the best thing to do is change server hosts,
I had a problem with one host for 18months which led to too much frustration "ticketing" every change i wanted made and then finding that they either did not complete the change or stuffed it up,

No one really answered his question and just assumed it was the host.   The plug is GUIShop.json  When you add the plug it shows up as a .json but can't open it (no edit button). If you remove it and reinstall it again, the same thing happens.

Would anyone know why this is happening and if so, is there a way to fix the issue?

7legions

No one really answered his question and just assumed it was the host.   The plug is GUIShop.json  When you add the plug it shows up as a .json but can't open it (no edit button). If you remove it and reinstall it again, the same thing happens.

Would anyone know why this is happening and if so, is there a way to fix the issue?

There is an Oxide an configuration and plugin configurations; first post mentioned nothing of plugins. The way the first post was worded sounded like the host was restricting access to that, so it was answered as that.

A JSON file can be opened with any text editor, which can be found via Google.

Hey Wulf,

I think I came off a little harsh, I do apologize about that. (thats not me). Thank you for helping us out, this helps out a lot. All my Dev team members have full access to all the files they need because it makes the game run smoother and helps us all out long run.

Leo

No worries. Still not sure what the actual issue is though, only what you've mentioned GUI Shop and a .json file.

When you add the plug it shows up as a .json but can't open it (no edit button). If you remove it and reinstall it again, the same thing happens.

 Is there a way to make this function without using an external file editor (do it in a in game software).

No, the Rust client doesn't have a text editor built-in for non-native configuration files. Some plugins may provide commands to edit some things, but most do not. I'd suggest downloading the configuration from your server and editing with a program such as Visual Studio Code or Notepad++.

7legions

When you add the plug it shows up as a .json but can't open it (no edit button). If you remove it and reinstall it again, the same thing happens.

 Is there a way to make this function without using an external file editor (do it in a in game software).

I thought i would check the plugin out and found that after installing GuiShop by Khan that it did indeed install all the necessary files in the required folder destinations , GuiShop.cs file is in the plugins folder, There is a GuiShop Json file in the Config folder and the same in Data and Lang folders. I also thought i might try editing the json file in the Config folder and here is a short section of that extremly long file.
The file is editable (as normal) and so are the lang and data files, *data files should of course only be edited/saved with the plugin unloaded, then saved/reloaded.
There are several warnings regarding commands on the documentation page for this plugin .

*one thing i do when editing large files like this one (Fancydrop/BetterLoot etc) is copy/paste the entire json file to a "new text file"  then edit it , save it and run it through a json validator, when it validates i replace the existing json file on my server with the edited one and save change, My server host will disconnect after about 7 minutes which is annoying when going through such a large file so i found this system is more relaxing.

{
  "Set Default Global Shop to open": "Commands",
  "Switches to Economics as default curency": true,
  "Switches to ServerRewards as default curency": false,
  "Switches to Custom as default curency": false,
  "Custom Currency Item ID": -932201673,
  "Was Saved Don't Touch!": true,
  "Sets shop command": "shop",
  "Player UI display": false,
  "Block Monuments": false,
  "If true = Images, If False = Text Labels": false,
  "Enable NPC Auto Open": false,
  "Enable GUIShop NPC Msg's": false,
  "GUI Shop - Welcome MSG": "WELCOME TO GUISHOP ◝(⁰▿⁰)◜",
  "Shop - Buy Price Label": "Buy Price",
  "Shop - Amount1 Label1": "Amount",
  "Shop - Sell $ Label": "Sell $",
  "Shop - Amount2 Label2": "Amount",
  "Shop - Close Label": "CLOSE",
  "Shop - GUIShop Welcome Url": "https://i.imgur.com/RcLdEly.png",
  "Shop - GUIShop Background Image Url": "https://i.imgur.com/Jej3cwR.png",
  "Shop - Sets any shop items to this image if image link does not exist.": "https://imgur.com/BPM9UR4.png",
  "Shop - Shop Buy Icon Url": "https://imgur.com/oeVUwCy.png",
  "Shop - Shop Amount Image1": "https://imgur.com/EKtvylU.png",
  "Shop - Shop Amount Image2": "https://imgur.com/EKtvylU.png",
  "Shop - Shop Sell Icon Url": "https://imgur.com/jV3hEHy.png",
  "Shop - Close Image Url": "https://imgur.com/IK5yVrW.png",
  "Enable Shop Buy/Sell All Button": false,
  "Sets the buy/Sell button amounts + how many buttons": [
    1,
    10,
    100,
    1000
  ],
  "GUIShop Configurable UI colors (First 8 Colors!)": [
    "#A569BD",
    "#2ECC71",
    "#E67E22",
    "#3498DB",
    "#E74C3C",
    "#F1C40F",
    "#F4F6F7",
    "#00FFFF"
  ],
  "Shop - Shop Categories": {
    "Commands": {
      "DisplayName": "Commands",
      "Description": "You currently have {0} coins to spend in the commands shop",
      "EnabledCategory": true,
      "EnableNPC": false,
      "NPCId": "",
      "Items": [
        "Minicopter",
        "Sedan",
        "Airdrop Call"
      ]
    },
    "Attire": {
      "DisplayName": "Attire",
      "Description": "You currently have {0} coins to spend in the Attire shop",
      "EnabledCategory": true,
      "EnableNPC": false,
      "NPCId": "",
      "Items": [
        "Wolf Headdress",
        "Diving Fins",
        "Diving Mask",
        "Diving Tank",
        "Wetsuit",
        "Frog Boots",
        "A Barrel Costume",
        "Crate Costume",
        "Burlap Gloves",
        "Leather Gloves",
        "Roadsign Gloves",
        "Tactical Gloves",
        "Ghost Costume",
        "Mummy Suit",
        "Scarecrow Suit",
        "Scarecrow Wrap",
        "Hide Halterneck",
        "Beenie Hat",
        "Boonie Hat",
        "Bucket Helmet",
        "Burlap Headwrap",
        "Candle Hat",
        "Baseball Cap",
        "Clatter Helmet",
        "Coffee Can Helmet",
        "Bone Helmet",
        "Heavy Plate Helmet",
        "Miners Hat",
        "Party Hat",
        "Riot Helmet",
        "Wood Armor Helmet",
        "Hoodie",
        "Bone Armor",
        "Heavy Plate Jacket",
        "Snow Jacket",
        "Jacket",
        "Wood Chestplate",
        "Improvised Balaclava",
        "Bandana Mask",
        "Metal Facemask",
        "Night Vision Goggles",
        "Burlap Trousers",
        "Heavy Plate Pants",
        "Hide Pants",
        "Road Sign Kilt",
        "Shorts",
        "Wood Armor Pants",
        "Pants",
        "Hide Poncho",
        "Burlap Shirt",
        "Shirt",
        "Hide Vest",
        "Tank Top",
        "Boots",
        "Burlap Shoes",
        "Hide Boots",
        "Hide Skirt",
        "Bandit Guard Gear",
        "Hazmat Suit",
        "Scientist Suit",
        "Space Suit",
        "Heavy Scientist Suit",
        "Longsleeve T-Shirt",
        "T-Shirt",
        "Metal Chest Plate",
        "Road Sign Jacket",
        "Dragon Mask",
        "Rat Mask",
        "Bunny Ears",
        "Bunny Onesie",
        "Nest Hat",
        "Surgeon Scrubs",
        "Card Movember Moustache",
        "Movember Moustache",
        "Sunglasses",
        "Purple Sunglasses",
        "Headset",
        "Reindeer Antlers",
        "Santa Beard",
        "Santa Hat",
        "Glowing Eyes",
        "Roadsign Horse Armor",
        "Wooden Horse Armor",
        "Horse Saddle",
        "Saddle bag",
        "High Quality Horse Shoes",
        "Basic Horse Shoes"
      ]
    },
    "Misc": {
      "DisplayName": "Misc",
      "Description": "You currently have {0} coins to spend in the Misc shop",
      "EnabledCategory": true,
      "EnableNPC": false,
      "NPCId": "",
      "Items": [
        "Fogger-3000",
        "Strobe Light",
        "MC repair",
        "ScrapTransportHeliRepair",
        "Hab Repair",
        "Car Key",
        "Door Key",
        "Blueprint",
        "Egg Basket",
        "Rustigé Egg - Red",
        "Rustigé Egg - Blue",
        "Rustigé Egg - Purple",
        "Rustigé Egg - Ivory",
        "Bronze Egg",
        "Gold Egg",
        "Painted Egg",
        "Silver Egg",
        "Halloween Candy",
        "Large Candle Set",
        "Small Candle Set",
        "Coffin",
        "Cursed Cauldron",
        "Gravestone",
        "Wooden Cross",
        "Graveyard Fence",
        "Large Loot Bag",
        "Medium Loot Bag",
        "Small Loot Bag",
        "Pumpkin Bucket",
        "Spider Webs",
        "Spooky Speaker",
        "Note",
        "Photograph",
        "Giant Candy Decor",
        "Giant Lollipop Decor",
        "Large Present",
        "Medium Present",
        "Small Present",
        "Snow Machine",
        "Decorative Baubels",
        "Decorative Plastic Candy Canes",
        "Decorative Gingerbread Men",
        "Tree Lights",
        "Decorative Pinecones",
        "Star Tree Topper",
        "Decorative Tinsel",
        "Blue Keycard",
        "Green Keycard",
        "Red Keycard",
        "Sickle"
      ]
    },
    "Items": {
      "DisplayName": "Items",
      "Description": "You currently have {0} coins to spend in the Items shop",
      "EnabledCategory": true,
      "EnableNPC": false,
      "NPCId": "",
      "Items": [
        "Kayak",
        "Barbeque",
        "Bed",
        "Camp Fire",
        "Chair",
        "Composter",
        "Drop Box",
        "Stone Fireplace",
        "Fridge",
        "Large Furnace",
        "Furnace",
        "Hitch & Trough",
        "Jack O Lantern Angry",
        "Jack O Lantern Happy",
        "Lantern",
        "Large Wood Box",
        "Water Barrel",
        "Locker",
        "Mail Box",
        "Mixing Table",
        "Small Oil Refinery",
        "Large Planter Box",
        "Small Planter Box",
        "Repair Bench",
        "Research Table",
        "Rug Bear Skin",
        "Rug",
        "Secret Lab Chair",
        "Salvaged Shelves",
        "Large Banner Hanging",
        "Two Sided Hanging Sign",
        "Two Sided Ornate Hanging Sign",
        "Landscape Picture Frame",
        "Portrait Picture Frame",
        "Tall Picture Frame",
        "XL Picture Frame",
        "XXL Picture Frame",
        "Large Banner on pole",
        "Double Sign Post",
        "Single Sign Post",
        "One Sided Town Sign Post",
        "Two Sided Town Sign Post",
        "Huge Wooden Sign",
        "Large Wooden Sign",
        "Medium Wooden Sign",
        "Small Wooden Sign",
        "Sleeping Bag",
        "Small Stash",
        "Sofa",
        "Spinning wheel",
        "Survival Fish Trap",
        "Table",
        "Work Bench Level 1",
        "Work Bench Level 2",
        "Work Bench Level 3",
        "Tuna Can Lamp",
        "Vending Machine",
        "Water Purifier",
        "Wood Storage Box",
        "Bota Bag",
        "Chinese Lantern",
        "Dragon Door Knocker",
        "Chippy Arcade Game",
        "Easter Door Wreath",
        "Scarecrow",
        "Skull Door Knocker",
        "Skull Fire Pit",
        "Landscape Photo Frame",
        "Large Photo Frame",
        "Portrait Photo Frame",
        "Hobo Barrel",
        "Christmas Lights",
        "Festive Doorway Garland",
        "Pookie Bear",
        "Snowman",
        "SUPER Stocking",
        "Small Stocking",
        "Festive Window Garland",
        "Christmas Door Wreath",
        "Christmas Tree",
        "Paper Map"
      ]
    },
    "Ammunition": {
      "DisplayName": "Ammunition",
      "Description": "You currently have {0} coins to spend in the Ammunition shop",
      "EnabledCategory": true,
      "EnableNPC": false,
      "NPCId": "",
      "Items": [
        "40mm Shotgun Round",
        "40mm HE Grenade",
        "40mm Smoke Grenade",
        "High Velocity Arrow",
        "Wooden Arrow",
        "Bone Arrow",
        "Fire Arrow",
        "Handmade Shell",
        "Nailgun Nails",
        "Pistol Bullet",
        "Incendiary Pistol Bullet",
        "HV Pistol Ammo",
        "5.56 Rifle Ammo",
        "Explosive 5.56 Rifle Ammo",
        "Incendiary 5.56 Rifle Ammo",
        "HV 5.56 Rifle Ammo",
        "Rocket",
        "Incendiary Rocket",
        "High Velocity Rocket",
        "Smoke Rocket WIP!!!!",
        "12 Gauge Buckshot",
        "12 Gauge Incendiary Shell",
        "12 Gauge Slug",
        "",
        "SAM Ammo"
      ]
    },
    "Construction": {
      "DisplayName": "Construction",
      "Description": "You currently have {0} coins to spend in the Construction shop",
      "EnabledCategory": true,
      "EnableNPC": false,
      "NPCId": "",
      "Items": [
        "Sheet Metal Double Door",
        "Armored Double Door",
        "Wood Double Door",
        "Sheet Metal Door",
        "Armored Door",
        "Wooden Door",
        "Floor grill",
        "Ladder Hatch",
        "Floor triangle grill",
        "Triangle Ladder Hatch",
        "High External Stone Gate",
        "High External Wooden Gate",
        "Wooden Ladder",
        "High External Stone Wall",
        "High External Wooden Wall",
        "Prison Cell Gate",
        "Prison Cell Wall",
        "Chainlink Fence Gate",
        "Chainlink Fence",
        "Garage Door",
        "Netting",
        "Shop Front",
        "Metal Shop Front",
        "Metal Window Bars",
        "Reinforced Glass Window",
        "Wooden Window Bars",
        "Metal horizontal embrasure",
        "Metal Vertical embrasure",
        "Strengthened Glass Window",
        "Wood Shutters",
        "Watch Tower",
        "Concrete Barricade",
        "Wooden Barricade Cover",
        "Metal Barricade",
        "Sandbag Barricade",
        "Stone Barricade",
        "Wooden Barricade",
        "Barbed Wooden Barricade",
        "Pump Jack",
        "Mining Quarry",
        "Tool Cupboard",
        "Large Water Catcher",
        "Small Water Catcher",
        "Key Lock",
        "Code Lock",
        "Door Closer",
        "Industrial Door",
        "Short Ice Wall",
        "High Ice Wall",
        "Building Plan"
      ]
    },
    "Component": {
      "DisplayName": "Component",
      "Description": "You currently have {0} coins to spend in the Component shop",
      "EnabledCategory": true,
      "EnableNPC": false,
      "NPCId": "",
      "Items": [
        "Bleach",
        "Duct Tape",
        "Low Quality Carburetor",
        "Medium Quality Carburetor",
        "High Quality Carburetor",
        "Low Quality Crankshaft",
        "Medium Quality Crankshaft",
        "High Quality Crankshaft",
        "Low Quality Pistons",
        "Medium Quality Pistons",
        "High Quality Pistons",
        "Low Quality Spark Plugs",
        "Medium Quality Spark Plugs",
        "High Quality Spark Plugs",
        "Low Quality Valves",
        "Medium Quality Valves",
        "High Quality Valves",
        "Electric Fuse",
        "Gears",
        "Glue",
        "Metal Blade",
        "Metal Pipe",
        "Empty Propane Tank",
        "Road Signs",
        "Rope",
        "Sewing Kit",
        "Sheet Metal",
        "Metal Spring",
        "Sticks",
        "Tarp",
        "Tech Trash",
        "Rifle Body",
        "Semi Automatic Body",
        "SMG Body",
        "Small Chassis",
        "Medium Chassis",
        "Large Chassis",
        "Cockpit Vehicle Module",
        "Armored Cockpit Vehicle Module",
        "Cockpit With Engine Vehicle Module",
        "Engine Vehicle Module",
        "Flatbed Vehicle Module",
        "Armored Passenger Vehicle Module",
        "Rear Seats Vehicle Module",
        "Storage Vehicle Module",
        "Taxi Vehicle Module",
        "Large Flatbed Vehicle Module",
        "Fuel Tank Vehicle Module",
        "Passenger Vehicle Module"
      ]
    },
    "Traps": {
      "DisplayName": "Traps",
      "Description": "You currently have {0} coins to spend in the Traps shop",
      "EnabledCategory": true,
      "EnableNPC": false,
      "NPCId": "",
      "Items": [
        "Snap Trap",
        "Wooden Floor Spikes",
        "Land Mine",
        "Shotgun Trap",
        "Flame Turret",
        "SAM Site"
      ]
    },
    "Electrical": {
      "DisplayName": "Electrical",
      "Description": "You currently have {0} coins to spend in the Electrical shop",
      "EnabledCategory": true,
      "EnableNPC": false,
      "NPCId": "",
      "Items": [
        "Ceiling Light",
        "Computer Station",
        "Elevator",
        "Modular Car Lift",
        "Audio Alarm",
        "Smart Alarm",
        "Smart Switch",
        "Storage Monitor",
        "Large Rechargable Battery",
        "Medium Rechargable Battery",
        "Small Rechargable Battery",
        "Button",
        "Counter",
        "HBHF Sensor",
        "Laser Detector",
        "Pressure Pad",
        "Door Controller",
        "Electric Heater",
        "Fluid Combiner",
        "Fluid Splitter",
        "Fluid Switch & Pump",
        "AND Switch",
        "Blocker",
        "Electrical Branch",
        "Root Combiner",
        "Memory Cell",
        "OR Switch",
        "RAND Switch",
        "RF Broadcaster",
        "RF Receiver",
        "XOR Switch",
        "Small Generator",
        "Test Generator",
        "Large Solar Panel",
        "Igniter",
        "Flasher Light",
        "Simple Light",
        "Siren Light",
        "Powered Water Purifier",
        "Switch",
        "Splitter",
        "Sprinkler",
        "Tesla Coil",
        "Timer",
        "Cable Tunnel",
        "Water Pump",
        "Reactive Target",
        "Search Light",
        "Wind Turbine",
        "Small Neon Sign",
        "Medium Animated Neon Sign",
        "Medium Neon Sign",
        "Large Animated Neon Sign",
        "Large Neon Sign",
        "Deluxe Christmas Lights",
        "Auto Turret",
        "Hose Tool",
        "RF Pager",
        "Wire Tool"
      ]
    },
    "Fun": {
      "DisplayName": "Fun",
      "Description": "You currently have {0} coins to spend in the Fun shop",
      "EnabledCategory": true,
      "EnableNPC": false,
      "NPCId": "",
      "Items": [
        "Blue Boomer",
        "Champagne Boomer",
        "Green Boomer",
        "Orange Boomer",
        "Red Boomer",
        "Violet Boomer",
        "Blue Roman Candle",
        "Green Roman Candle",
        "Red Roman Candle",
        "Violet Roman Candle",
        "White Volcano Firework",
        "Red Volcano Firework",
        "Violet Volcano Firework",
        "Shovel Bass",
        "Cowbell",
        "Junkyard Drum Kit",
        "Pan Flute",
        "Acoustic Guitar",
        "Jerry Can Guitar",
        "Wheelbarrow Piano",
        "Canbourine",
        "Plumber's Trumpet",
        "Sousaphone",
        "Xylobone",
        "New Year Gong",
        "Firecracker String",
        "Skull Spikes",
        "Skull Trophy",
        "Above Ground Pool",
        "Beach Chair",
        "Beach Parasol",
        "Beach Table",
        "Beach Towel",
        "Boogie Board",
        "Inner Tube",
        "Paddling Pool",
        "Sled",
        "Wrapped Gift",
        "Wrapping Paper",
        "Telephone"
      ]
    },
    "Food": {
      "DisplayName": "Food",
      "Description": "You currently have {0} coins to spend in the Food shop",
      "EnabledCategory": true,
      "EnableNPC": false,
      "NPCId": "",
      "Items": [
        "Apple",
        "Rotten Apple",
        "Black Raspberries",
        "Blueberries",
        "Cactus Flesh",
        "Can of Beans",
        "Can of Tuna",
        "Chocolate Bar",
        "Cooked Fish",
        "Raw Fish",
        "Minnows",
        "Small Trout",
        "Granola Bar",
        "Burnt Chicken",
        "Cooked Chicken",
        "Raw Chicken Breast",
        "Spoiled Chicken",
        "Burnt Deer Meat",
        "Cooked Deer Meat",
        "Raw Deer Meat",
        "Burnt Horse Meat",
        "Cooked Horse Meat",
        "Raw Horse Meat",
        "Burnt Human Meat",
        "Cooked Human Meat",
        "Raw Human Meat",
        "Spoiled Human Meat",
        "Burnt Bear Meat",
        "Cooked Bear Meat",
        "Raw Bear Meat",
        "Burnt Wolf Meat",
        "Cooked Wolf Meat",
        "Raw Wolf Meat",
        "Spoiled Wolf Meat",
        "Burnt Pork",
        "Cooked Pork",
        "Raw Pork",
        "Mushroom",
        "Pickles",
        "Small Water Bottle",
        "Water Jug",
        "Candy Cane",
        "Black Berry",
        "Black Berry Clone",
        "Black Berry Seed",
        "Blue Berry",
        "Blue Berry Clone",
        "Blue Berry Seed",
        "Green Berry",
        "Green Berry Clone",
        "Green Berry Seed",
        "Red Berry",
        "Red Berry Clone",
        "Red Berry Seed",
        "White Berry",
        "White Berry Clone",
        "White Berry Seed",
        "Yellow Berry",
        "Yellow Berry Clone",
        "Yellow Berry Seed",
        "Corn",
        "Corn Clone",
        "Corn Seed",
        "Hemp Clone",
        "Hemp Seed",
        "Potato",
        "Potato Clone",
        "Potato Seed",
        "Pumpkin",
        "Pumpkin Plant Clone",
        "Pumpkin Seed",
        "Advanced Healing Tea",
        "Basic Healing Tea",
        "Pure Healing Tea",
        "Advanced Max Health Tea",
        "Basic Max Health Tea",
        "Pure Max Health Tea",
        "Advanced Ore Tea",
        "Basic Ore Tea",
        "Pure Ore Tea",
        "Advanced Rad. Removal Tea",
        "Rad. Removal Tea",
        "Pure Rad. Removal Tea",
        "Adv. Anti-Rad Tea",
        "Anti-Rad Tea",
        "Pure Anti-Rad Tea",
        "Advanced Scrap Tea",
        "Basic Scrap Tea",
        "Pure Scrap Tea",
        "Advanced Wood Tea",
        "Basic Wood Tea",
        "Pure Wood Tea"
      ]
    },
    "Resources": {
      "DisplayName": "Resources",
      "Description": "You currently have {0} coins to spend in the Resources shop",
      "EnabledCategory": true,
      "EnableNPC": false,
      "NPCId": "",
      "Items": [
        "Human Skull",
        "Coal :(",
        "Animal Fat",
        "Battery - Small",
        "Bone Fragments",
        "CCTV Camera",
        "Charcoal",
        "Cloth",
        "Crude Oil",
        "Diesel Fuel",
        "Empty Can Of Beans",
        "Empty Tuna Can",
        "Explosives",
        "Fertilizer",
        "Gun Powder",
        "Horse Dung",
        "High Quality Metal Ore",
        "High Quality Metal",
        "Leather",
        "Low Grade Fuel",
        "Metal Fragments",
        "Metal Ore",
        "Paper",
        "Plant Fiber",
        "Research Paper",
        "Salt Water",
        "Scrap",
        "Stones",
        "Sulfur Ore",
        "Sulfur",
        "Targeting Computer",
        "Water",
        "Wolf Skull",
        "Wood"
      ]
    },
    "Tool": {
      "DisplayName": "Tool",
      "Description": "You currently have {0} coins to spend in the Tool shop",
      "EnabledCategory": true,
      "EnableNPC": false,
      "NPCId": "",
      "Items": [
        "Instant Camera",
        "Binoculars",
        "Timed Explosive Charge",
        "Camera",
        "RF Transmitter",
        "Flare",
        "Flashlight",
        "Geiger Counter",
        "Jackhammer",
        "Smoke Grenade",
        "Supply Signal",
        "Survey Charge",
        "Birthday Cake",
        "Chainsaw",
        "Hammer",
        "Hatchet",
        "Pickaxe",
        "Rock",
        "Salvaged Axe",
        "Salvaged Hammer",
        "Salvaged Icepick",
        "Satchel Charge",
        "Stone Hatchet",
        "Stone Pickaxe",
        "Garry's Mod Tool Gun",
        "Torch",
        "Water Bucket"
      ]
    },
    "Weapon": {
      "DisplayName": "Weapon",
      "Description": "You currently have {0} coins to spend in the Weapon shop",
      "EnabledCategory": true,
      "EnableNPC": false,
      "NPCId": "",
      "Items": [
        "Water Gun",
        "Water Pistol",
        "Candy Cane Club",
        "Snowball",
        "Snowball Gun",
        "Handmade Fishing Rod",
        "16x Zoom Scope",
        "Weapon flashlight",
        "Holosight",
        "Weapon Lasersight",
        "Muzzle Boost",
        "Muzzle Brake",
        "Simple Handmade Sight",
        "Silencer",
        "8x Zoom Scope",
        "Assault Rifle",
        "Beancan Grenade",
        "Bolt Action Rifle",
        "Bone Club",
        "Bone Knife",
        "Hunting Bow",
        "Salvaged Cleaver",
        "Compound Bow",
        "Crossbow",
        "Double Barrel Shotgun",
        "Eoka Pistol",
        "F1 Grenade",
        "Flame Thrower",
        "Multiple Grenade Launcher",
        "Butcher Knife",
        "Pitchfork",
        "Combat Knife",
        "L96 Rifle",
        "LR-300 Assault Rifle",
        "M249",
        "M39 Rifle",
        "M92 Pistol",
        "Mace",
        "Machete",
        "MP5A4",
        "Nailgun",
        "Paddle",
        "Waterpipe Shotgun",
        "Python Revolver",
        "Revolver",
        "Rocket Launcher",
        "Pump Shotgun",
        "Semi-Automatic Pistol",
        "Semi-Automatic Rifle",
        "Custom SMG",
        "Spas-12 Shotgun",
        "Stone Spear",
        "Longsword",
        "Salvaged Sword",
        "Thompson",
        "Wooden Spear"
      ]
    },
    "Medical": {
      "DisplayName": "Medical",
      "Description": "You currently have {0} coins to spend in the Medical shop",
      "EnabledCategory": true,
      "EnableNPC": false,
      "NPCId": "",
      "Items": [
        "Blood",
        "Anti-Radiation Pills",
        "Large Medkit",
        "Medical Syringe",
        "Bandage"
      ]
    }
  },
  "Shop - Shop List": {
    "Minicopter": {
      "DisplayName": "Minicopter",
      "Shortname": "minicopter",
      "EnableBuy": true,
      "EnableSell": false,
      "Image": "https://i.imgur.com/vI6LwCZ.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": [
        "spawn minicopter \"$player.x $player.y $player.z\""
      ],
      "SkinId": 0
    },
    "Sedan": {
      "DisplayName": "Sedan",
      "Shortname": "sedan",
      "EnableBuy": true,
      "EnableSell": false,
      "Image": "",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": [
        "spawn sedan \"$player.x $player.y $player.z\""
      ],
      "SkinId": 0
    },
    "Airdrop Call": {
      "DisplayName": "Airdrop Call",
      "Shortname": "airdrop.call",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": [
        "inventory.giveto $player.id supply.signal"
      ],
      "SkinId": 0
    },
    "Wolf Headdress": {
      "DisplayName": "Wolf Headdress",
      "Shortname": "hat.wolf",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/hat.wolf.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Fogger-3000": {
      "DisplayName": "Fogger-3000",
      "Shortname": "fogmachine",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/fogmachine.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Strobe Light": {
      "DisplayName": "Strobe Light",
      "Shortname": "strobelight",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/strobelight.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Kayak": {
      "DisplayName": "Kayak",
      "Shortname": "kayak",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/kayak.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "MC repair": {
      "DisplayName": "MC repair",
      "Shortname": "minihelicopter.repair",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/minihelicopter.repair.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "ScrapTransportHeliRepair": {
      "DisplayName": "ScrapTransportHeliRepair",
      "Shortname": "scraptransportheli.repair",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/scraptransportheli.repair.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "40mm Shotgun Round": {
      "DisplayName": "40mm Shotgun Round",
      "Shortname": "ammo.grenadelauncher.buckshot",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/ammo.grenadelauncher.buckshot.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "40mm HE Grenade": {
      "DisplayName": "40mm HE Grenade",
      "Shortname": "ammo.grenadelauncher.he",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/ammo.grenadelauncher.he.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "40mm Smoke Grenade": {
      "DisplayName": "40mm Smoke Grenade",
      "Shortname": "ammo.grenadelauncher.smoke",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/ammo.grenadelauncher.smoke.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "High Velocity Arrow": {
      "DisplayName": "High Velocity Arrow",
      "Shortname": "arrow.hv",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/arrow.hv.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Wooden Arrow": {
      "DisplayName": "Wooden Arrow",
      "Shortname": "arrow.wooden",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/arrow.wooden.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Bone Arrow": {
      "DisplayName": "Bone Arrow",
      "Shortname": "arrow.bone",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/arrow.bone.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Fire Arrow": {
      "DisplayName": "Fire Arrow",
      "Shortname": "arrow.fire",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/arrow.fire.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Handmade Shell": {
      "DisplayName": "Handmade Shell",
      "Shortname": "ammo.handmade.shell",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/ammo.handmade.shell.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Nailgun Nails": {
      "DisplayName": "Nailgun Nails",
      "Shortname": "ammo.nailgun.nails",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/ammo.nailgun.nails.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Pistol Bullet": {
      "DisplayName": "Pistol Bullet",
      "Shortname": "ammo.pistol",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/ammo.pistol.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Incendiary Pistol Bullet": {
      "DisplayName": "Incendiary Pistol Bullet",
      "Shortname": "ammo.pistol.fire",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/ammo.pistol.fire.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "HV Pistol Ammo": {
      "DisplayName": "HV Pistol Ammo",
      "Shortname": "ammo.pistol.hv",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/ammo.pistol.hv.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "5.56 Rifle Ammo": {
      "DisplayName": "5.56 Rifle Ammo",
      "Shortname": "ammo.rifle",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/ammo.rifle.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Explosive 5.56 Rifle Ammo": {
      "DisplayName": "Explosive 5.56 Rifle Ammo",
      "Shortname": "ammo.rifle.explosive",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/ammo.rifle.explosive.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Incendiary 5.56 Rifle Ammo": {
      "DisplayName": "Incendiary 5.56 Rifle Ammo",
      "Shortname": "ammo.rifle.incendiary",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/ammo.rifle.incendiary.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "HV 5.56 Rifle Ammo": {
      "DisplayName": "HV 5.56 Rifle Ammo",
      "Shortname": "ammo.rifle.hv",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/ammo.rifle.hv.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Rocket": {
      "DisplayName": "Rocket",
      "Shortname": "ammo.rocket.basic",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/ammo.rocket.basic.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Incendiary Rocket": {
      "DisplayName": "Incendiary Rocket",
      "Shortname": "ammo.rocket.fire",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/ammo.rocket.fire.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "High Velocity Rocket": {
      "DisplayName": "High Velocity Rocket",
      "Shortname": "ammo.rocket.hv",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/ammo.rocket.hv.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Smoke Rocket WIP!!!!": {
      "DisplayName": "Smoke Rocket WIP!!!!",
      "Shortname": "ammo.rocket.smoke",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/ammo.rocket.smoke.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "12 Gauge Buckshot": {
      "DisplayName": "12 Gauge Buckshot",
      "Shortname": "ammo.shotgun",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/ammo.shotgun.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "12 Gauge Incendiary Shell": {
      "DisplayName": "12 Gauge Incendiary Shell",
      "Shortname": "ammo.shotgun.fire",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/ammo.shotgun.fire.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "12 Gauge Slug": {
      "DisplayName": "12 Gauge Slug",
      "Shortname": "ammo.shotgun.slug",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/ammo.shotgun.slug.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Sheet Metal Double Door": {
      "DisplayName": "Sheet Metal Double Door",
      "Shortname": "door.double.hinged.metal",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/door.double.hinged.metal.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Armored Double Door": {
      "DisplayName": "Armored Double Door",
      "Shortname": "door.double.hinged.toptier",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/door.double.hinged.toptier.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Wood Double Door": {
      "DisplayName": "Wood Double Door",
      "Shortname": "door.double.hinged.wood",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/door.double.hinged.wood.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Sheet Metal Door": {
      "DisplayName": "Sheet Metal Door",
      "Shortname": "door.hinged.metal",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/door.hinged.metal.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Armored Door": {
      "DisplayName": "Armored Door",
      "Shortname": "door.hinged.toptier",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/door.hinged.toptier.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Wooden Door": {
      "DisplayName": "Wooden Door",
      "Shortname": "door.hinged.wood",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/door.hinged.wood.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Floor grill": {
      "DisplayName": "Floor grill",
      "Shortname": "floor.grill",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/floor.grill.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Ladder Hatch": {
      "DisplayName": "Ladder Hatch",
      "Shortname": "floor.ladder.hatch",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/floor.ladder.hatch.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Floor triangle grill": {
      "DisplayName": "Floor triangle grill",
      "Shortname": "floor.triangle.grill",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/floor.triangle.grill.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Triangle Ladder Hatch": {
      "DisplayName": "Triangle Ladder Hatch",
      "Shortname": "floor.triangle.ladder.hatch",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/floor.triangle.ladder.hatch.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "High External Stone Gate": {
      "DisplayName": "High External Stone Gate",
      "Shortname": "gates.external.high.stone",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/gates.external.high.stone.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "High External Wooden Gate": {
      "DisplayName": "High External Wooden Gate",
      "Shortname": "gates.external.high.wood",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/gates.external.high.wood.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Wooden Ladder": {
      "DisplayName": "Wooden Ladder",
      "Shortname": "ladder.wooden.wall",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/ladder.wooden.wall.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "High External Stone Wall": {
      "DisplayName": "High External Stone Wall",
      "Shortname": "wall.external.high.stone",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/wall.external.high.stone.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "High External Wooden Wall": {
      "DisplayName": "High External Wooden Wall",
      "Shortname": "wall.external.high",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/wall.external.high.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Prison Cell Gate": {
      "DisplayName": "Prison Cell Gate",
      "Shortname": "wall.frame.cell.gate",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/wall.frame.cell.gate.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Prison Cell Wall": {
      "DisplayName": "Prison Cell Wall",
      "Shortname": "wall.frame.cell",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/wall.frame.cell.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Chainlink Fence Gate": {
      "DisplayName": "Chainlink Fence Gate",
      "Shortname": "wall.frame.fence.gate",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/wall.frame.fence.gate.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Chainlink Fence": {
      "DisplayName": "Chainlink Fence",
      "Shortname": "wall.frame.fence",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/wall.frame.fence.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Garage Door": {
      "DisplayName": "Garage Door",
      "Shortname": "wall.frame.garagedoor",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/wall.frame.garagedoor.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Netting": {
      "DisplayName": "Netting",
      "Shortname": "wall.frame.netting",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/wall.frame.netting.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Shop Front": {
      "DisplayName": "Shop Front",
      "Shortname": "wall.frame.shopfront",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/wall.frame.shopfront.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Metal Shop Front": {
      "DisplayName": "Metal Shop Front",
      "Shortname": "wall.frame.shopfront.metal",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/wall.frame.shopfront.metal.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Metal Window Bars": {
      "DisplayName": "Metal Window Bars",
      "Shortname": "wall.window.bars.metal",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/wall.window.bars.metal.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Reinforced Glass Window": {
      "DisplayName": "Reinforced Glass Window",
      "Shortname": "wall.window.bars.toptier",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/wall.window.bars.toptier.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Wooden Window Bars": {
      "DisplayName": "Wooden Window Bars",
      "Shortname": "wall.window.bars.wood",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/wall.window.bars.wood.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Metal horizontal embrasure": {
      "DisplayName": "Metal horizontal embrasure",
      "Shortname": "shutter.metal.embrasure.a",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/shutter.metal.embrasure.a.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Metal Vertical embrasure": {
      "DisplayName": "Metal Vertical embrasure",
      "Shortname": "shutter.metal.embrasure.b",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/shutter.metal.embrasure.b.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Strengthened Glass Window": {
      "DisplayName": "Strengthened Glass Window",
      "Shortname": "wall.window.glass.reinforced",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/wall.window.glass.reinforced.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Wood Shutters": {
      "DisplayName": "Wood Shutters",
      "Shortname": "shutter.wood.a",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/shutter.wood.a.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Watch Tower": {
      "DisplayName": "Watch Tower",
      "Shortname": "watchtower.wood",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/watchtower.wood.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Diving Fins": {
      "DisplayName": "Diving Fins",
      "Shortname": "diving.fins",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/diving.fins.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Diving Mask": {
      "DisplayName": "Diving Mask",
      "Shortname": "diving.mask",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/diving.mask.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Diving Tank": {
      "DisplayName": "Diving Tank",
      "Shortname": "diving.tank",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/diving.tank.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Wetsuit": {
      "DisplayName": "Wetsuit",
      "Shortname": "diving.wetsuit",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/diving.wetsuit.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Frog Boots": {
      "DisplayName": "Frog Boots",
      "Shortname": "boots.frog",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/boots.frog.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "A Barrel Costume": {
      "DisplayName": "A Barrel Costume",
      "Shortname": "barrelcostume",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/barrelcostume.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Crate Costume": {
      "DisplayName": "Crate Costume",
      "Shortname": "cratecostume",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/cratecostume.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Burlap Gloves": {
      "DisplayName": "Burlap Gloves",
      "Shortname": "burlap.gloves.new",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/burlap.gloves.new.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Leather Gloves": {
      "DisplayName": "Leather Gloves",
      "Shortname": "burlap.gloves",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/burlap.gloves.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Roadsign Gloves": {
      "DisplayName": "Roadsign Gloves",
      "Shortname": "roadsign.gloves",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/roadsign.gloves.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Tactical Gloves": {
      "DisplayName": "Tactical Gloves",
      "Shortname": "tactical.gloves",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/tactical.gloves.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Ghost Costume": {
      "DisplayName": "Ghost Costume",
      "Shortname": "ghostsheet",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/ghostsheet.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Mummy Suit": {
      "DisplayName": "Mummy Suit",
      "Shortname": "halloween.mummysuit",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/halloween.mummysuit.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Scarecrow Suit": {
      "DisplayName": "Scarecrow Suit",
      "Shortname": "scarecrow.suit",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/scarecrow.suit.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Scarecrow Wrap": {
      "DisplayName": "Scarecrow Wrap",
      "Shortname": "scarecrowhead",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/scarecrowhead.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Hide Halterneck": {
      "DisplayName": "Hide Halterneck",
      "Shortname": "attire.hide.helterneck",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/attire.hide.helterneck.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Beenie Hat": {
      "DisplayName": "Beenie Hat",
      "Shortname": "hat.beenie",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/hat.beenie.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Boonie Hat": {
      "DisplayName": "Boonie Hat",
      "Shortname": "hat.boonie",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/hat.boonie.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Bucket Helmet": {
      "DisplayName": "Bucket Helmet",
      "Shortname": "bucket.helmet",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/bucket.helmet.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Burlap Headwrap": {
      "DisplayName": "Burlap Headwrap",
      "Shortname": "burlap.headwrap",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/burlap.headwrap.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Candle Hat": {
      "DisplayName": "Candle Hat",
      "Shortname": "hat.candle",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/hat.candle.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Baseball Cap": {
      "DisplayName": "Baseball Cap",
      "Shortname": "hat.cap",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/hat.cap.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Clatter Helmet": {
      "DisplayName": "Clatter Helmet",
      "Shortname": "clatter.helmet",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/clatter.helmet.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Coffee Can Helmet": {
      "DisplayName": "Coffee Can Helmet",
      "Shortname": "coffeecan.helmet",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/coffeecan.helmet.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Bone Helmet": {
      "DisplayName": "Bone Helmet",
      "Shortname": "deer.skull.mask",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/deer.skull.mask.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Heavy Plate Helmet": {
      "DisplayName": "Heavy Plate Helmet",
      "Shortname": "heavy.plate.helmet",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/heavy.plate.helmet.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Miners Hat": {
      "DisplayName": "Miners Hat",
      "Shortname": "hat.miner",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/hat.miner.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Party Hat": {
      "DisplayName": "Party Hat",
      "Shortname": "partyhat",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/partyhat.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Riot Helmet": {
      "DisplayName": "Riot Helmet",
      "Shortname": "riot.helmet",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/riot.helmet.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Wood Armor Helmet": {
      "DisplayName": "Wood Armor Helmet",
      "Shortname": "wood.armor.helmet",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/wood.armor.helmet.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Hoodie": {
      "DisplayName": "Hoodie",
      "Shortname": "hoodie",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/hoodie.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Bone Armor": {
      "DisplayName": "Bone Armor",
      "Shortname": "bone.armor.suit",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/bone.armor.suit.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Heavy Plate Jacket": {
      "DisplayName": "Heavy Plate Jacket",
      "Shortname": "heavy.plate.jacket",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/heavy.plate.jacket.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Snow Jacket": {
      "DisplayName": "Snow Jacket",
      "Shortname": "jacket.snow",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/jacket.snow.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Jacket": {
      "DisplayName": "Jacket",
      "Shortname": "jacket",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/jacket.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Wood Chestplate": {
      "DisplayName": "Wood Chestplate",
      "Shortname": "wood.armor.jacket",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/wood.armor.jacket.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Improvised Balaclava": {
      "DisplayName": "Improvised Balaclava",
      "Shortname": "mask.balaclava",
      "EnableBuy": true,
      "EnableSell": true,
      "Image": "https://rustlabs.com/img/items180/mask.balaclava.png",
      "SellPrice": 1.0,
      "BuyPrice": 1.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "KitName": null,
      "Command": null,
      "SkinId": 0
    },
    "Bandana Mask": {
      "DisplayName": "Bandana Mask",
      "Shortname": "mask.bandana",
      "EnableBuy": true,
      "
Locked automatically