DeathNotes not logging to DiscordSolved

"Enable Logging: Deaths": true,
##
"Output Type: Deaths (Simple/Embed/DeathNotes)": "DeathNotes",
##
{
"Discord Channel ID #": "xxxx",
"Channel Flags": [
"death_pvp",
"death_npc",
"death_vehicle"
],
"Custom: Words/Phrases to Log": [
"keyword1",
"keyword2"
]
},
##
Deaths are not logging. Plugin issue?

mine has been like this for months as well

Same issue here, haven't found any resolution yet.

You're missing "plugin_deathnotes_pvp" & "plugin_deathnotes_npc" & "plugin_deathnotes_vehicle" flags

Also in the "Discord Output Formatting", Deaths should be set to "DeathNotes"

Having the same problem since the last Rust update. Deathnotes is working but rustcord did not work.

Also if i change the folowing:
"Output Type: Deaths (Simple/Embed/DeathNotes)": "Simple",

no death notes in discord.

5pZVkn0RTD5EBoZ.jpg beee

You're missing "plugin_deathnotes_pvp" & "plugin_deathnotes_npc" & "plugin_deathnotes_vehicle" flags

Also in the "Discord Output Formatting", Deaths should be set to "DeathNotes"

This was it! Thank youuu.. the documentation for Rustcord had different parameters listed, but yours worked.

That makes sense - the flags changed. The documentation (and in former versions) the flags were death_ and now they're plugin_deathnotes_. Good to know!

bad3j0F3xsYSbiL.jpg beee

You're missing "plugin_deathnotes_pvp" & "plugin_deathnotes_npc" & "plugin_deathnotes_vehicle" flags

Also in the "Discord Output Formatting", Deaths should be set to "DeathNotes"

Thank you

Hi,
thanks  i found it.

Did the following and it didnt work... changed  "Discord Output Formatting", Deaths should be set to "DeathNotes"
"Output Type: DeathNotes (Simple/Embed/DeathNotes)": "Simple",

but when the cs is reloaded it rewrites it back to Deaths
"Output Type: Deaths (Simple/Embed/DeathNotes)": "Simple", 

"Output Type: Deaths (Simple/Embed/DeathNotes)": "DeathNotes"

{
"Display Options": [
{
"Webhook url": "YOURWEBHOK",
"Killer Type": "Player",
"Victim Type": "*"
}
],

Make sure DiscordDeaths has this above. This way, whatever you config for player deaths in DeathNotes, they'll get sent right over. Make sure to submit your own discord webhook though. For animals, copy and paste above code, but for killer type, change to "Animal"

Locked automatically