Hello,

I am in the process of seting up GUI Shop and I am haveing an issue whem I make changes to the config getting unexpected results not displaying correct. Image 1 Is what I expect. Pretty much default. 

https://imgur.com/a/J9KlVt3

},
"Scrap": {
"DisplayName": "Scrap",
"CraftAsDisplayName": false,
"Shortname": "scrap",
"MakeBlueprint": false,
"EnableBuy": true,
"EnableSell": true,
"Image": "https://www.rustedit.io/images/imagelibrary/scrap.png",
"SellPrice": 1.0,
"BuyPrice": 5.0,
"BuyCooldown": 0,
"SellCooldown": 0,
"BuyQuantity": [
1,
10,
100,
500
],
"SellQuantity": [
1,
10,
100,
1000
],

This is what I am trying to config and it is not loading correct. What am I doing wrong? Image 2

},
"Scrap": {
"DisplayName": "Scrap",
"CraftAsDisplayName": false,
"Shortname": "scrap",
"MakeBlueprint": false,
"EnableBuy": true,
"EnableSell": true,
"Image": "https://www.rustedit.io/images/imagelibrary/scrap.png",
"SellPrice": 1.0,
"BuyPrice": 5.0,
"BuyCooldown": 0,
"SellCooldown": 0,
"BuyQuantity": [
1,
10,
100,
500
],
"SellQuantity": [
1,
10,
100,
1000
],
"BuyLimit": 500,
"BuyLimitResetCoolDown": 300,
"SellLimit": 1000,
"SellLimitResetCoolDown": 1800,
"KitName": null,
"Command": null,
"RunCommandAndCustomShopItem": false,
"SkinId": 0
},

Thanks