About Death Messages
Death Messages is a very simple plugin that provides a customisable message on player death, as well as notifying the player's team of their death and who they were killed by.
Messages can be changed via a configuration file & currently deaths caused by player, NPC and suicide are supported with support for other causes coming in the near future.
Config:
{ "PlayerCausedMessages": [ "{player}, you were killed by {killer}. Better luck next time!", "{player}, you were outsmarted by {killer}. Time for revenge!" ], "NPCCausedMessages": [ "{player}, you were taken down by an NPC. Watch out next time!", "{player}, the NPCs got the better of you. You died." ], "SuicideMessages": [ "{player}, you died by your own hand. Ouch!", "{player}, it seems you made a mistake. You died.", "{player}, you met an unknown fate. You died.", "{player}, your death is shrouded in mystery." ] }