Bandit purchased vehicles aren't giving purchaser /license

Hey all,
I might be missing something, but I've been trying to get minicopters to unlock for players in /license when they buy at Bandit.
The option is enabled, but the entity has an "unknown" owner, as opposed to minicopters spawned using /license itself.
Any ideas?

Config is below.

{
  "Settings": {
    "Store Vehicle On Plugin Unloaded / Server Restart": true,
    "Clear Vehicle Data On Map Wipe": false,
    "Interval to check vehicle for wipe (Seconds)": 300.0,
    "Spawn vehicle in the direction you are looking at": true,
    "Check if any player mounted when recalling a vehicle": false,
    "Check if any player mounted when killing a vehicle": true,
    "Dismount all players when a vehicle is recalled": true,
    "Automatically claim vehicles purchased from vehicle vendors": true,
    "Prevent vehicles from spawning or recalling in safe zone": false,
    "Prevent vehicles from damaging players": true,
    "Prevent other players from mounting vehicle": false,
    "Prevent mounting on driver's seat only": false,
    "Prevent other players from looting fuel container and inventory": true,
    "Use Teams": false,
    "Use Clans": false,
    "Use Friends": false,
    "Vehicle No Decay": true,
    "Vehicle No Fire Ball": true,
    "Vehicle No Server Gibs": true,
    "Chinook No Map Marker": true,
    "Use Raid Blocker (Need NoEscape Plugin)": true,
    "Use Combat Blocker (Need NoEscape Plugin)": true
  },
  "Chat Settings": {
    "Use Universal Chat Command": true,
    "Help Chat Command": "license",
    "Buy Chat Command": "buy",
    "Spawn Chat Command": "spawn",
    "Recall Chat Command": "recall",
    "Kill Chat Command": "kill",
    "Chat Prefix": "<color=#00FFFF>[VehicleLicense]</color>: ",
    "Chat SteamID Icon": 76561198924840872
  },
  "Normal Vehicle Settings": {
    "Sedan Vehicle": {
      "Purchasable": true,
      "Display Name": "Sedan",
      "Use Permission": true,
      "Permission": "vehiclelicence.sedan",
      "Distance To Spawn": 5.0,
      "Time Before Vehicle Wipe (Seconds)": 0.0,
      "Maximum Health": 0.0,
      "Can Recall Maximum Distance": 0.0,
      "Can Kill Maximum Distance": 0.0,
      "Minimum distance from player to recall or spawn": 3.0,
      "Remove License Once Crashed": false,
      "Purchase Prices": {
        "scrap": {
          "amount": 300,
          "displayName": "Scrap"
        }
      },
      "Spawn Prices": {},
      "Recall Prices": {},
      "Commands": [
        "car",
        "sedan"
      ],
      "Spawn Cooldown (Seconds)": 30.0,
      "Recall Cooldown (Seconds)": 30.0,
      "Cooldown Permissions": {
        "vehiclelicence.vip": {
          "spawnCooldown": 150.0,
          "recallCooldown": 10.0
        }
      }
    },
    "Chinook Vehicle": {
      "Purchasable": true,
      "Display Name": "Chinook",
      "Use Permission": true,
      "Permission": "vehiclelicence.chinook",
      "Distance To Spawn": 15.0,
      "Time Before Vehicle Wipe (Seconds)": 0.0,
      "Maximum Health": 0.0,
      "Can Recall Maximum Distance": 0.0,
      "Can Kill Maximum Distance": 0.0,
      "Minimum distance from player to recall or spawn": 6.0,
      "Remove License Once Crashed": false,
      "Purchase Prices": {
        "scrap": {
          "amount": 30000,
          "displayName": "Scrap"
        }
      },
      "Spawn Prices": {},
      "Recall Prices": {},
      "Commands": [
        "ch47",
        "chinook"
      ],
      "Spawn Cooldown (Seconds)": 12.0,
      "Recall Cooldown (Seconds)": 30.0,
      "Cooldown Permissions": {
        "vehiclelicence.vip": {
          "spawnCooldown": 1500.0,
          "recallCooldown": 10.0
        }
      }
    },
    "Rowboat Vehicle": {
      "Purchasable": true,
      "Display Name": "Row Boat",
      "Use Permission": true,
      "Permission": "vehiclelicence.rowboat",
      "Distance To Spawn": 5.0,
      "Time Before Vehicle Wipe (Seconds)": 0.0,
      "Maximum Health": 0.0,
      "Can Recall Maximum Distance": 0.0,
      "Can Kill Maximum Distance": 0.0,
      "Minimum distance from player to recall or spawn": 2.0,
      "Remove License Once Crashed": false,
      "Purchase Prices": {
        "scrap": {
          "amount": 100,
          "displayName": "Scrap"
        }
      },
      "Spawn Prices": {},
      "Recall Prices": {},
      "Commands": [
        "row",
        "rowboat"
      ],
      "Spawn Cooldown (Seconds)": 30.0,
      "Recall Cooldown (Seconds)": 30.0,
      "Cooldown Permissions": {
        "vehiclelicence.vip": {
          "spawnCooldown": 150.0,
          "recallCooldown": 10.0
        }
      },
      "Amount Of Fuel To Spawn": 1,
      "Refund Fuel On Kill": false,
      "Refund Fuel On Crash": true,
      "Refund Inventory On Kill": true,
      "Refund Inventory On Crash": true,
      "Drop Inventory Items When Vehicle Recall": false
    },
    "RHIB Vehicle": {
      "Purchasable": true,
      "Display Name": "Rigid Hulled Inflatable Boat",
      "Use Permission": true,
      "Permission": "vehiclelicence.rhib",
      "Distance To Spawn": 10.0,
      "Time Before Vehicle Wipe (Seconds)": 0.0,
      "Maximum Health": 0.0,
      "Can Recall Maximum Distance": 0.0,
      "Can Kill Maximum Distance": 0.0,
      "Minimum distance from player to recall or spawn": 3.0,
      "Remove License Once Crashed": false,
      "Purchase Prices": {
        "scrap": {
          "amount": 350,
          "displayName": "Scrap"
        }
      },
      "Spawn Prices": {},
      "Recall Prices": {},
      "Commands": [
        "rhib"
      ],
      "Spawn Cooldown (Seconds)": 45.0,
      "Recall Cooldown (Seconds)": 30.0,
      "Cooldown Permissions": {
        "vehiclelicence.vip": {
          "spawnCooldown": 225.0,
          "recallCooldown": 10.0
        }
      },
      "Amount Of Fuel To Spawn": 1,
      "Refund Fuel On Kill": false,
      "Refund Fuel On Crash": false,
      "Refund Inventory On Kill": false,
      "Refund Inventory On Crash": false,
      "Drop Inventory Items When Vehicle Recall": true
    },
    "Hot Air Balloon Vehicle": {
      "Purchasable": true,
      "Display Name": "Hot Air Balloon",
      "Use Permission": true,
      "Permission": "vehiclelicence.hotairballoon",
      "Distance To Spawn": 20.0,
      "Time Before Vehicle Wipe (Seconds)": 0.0,
      "Maximum Health": 0.0,
      "Can Recall Maximum Distance": 0.0,
      "Can Kill Maximum Distance": 0.0,
      "Minimum distance from player to recall or spawn": 5.0,
      "Remove License Once Crashed": false,
      "Purchase Prices": {
        "scrap": {
          "amount": 50,
          "displayName": "Scrap"
        }
      },
      "Spawn Prices": {},
      "Recall Prices": {},
      "Commands": [
        "hab",
        "hotairballoon"
      ],
      "Spawn Cooldown (Seconds)": 90.0,
      "Recall Cooldown (Seconds)": 30.0,
      "Cooldown Permissions": {
        "vehiclelicence.vip": {
          "spawnCooldown": 450.0,
          "recallCooldown": 10.0
        }
      },
      "Amount Of Fuel To Spawn": 1,
      "Refund Fuel On Kill": false,
      "Refund Fuel On Crash": false,
      "Refund Inventory On Kill": false,
      "Refund Inventory On Crash": false,
      "Drop Inventory Items When Vehicle Recall": false
    },
    "Ridable Horse Vehicle": {
      "Purchasable": true,
      "Display Name": "Ridable Horse",
      "Use Permission": true,
      "Permission": "vehiclelicence.ridablehorse",
      "Distance To Spawn": 6.0,
      "Time Before Vehicle Wipe (Seconds)": 0.0,
      "Maximum Health": 0.0,
      "Can Recall Maximum Distance": 0.0,
      "Can Kill Maximum Distance": 0.0,
      "Minimum distance from player to recall or spawn": 1.0,
      "Remove License Once Crashed": false,
      "Purchase Prices": {
        "scrap": {
          "amount": 10,
          "displayName": "Scrap"
        }
      },
      "Spawn Prices": {},
      "Recall Prices": {},
      "Commands": [
        "horse",
        "ridablehorse"
      ],
      "Spawn Cooldown (Seconds)": 10.0,
      "Recall Cooldown (Seconds)": 30.0,
      "Cooldown Permissions": {
        "vehiclelicence.vip": {
          "spawnCooldown": 1500.0,
          "recallCooldown": 10.0
        }
      },
      "Refund Inventory On Kill": false,
      "Refund Inventory On Crash": false,
      "Drop Inventory Items When Vehicle Recall": false
    },
    "Mini Copter Vehicle": {
      "Purchasable": true,
      "Display Name": "Mini Copter",
      "Use Permission": true,
      "Permission": "vehiclelicence.minicopter",
      "Distance To Spawn": 8.0,
      "Time Before Vehicle Wipe (Seconds)": 0.0,
      "Maximum Health": 0.0,
      "Can Recall Maximum Distance": 0.0,
      "Can Kill Maximum Distance": 0.0,
      "Minimum distance from player to recall or spawn": 2.0,
      "Remove License Once Crashed": false,
      "Purchase Prices": {
        "scrap": {
          "amount": 750,
          "displayName": "Scrap"
        }
      },
      "Spawn Prices": {},
      "Recall Prices": {},
      "Commands": [
        "mini",
        "minicopter"
      ],
      "Spawn Cooldown (Seconds)": 10.0,
      "Recall Cooldown (Seconds)": 30.0,
      "Cooldown Permissions": {
        "vehiclelicence.vip": {
          "spawnCooldown": 900.0,
          "recallCooldown": 10.0
        }
      },
      "Amount Of Fuel To Spawn": 1,
      "Refund Fuel On Kill": false,
      "Refund Fuel On Crash": false
    },
    "Transport Helicopter Vehicle": {
      "Purchasable": true,
      "Display Name": "Transport Copter",
      "Use Permission": true,
      "Permission": "vehiclelicence.transportcopter",
      "Distance To Spawn": 10.0,
      "Time Before Vehicle Wipe (Seconds)": 0.0,
      "Maximum Health": 0.0,
      "Can Recall Maximum Distance": 0.0,
      "Can Kill Maximum Distance": 0.0,
      "Minimum distance from player to recall or spawn": 4.0,
      "Remove License Once Crashed": false,
      "Purchase Prices": {
        "scrap": {
          "amount": 3000,
          "displayName": "Scrap"
        }
      },
      "Spawn Prices": {},
      "Recall Prices": {},
      "Commands": [
        "tcop",
        "transportcopter"
      ],
      "Spawn Cooldown (Seconds)": 20.0,
      "Recall Cooldown (Seconds)": 30.0,
      "Cooldown Permissions": {
        "vehiclelicence.vip": {
          "spawnCooldown": 1200.0,
          "recallCooldown": 10.0
        }
      },
      "Amount Of Fuel To Spawn": 1,
      "Refund Fuel On Kill": false,
      "Refund Fuel On Crash": true
    }
  },
  "Modular Vehicle Settings": {
    "SmallCar": {
      "Purchasable": true,
      "Display Name": "Small Modular Car",
      "Use Permission": true,
      "Permission": "vehiclelicence.smallmodularcar",
      "Distance To Spawn": 5.0,
      "Time Before Vehicle Wipe (Seconds)": 0.0,
      "Maximum Health": 0.0,
      "Can Recall Maximum Distance": 0.0,
      "Can Kill Maximum Distance": 0.0,
      "Minimum distance from player to recall or spawn": 3.0,
      "Remove License Once Crashed": false,
      "Purchase Prices": {
        "scrap": {
          "amount": 200,
          "displayName": "Scrap"
        }
      },
      "Spawn Prices": {
        "metal.refined": {
          "amount": 10,
          "displayName": "High Quality Metal"
        }
      },
      "Recall Prices": {
        "scrap": {
          "amount": 5,
          "displayName": "Scrap"
        }
      },
      "Commands": [
        "small",
        "smallcar"
      ],
      "Spawn Cooldown (Seconds)": 70.0,
      "Recall Cooldown (Seconds)": 30.0,
      "Cooldown Permissions": {
        "vehiclelicence.vip": {
          "spawnCooldown": 3600.0,
          "recallCooldown": 10.0
        }
      },
      "Amount Of Fuel To Spawn": 1,
      "Refund Fuel On Kill": false,
      "Refund Fuel On Crash": true,
      "Refund Inventory On Kill": false,
      "Refund Inventory On Crash": false,
      "Refund Engine Items On Kill": false,
      "Refund Engine Items On Crash": false,
      "Refund Module Items On Kill": false,
      "Refund Module Items On Crash": false,
      "Drop Inventory Items When Vehicle Recall": false,
      "Chassis Type (Small, Medium, Large)": "Small",
      "Vehicle Module Items": [
        {
          "shortName": "vehicle.1mod.cockpit.with.engine",
          "healthPercentage": 50.0
        },
        {
          "shortName": "vehicle.1mod.storage",
          "healthPercentage": 50.0
        }
      ],
      "Vehicle Engine Items": [
        {
          "shortName": "carburetor1",
          "conditionPercentage": 20.0
        },
        {
          "shortName": "crankshaft1",
          "conditionPercentage": 20.0
        },
        {
          "shortName": "piston1",
          "conditionPercentage": 20.0
        },
        {
          "shortName": "sparkplug1",
          "conditionPercentage": 20.0
        },
        {
          "shortName": "valve1",
          "conditionPercentage": 20.0
        }
      ]
    },
    "MediumCar": {
      "Purchasable": true,
      "Display Name": "Medium Modular Car",
      "Use Permission": true,
      "Permission": "vehiclelicence.mediumodularcar",
      "Distance To Spawn": 5.0,
      "Time Before Vehicle Wipe (Seconds)": 0.0,
      "Maximum Health": 0.0,
      "Can Recall Maximum Distance": 0.0,
      "Can Kill Maximum Distance": 0.0,
      "Minimum distance from player to recall or spawn": 3.0,
      "Remove License Once Crashed": false,
      "Purchase Prices": {
        "scrap": {
          "amount": 250,
          "displayName": "Scrap"
        }
      },
      "Spawn Prices": {
        "metal.refined": {
          "amount": 50,
          "displayName": "High Quality Metal"
        }
      },
      "Recall Prices": {
        "scrap": {
          "amount": 8,
          "displayName": "Scrap"
        }
      },
      "Commands": [
        "medium",
        "mediumcar"
      ],
      "Spawn Cooldown (Seconds)": 30.0,
      "Recall Cooldown (Seconds)": 30.0,
      "Cooldown Permissions": {
        "vehiclelicence.vip": {
          "spawnCooldown": 4500.0,
          "recallCooldown": 10.0
        }
      },
      "Amount Of Fuel To Spawn": 1,
      "Refund Fuel On Kill": false,
      "Refund Fuel On Crash": false,
      "Refund Inventory On Kill": false,
      "Refund Inventory On Crash": false,
      "Refund Engine Items On Kill": false,
      "Refund Engine Items On Crash": false,
      "Refund Module Items On Kill": false,
      "Refund Module Items On Crash": false,
      "Drop Inventory Items When Vehicle Recall": false,
      "Chassis Type (Small, Medium, Large)": "Medium",
      "Vehicle Module Items": [
        {
          "shortName": "vehicle.1mod.cockpit.with.engine",
          "healthPercentage": 50.0
        },
        {
          "shortName": "vehicle.1mod.rear.seats",
          "healthPercentage": 50.0
        },
        {
          "shortName": "vehicle.1mod.flatbed",
          "healthPercentage": 50.0
        }
      ],
      "Vehicle Engine Items": [
        {
          "shortName": "carburetor2",
          "conditionPercentage": 20.0
        },
        {
          "shortName": "crankshaft2",
          "conditionPercentage": 20.0
        },
        {
          "shortName": "piston2",
          "conditionPercentage": 20.0
        },
        {
          "shortName": "sparkplug2",
          "conditionPercentage": 20.0
        },
        {
          "shortName": "valve2",
          "conditionPercentage": 20.0
        }
      ]
    },
    "LargeCar": {
      "Purchasable": true,
      "Display Name": "Large Modular Car",
      "Use Permission": true,
      "Permission": "vehiclelicence.largemodularcar",
      "Distance To Spawn": 6.0,
      "Time Before Vehicle Wipe (Seconds)": 0.0,
      "Maximum Health": 0.0,
      "Can Recall Maximum Distance": 0.0,
      "Can Kill Maximum Distance": 0.0,
      "Minimum distance from player to recall or spawn": 3.0,
      "Remove License Once Crashed": false,
      "Purchase Prices": {
        "scrap": {
          "amount": 300,
          "displayName": "Scrap"
        }
      },
      "Spawn Prices": {
        "metal.refined": {
          "amount": 100,
          "displayName": "High Quality Metal"
        }
      },
      "Recall Prices": {
        "scrap": {
          "amount": 10,
          "displayName": "Scrap"
        }
      },
      "Commands": [
        "large",
        "largecar"
      ],
      "Spawn Cooldown (Seconds)": 100.0,
      "Recall Cooldown (Seconds)": 30.0,
      "Cooldown Permissions": {
        "vehiclelicence.vip": {
          "spawnCooldown": 50.0,
          "recallCooldown": 10.0
        }
      },
      "Amount Of Fuel To Spawn": 1,
      "Refund Fuel On Kill": false,
      "Refund Fuel On Crash": false,
      "Refund Inventory On Kill": false,
      "Refund Inventory On Crash": false,
      "Refund Engine Items On Kill": false,
      "Refund Engine Items On Crash": false,
      "Refund Module Items On Kill": false,
      "Refund Module Items On Crash": false,
      "Drop Inventory Items When Vehicle Recall": false,
      "Chassis Type (Small, Medium, Large)": "Large",
      "Vehicle Module Items": [
        {
          "shortName": "vehicle.1mod.engine",
          "healthPercentage": 50.0
        },
        {
          "shortName": "vehicle.1mod.cockpit.armored",
          "healthPercentage": 50.0
        },
        {
          "shortName": "vehicle.1mod.passengers.armored",
          "healthPercentage": 50.0
        },
        {
          "shortName": "vehicle.1mod.storage",
          "healthPercentage": 50.0
        }
      ],
      "Vehicle Engine Items": [
        {
          "shortName": "carburetor3",
          "conditionPercentage": 10.0
        },
        {
          "shortName": "crankshaft3",
          "conditionPercentage": 10.0
        },
        {
          "shortName": "piston3",
          "conditionPercentage": 10.0
        },
        {
          "shortName": "piston3",
          "conditionPercentage": 10.0
        },
        {
          "shortName": "sparkplug3",
          "conditionPercentage": 10.0
        },
        {
          "shortName": "sparkplug3",
          "conditionPercentage": 10.0
        },
        {
          "shortName": "valve3",
          "conditionPercentage": 10.0
        },
        {
          "shortName": "valve3",
          "conditionPercentage": 10.0
        }
      ]
    }
  },
  "Version": {
    "Major": 1,
    "Minor": 7,
    "Patch": 9
  }
}​

You need to buy a license before you can automatically claim the mini helicopter

L0PKVSPkA4mkOHJ.jpg Arainrr

You need to buy a license before you can automatically claim the mini helicopter

Ah okay, thank you!

Please may I make a suggestion then?

Would it be possible to have an option for vendor purchases to unlock the vehicle for the player? If a player doesn't know about /license and they go to the vendor, they'd not get the unlock even if the minicopter cost is set to the same.

About a week ago I was able to buy a vehicle from bandit camp and it would automatically add the ID of the mini copter to my license list. All I had to do was purchase a mini and then I could kill, spawn, recall as much as I wanted per the config.
Recently when purchasing a vehicle and attempting to recall it, it says that I have not purchased the vehicle yet.
Why does it suddenly not claim the vehicle upon purchase? 

"Automatically claim vehicles purchased from vehicle vendors": true

Maybe your data file has been cleared...