Just downloaded this but for the life of me I can't get it to work. Here is my config, am I doing something wrong?

 

{
  "Display Options": [
    {
      "Webhook url": "https://discord.com/api/webhooks/1093856677121499206/sHccjD6UHiorfY6DQ1EN-rJ5lSxnc3Mpk60Bn8fDdG7Qw2NCryszA3P4GtymsExhBrjB",
      "Killer Type": "Player",
      "Victim Type": "*"
    },
    {
      "Webhook url": "https://discord.com/api/webhooks/1093856677121499206/sHccjD6UHiorfY6DQ1EN-rJ5lSxnc3Mpk60Bn8fDdG7Qw2NCryszA3P4GtymsExhBrjB",
      "Killer Type": "Animal",
      "Victim Type": "Player"
    }
  ],
  "Death Message": {
    "Content": "",
    "Embed": {
      "Enabled": true,
      "Title": "{server.name}",
      "Description": ":crossed_swords: {discorddeath.message} :crossed_swords:",
      "Url": "",
      "Embed Color": "#ff6961",
      "Image Url": "",
      "Thumbnail Url": "",
      "Fields": [
        {
          "Title": "Victim Type",
          "Value": "{discorddeath.victim.type}",
          "Inline": true
        },
        {
          "Title": "Victim",
          "Value": "{discorddeath.victim.name}({discorddeath.victim.id})",
          "Inline": true
        },
        {
          "Title": "Body Part",
          "Value": "{discorddeath.victim.bodypart}",
          "Inline": true
        },
        {
          "Title": "Attacker Type",
          "Value": "{discorddeath.killer.type}",
          "Inline": true
        },
        {
          "Title": "Attacker",
          "Value": "{discorddeath.killer.name} ({discorddeath.killer.id})",
          "Inline": true
        },
        {
          "Title": "Attacker Health",
          "Value": "{discorddeath.killer.health:0.00} HP",
          "Inline": true
        },
        {
          "Title": "Weapon",
          "Value": "{discorddeath.killer.weapon} ({discorddeath.killer.attachments})",
          "Inline": true
        },
        {
          "Title": "Distance",
          "Value": "{discorddeath.killer.distance:0.00} Meters",
          "Inline": true
        },
        {
          "Title": "Entity Owner",
          "Value": "{discorddeath.killer.owner}",
          "Inline": true
        }
      ],
      "Footer": {
        "Icon Url": "",
        "Text": "",
        "Enabled": true
      }
    }
  },
  "Debug Level (None, Error, Warning, Info)": "Warning"
}