DeathMessagesPlugin

⭐ — (3 endorsements) 📥 850 downloads 📌 v1.4.0 📅 12/17/2025
🟡 Updated this year

By FlyAwayMaking · game-mechanics

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 8/1/2026 📅 Created: 12/17/2025

🔍 Analysis

  • 👍 0.4% endorsement rate
  • 🏆 #32 of 262 game-mechanics mods in this game by downloads

📋 About This Mod

✅ Custom death messages (players, mobs, fall damage, fire, etc.)
✅ Displays death coordinates to the player
✅ `[✨ Back]` button for players with the `deathmessages.dback` permission
✅ Config reload via `/deathmessages reload`
✅ Falls back to the default Minecraft message if no custom message is found

# DeathMessages DeathMessages — a lightweight plugin that enhances player death messages. It shows custom death texts, death location coordinates, and adds a `` 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 - `` button for players with the `deathmessages.dback` permission - Config reload via `/deathmessages reload` - Falls back to the default Minecraft message if no custom message is found ## Configuration ```yaml 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></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} " - "🎯 {player} fell to {killer} " - "⚡ {player} was killed by {killer} " - "💥 {player} lost a duel against {killer} " # 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 ``` > Clicking the button teleports the player back to their death location. ## Commands & Permissions - `/deathmessages reload` — reloads the config (permission: `deathmessages.reload`) - `deathmessages.dback` permission — displays the `` button after death ## Installation 1. Download the **latest release** 2. Place it in the `/plugins` folder 3. Restart the server 4. Configure `config.yml` if needed 5. Use `/deathmessages reload` to apply changes without restart

# 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 the `deathmessages.dback` permission
  • Config reload via `/deathmessages reload`
  • Falls back to the default Minecraft message if no custom message is found

## Configuration

```yaml 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: "[💀]" reload: no-permission: "You don't have permission to use this command!" success: "DeathMessages config reloaded!" usage: "Usage: /deathmessages reload" deathback: invalid: "Death point not found!" success: "You have been teleported to your death point!" personal-message: "Death coordinates: X: {x} Y: {y} Z: {z}" back-button: "[✨ BACK]" back-hover: "Click to return to your death point"

# Player death messages death-messages: prefix: "" # Death by another player # Available placeholders: {player}, {killer}, {killer_health} player: - "⚔️ {player} was slain by {killer} [❤{killer_health}]" - "🎯 {player} fell to {killer} [❤{killer_health}]" - "⚡ {player} was killed by {killer} [❤{killer_health}]" - "💥 {player} lost a duel against {killer} [❤{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.dback` permission — displays the `[✨ Back]` button after death

## Installation

1. Download the latest release 2. Place it in the `/plugins` folder 3. Restart the server 4. Configure `config.yml` if needed 5. Use `/deathmessages reload` to apply changes without restart

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
FlyAwayMaking
Version
1.4.0
Downloads
850
Endorsements
3
Category
game-mechanics
Created
12/17/2025
Updated
8/1/2026
Game Versions
1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4
Tags
game-mechanics, utility

🔧 How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Plugins →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Plugins versions does DeathMessagesPlugin support?

The author lists 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.6. Other versions may work but are untested by the author.

What is the latest version of DeathMessagesPlugin?

Version 1.4.0, published 2026-08-01 with 850 downloads recorded at the source.

Keep browsing — more Minecraft Plugins mods await

📋 All Minecraft Plugins Mods 🏆 Top 25 📂 More game-mechanics 👤 More by FlyAwayMaking 🔎 Similar Mods 🌐 Best game-mechanics (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods