Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
1.20.6
1.20ā1.20.4
Platforms
Links
Tags
Creators
Details
DeathMessages
DeathMessages ā a lightweight plugin that enhances player death messages.
It shows custom death texts, death location coordinates, and adds a [⨠BACK] button for players with the deathmessages.dback permission.
š§© Version Compatibility
| Plugin version | Supported Paper | Java |
|---|---|---|
1.4.0 |
1.20 ā 26.2 |
25 |
1.3.1 |
1.20 ā 1.21.11 |
21 |
Features
- Custom death messages (players, mobs, fall damage, fire, etc.)
- Displays death coordinates to the player
[⨠Back]button for players with thedeathmessages.dbackpermission- Config reload via
/deathmessages reload - Falls back to the default Minecraft message if no custom message is found
Configuration
settings:
# Show death coordinates to player
show-death-coordinates: true
# Show return to death location button
show-back-button: true
```yaml
settings:
# Show death coordinates to the player
show-death-coordinates: true
# Show the back-to-deathpoint button
show-back-button: true
messages:
prefix: "<gray>[š]</gray>"
reload:
no-permission: "<red>You don't have permission to use this command!"
success: "<green>DeathMessages config reloaded!"
usage: "<yellow>Usage: /deathmessages reload"
deathback:
invalid: "<red>Death point not found!"
success: "<green>You have been teleported to your death point!"
personal-message: "<red>Death coordinates: <yellow>X: {x} Y: {y} Z: {z}"
back-button: "<green><bold>[⨠BACK]</bold></green>"
back-hover: "<yellow>Click to return to your death point"
# Player death messages
death-messages:
prefix: "<gray>"
# Death by another player
# Available placeholders: {player}, {killer}, {killer_health}
player:
- "āļø {player} was slain by {killer} [<red>ā¤</red>{killer_health}]"
- "šÆ {player} fell to {killer} [<red>ā¤</red>{killer_health}]"
- "ā” {player} was killed by {killer} [<red>ā¤</red>{killer_health}]"
- "š„ {player} lost a duel against {killer} [<red>ā¤</red>{killer_health}]"
# OVERWORLD - Neutral & Passive
wolf:
- "ā {player} was torn apart by a wolf"
- "⣠{player} became prey to a wolf"
# ... other death types ...
Supported placeholders in messages:
{player}ā name of the deceased player{killer}ā name of the killer (player){killer_health}ā remaining health of the killer (player)
If no message is found for a death type, the plugin will use Minecraft's default death message.
In-Game Example
Public message (broadcast):
š„ Player was blown up by a Creeper
Private message to the player:
š Death coordinates: X: 124 Y: 68 Z: -32
Private message to the player with deathmessages.dback permission:
š Death coordinates: X: 124 Y: 68 Z: -32
[⨠BACK]
Clicking the button teleports the player back to their death location.
Commands & Permissions
-
/deathmessages reloadā reloads the config
(permission:deathmessages.reload) -
deathmessages.dbackpermission ā displays the[⨠Back]button after death
Installation
- Download the latest release
- Place it in the
/pluginsfolder - Restart the server
- Configure
config.ymlif needed - Use
/deathmessages reloadto apply changes without restart


