Public heli damage empty

we have one plug in that lets people call a "personal heli", It locks and broadcasts the kill to the chat . started showing negative damage. With the server patrol,it used to lock and broadcast damage. It has stopped broadcasting the attackers and just says heli: . I also noticed it was destroying parts of the helicopter on the console. any idea what is happening?
fn1Yhc2HCl5VAgF.jpg
PLIfuGa3tfFCaKA.jpg

no idea without seeing the other plugin. just disable it in loot defender

i unloaded my other plugin to try to troubleshoot. Players shot at heli and report still was empty.  Did another test and players were able to loot the boxes who arent on the team, as well.

as I stated I have no idea without seeing this other plugin

https://umod.org/plugins/personal-heli, this is the plug in, but i did test it the 2nd time, and it was not loaded and we still ran into problems with loot defender.

post your config. i killed over 200 helis during testing and every single one of them locked fine

{
  "Bradley Settings": {
    "Messages": {
      "Broadcast Kill Notification To Chat": true,
      "Broadcast Kill Notification To Killer": false,
      "Broadcast Locked Notification To Chat": false
    },
    "Damage Lock Threshold": 0.2,
    "Harvest Too Hot Until (0 = Never)": 480.0,
    "Lock For X Seconds (0 = Forever)": 600,
    "Remove Fire From Crates": false,
    "Lock Bradley At Launch Site": true,
    "Lock Bradley From Personal Apc Plugin": true,
    "Lock Bradley From Everywhere Else": true,
    "Block Looting Only": false
  },
  "Helicopter Settings": {
    "Messages": {
      "Broadcast Kill Notification To Chat": true,
      "Broadcast Kill Notification To Killer": false,
      "Broadcast Locked Notification To Chat": false
    },
    "Damage Lock Threshold": 0.2,
    "Harvest Too Hot Until (0 = Never)": 480.0,
    "Lock For X Seconds (0 = Forever)": 60,
    "Remove Fire From Crates": false,
    "Lock Heli From Personal Heli Plugin": true,
    "Block Looting Only": false
  },
  "Hackable Crate Settings": {
    "Permissions": [
      {
        "Permission": "lootdefender.hackedcrates.regular",
        "Hack Time": 600.0
      },
      {
        "Permission": "lootdefender.hackedcrates.elite",
        "Hack Time": 500.0
      },
      {
        "Permission": "lootdefender.hackedcrates.legend",
        "Hack Time": 300.0
      },
      {
        "Permission": "lootdefender.hackedcrates.vip",
        "Hack Time": 120.0
      }
    ],
    "Enabled": false,
    "Lock For X Seconds (0 = Forever)": 900,
    "Block Timer Increase On Damage To Laptop": true
  },
  "Npc Settings": {
    "Messages": {
      "Broadcast Kill Notification To Chat": false,
      "Broadcast Kill Notification To Killer": false
    },
    "Enabled": false,
    "Damage Lock Threshold": 0.2,
    "Lock For X Seconds (0 = Forever)": 0,
    "Minimum Starting Health Requirement": 0.0,
    "Block Looting Only": true
  },
  "Supply Drop Settings": {
    "Lock Supply Drops To Players": true,
    "Lock To Player For X Seconds (0 = Forever)": 0.0,
    "Supply Drop Drag": 0.6,
    "Show Thrown Notification In Chat": true,
    "Show Notification In Server Console": false,
    "Cargo Plane Speed (Meters Per Second)": 40.0,
    "Bypass Spawning Cargo Plane": false
  },
  "Damage Report Settings": {
    "Use Teams": false,
    "Hex Color - Single Player": "#6d88ff",
    "Hex Color - Team": "#ff804f",
    "Hex Color - Ok": "#88ff6d",
    "Hex Color - Not Ok": "#ff5716"
  },
  "Player Lockouts (0 = ignore)": {
    "Time Between Bradley In Minutes": 0.0,
    "Lockout Entire Team": false,
    "Lockout Entire Clan": false,
    "Exclude Members Offline For More Than X Minutes": 15.0
  },
  "Lockout UI": {
    "Bradley": {
      "Enabled": true,
      "Bradley Anchor Min": "0.946 0.325",
      "Bradley Anchor Max": "0.986 0.360",
      "Bradley Background Color": "#A52A2A",
      "Bradley Text Color": "#FFFF00",
      "Panel Alpha": 1.0,
      "Font Size": 18
    }
  },
  "Discord Messages": {
    "Message - Webhook URL": "https://support.discordapp.com/hc/en-us/articles/228383668-Intro-to-Webhooks",
    "Message - Embed Color (DECIMAL)": 3329330,
    "Embed_MessageTitle": "Lockouts",
    "Embed_MessagePlayer": "Player",
    "Embed_MessageMessage": "Message",
    "Embed_MessageServer": "Connect via Steam:",
    "Add BattleMetrics Link": true
  },
  "Chat ID": 0
}
"Use Teams": false,

this shouldn't be false. anyone on a team/friend/clan should share the kill. it shouldn't be optional imo so i will be removing this option

Ok thanks, I'll set that to true.  I appreciate the help, nivex!