CraftPlus : craft just wont work when crafting multiple items

its totally random and I just can't find the reason.
sometimes I can CRAFT one and the other multiple times : no problem
and sometimes I can just CRAFT one and not the other.
Sometimes I can CRAFT 2 of minicopter and not a single scrap copter
It also happened I couldnt craft neither on opening.
I tried oxide.reload CraftPlus in-between tests: issue still there.

I spammed multiple dozens of times :
givedrop minicopterdelivery {steamID}
and
givedrop scrapcopterdelivery {steamID}

no issue whatsoever...
and yes I had enough scrap in my inventory.
and no : not a single error in console...

JSON:
{

      "1. Info": {

        "Display Name": "Minicopter Delivery",

        "Image url": "",

        "Description": "AirWolf Minicopter Delivery Service\n750 scrap Minicopter fee\n50 scrap delivery fee\nDeploy on flat terrain then move away a bit"

      },

      "2. Restrictions": {

        "Permission to craft": "craftplus.minicopter",

        "Cooldown (seconds)": 0,

        "Maximal crafts (0 to disable)": 0

      },

      "3 Craft result": {

        "Command (keep empty to create item)": "givedrop minicopterdelivery {steamID}",

        "Shortname": "",

        "Amount": 0,

        "Skin ID": 0

      },

      "4. Ingredients": {

        "Permission to bypass ingredients": "craftplus.minicopterdelivery.nocost",

        "List": {

          "scrap": {

            "Amount": 800,

            "Skin": 0,

            "Image url (only for custom items)": ""

          }

        }

      }

    },

    {

      "1. Info": {

        "Display Name": "Scrap Copter Delivery",

        "Image url": "",

        "Description": "AirWolf Scrap Transport Helicopter Delivery Service\n1250 scrap Scrap Transport Helicopter fee\n50 scrap delivery fee\nDeploy on flat terrain then move away a bit"

      },

      "2. Restrictions": {

        "Permission to craft": "craftplus.scrapcopter",

        "Cooldown (seconds)": 0,

        "Maximal crafts (0 to disable)": 0

      },

      "3 Craft result": {

        "Command (keep empty to create item)": "givedrop scrapcopterdelivery {steamID}",

        "Shortname": "",

        "Amount": 0,

        "Skin ID": 0

      },

      "4. Ingredients": {

        "Permission to bypass ingredients": "craftplus.scrapcopterdelivery.nocost",

        "List": {

          "scrap": {

            "Amount": 1300,

            "Skin": 0,

            "Image url (only for custom items)": ""

          }

        }

      }

    },
 
Last edited by a moderator:
Top