Funny Death Messages
FunnyDeathMessages is a lightweight Minecraft plugin that replaces boring vanilla death messages with funny, colorful, and fully customizable messages.
Funny Death Messages
🌟 Overview
Bored of the same boring vanilla Minecraft death messages like: > "Player123 was slain by Zombie"
FunnyDeathMessages replaces all those boring messages with funny, colorful, and fully customizable messages that make every death more fun! - PVP → killed by another player - Mob → killed by a hostile mob - Environment → killed by lava, falling, drowning, fire, suffocation, etc.
Each message can use placeholders for dynamic text: - {player} → the player who died - {killer} → the killer (player name or mob type)
💡 Features
- Fully category-based death messages: PVP / Mob / Environment - Smart placeholder support: {player} and {killer} - Color codes supported using & (e.g., &c for red, &6 for gold) - Commands with tab completion for easy management - Messages are saved in config.yml and can be added/removed without restarting - Lightweight & standalone — no dependencies
🛠 Commands
All commands require permission funnydeathmessage.manage
/fdm add <category> <message>
``` /fdm add pvp &c{player} &7got clapped by &e{killer} /fdm add mob &c{player} &7was eaten alive by &d{killer} /fdm add environment &6{player} &7fell off their high horse… literally ``` - category must be one of: pvp, mob, environment
/fdm remove <category> <message>
``` /fdm remove pvp &c{player} &7got clapped by &e{killer} ``` - Tab completion works: start typing a message after the category and press TAB to auto-complete from existing messages