After update DeathNotes doesn't show up in discordNot An Issue
Worked fine before the update, here is my config "Apikey": "xxx", "Channels": [ { "Channelid": "xxx", "perms": [ "cmd_allow", "cmd_players", "cmd_kick", "cmd_com", "p_connect", "p_aconnect", "p_disconnect", "p_death", "p_chat", "p_report", "p_bug", "msg_plugininit", "msg_serverinit" ] } ], "Commandprefix": "!", "Commandroles": { "command": [ "rolename1", "rolename2" ] }, "FilteredWord": "", "FilterWords": [ "badword1", "badword2" ] }
And death note config, the important part 
Chat Format": "<color=#838383>[<color=#80D000>DeathNotes</color>] {message}</color>",
  "Chat Icon (SteamID)": "76561198077847390",
  "Show Kills in Console": false,
  "Show Kills in Chat": false,
  "Message Broadcast Radius (in meters)": -1,
  "Use Metric Distance": true,
  "Require Permission (deathnotes.cansee)": true
}​


Merged post

I might have just missed out on a simple little thing, i get no errors or nothing 

Merged post

And the config from lang Rustcord 
{
  "Discord_PlayersResponse": ":mag_right: Connected Players [{count}/{maxplayers}]: {playerslist}",
  "RUST_OnInitMsg": ":vertical_traffic_light: Server is back online! Players may now re-join. :vertical_traffic_light:",
  "RUST_OnPlayerInit": ":white_check_mark: {playername} has connected!",
  "RUST_OnPlayerInitAdmin": ":clipboard: {playername} has connected! (IP: {playerip}    SteamID: {playersteamid})",
  "RUST_OnPlayerDisconnect": ":x: {playername} has disconnected! ({reason})",
  "RUST_OnPlayerReport": ":warning: {playername}: {message}",
  "RUST_OnPlayerBug": ":beetle: {playername}: {message}"
}​

He updated the config options for deaths.

Reffer back the the plugin homepage or updates section to see what has changed.

You're still using p_death flag, which no longers exists, read update notes.
Locked automatically