have input the discord url , it works fine with another addon so i know thats ok
but the death messages dont send to discord
have input the discord url , it works fine with another addon so i know thats ok
but the death messages dont send to discord
{ "Webhook url": "https://discord.com/api/webhooks/840259635251249193/eHoN5iHCJHAkmEczvz_APMkrWAuYCjpF_tl9Vmo21T5xT4slhu9nMUGmxySpFghmGpOV", "Display Options (Victim -> Attackers)": { "Player": [ "*" ], "*": [ "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.0} HP", "Inline": true }, { "Title": "Weapon", "Value": "{discorddeath.killer.weapon} ({discorddeath.killer.attachments})", "Inline": true }, { "Title": "Distance", "Value": "{discorddeath.killer.distance:0.0} Meters", "Inline": true }, { "Title": "Entity Owner", "Value": "{discorddeath.killer.owner}", "Inline": true } ], "Footer": { "Icon Url": "", "Text": "", "Enabled": true } } }, "Debug Level (None, Error, Warning, Info)": "Error" }
Do you have all the plugin dependencies installed? Are there any messages in the console?
all dependencies are installed and no console messages
At the bottom of the config, you can set the debug level to info. Reload the plugin and see if you get any messages in console.
"Debug Level (None, Error, Warning, Info)": "Info"