Hey there im trying to add a buyable vip option through guishop plugin using betterchat. ive created a vip group, now im trying to add the code for vip but not sure what i need to insert. this is what ive done so far but coming up with error...
"Shop - Shop List": {
"VIP": {
"DisplayName": "VIP",
"CraftAsDisplayName": false,
"Shortname": "VIP",
"ItemId": 0,
"MakeBlueprint": false,
"AllowSellOfUsedItems": false,
"Condition": 0.0,
"EnableBuy": true,
"EnableSell": false,
"Image": "https://dunb17ur4ymx4.cloudfront.net/packages/images/c49974d88d2e52c106d4942cb7c25f8a7886cd7f.png",
"SellPrice": 1.0,
"BuyPrice": 1.0,
"BuyCooldown": 0,
"SellCooldown": 0,
"BuyQuantity": [],
"SellQuantity": [],
"BuyLimit": 1,
"BuyLimitResetCoolDown": 0,
"SwapLimitToQuantityBuyLimit": false,
"SellLimit": 0,
"SellLimitResetCoolDown": 0,
"SwapLimitToQuantitySoldLimit": false,
"KitName": "",
"Command": [
"betterchat.VIP""
Any helpw ould be appreciated