Item bundles

ive worked out how to sell kits now but the buy limit reset cooldown doesnt work

Not sure how you are trying to set it up, you can either provide the item from the config in question here on the forum post, or you can send me the full config on discord if you wish to debug @Khan#8615

So ive tried setting the cool down to 5 then to 1 and neither times would it let me rebuy the kit. Ive since removed the buy limit and cooldown, I also dont mean to derail my own thread but while trying to set up buyable bradley ive had issues. "bradley.quickrespawn" doesnt work from the shop and if I set up "spawn bradleyapc pos \"485.6, 32.8, -334.2\"" He either spawns and falls through the ground or spawns not at the POS and instead just drives west. Ive tried all varaitons of inputing the pos with no change in behaviour

 "Shop - Shop List": {
    "Raiding Supplies": {
      "DisplayName": "Raiding Supplies",
      "CraftAsDisplayName": false,
      "Shortname": "",
      "ItemId": 0,
      "MakeBlueprint": false,
      "AllowSellOfUsedItems": false,
      "Condition": 100.0,
      "EnableBuy": true,
      "EnableSell": false,
      "Image": "https://i.imgur.com/sucw0LO.png",
      "SellPrice": 1.0,
      "BuyPrice": 9999.0,
      "BuyCooldown": 0,
      "SellCooldown": 0,
      "BuyQuantity": [],
      "SellQuantity": [],
      "BuyLimit": 0,
      "BuyLimitResetCoolDown": 0,
      "SwapLimitToQuantityBuyLimit": false,
      "SellLimit": 0,
      "SellLimitResetCoolDown": 0,
      "SwapLimitToQuantitySoldLimit": false,
      "KitName": "raid",
      "Command": null,
      "RunCommandAndCustomShopItem": false,
      "GeneTypes": [],
      "SkinId": 0

Your item works fine in my testing on my machine, even with the buy cooldown set.
The button will vanish when you trigger a cooldown, it was never designed to re-appear if you never switch tabs or close the shop.
The button will be there after the cooldown ends and you either switch tabs/pages/or close & re-open the shop.

Even after setting a limit of 3 and a limit reset cooldown of 5 it still resets without issues

 

    "Raiding Supplies": {
      "DisplayName": "Raiding Supplies",
      "CraftAsDisplayName": false,
      "Shortname": "",
      "ItemId": 0,
      "MakeBlueprint": false,
      "AllowSellOfUsedItems": false,
      "Condition": 0.0,
      "EnableBuy": true,
      "EnableSell": false,
      "Image": "https://i.imgur.com/sucw0LO.png",
      "SellPrice": 1.0,
      "BuyPrice": 9999.0,
      "BuyCooldown": 10,
      "SellCooldown": 0,
      "BuyQuantity": [],
      "SellQuantity": [],
      "BuyLimit": 0,
      "BuyLimitResetCoolDown": 0,
      "SwapLimitToQuantityBuyLimit": false,
      "SellLimit": 0,
      "SellLimitResetCoolDown": 0,
      "SwapLimitToQuantitySoldLimit": false,
      "KitName": "Killing",
      "Command": null,
      "RunCommandAndCustomShopItem": false,
      "GeneTypes": [],
      "SkinId": 0
    },