Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
Custom-Death-Messages
PluginMIT

Custom-Death-Messages

A Plugin thats lets you configure custom death messages random or with a specific death corse

273
Downloads
0
Followers
9 months ago
Updated
📦
1
Versions
adventuresocialutilitypaperpurpur
Download Latestv1.1.0View on Modrinth

📖About Custom-Death-Messages

CustomDeaths

banner

Rule-based, funny death messages for Minecraft. Designed for PaperMC 1.21.x and Java 21. Shows the original vanilla death message on hover while broadcasting your customized one.


⚠️ Irreversible (Messaging Only): This plugin replaces broadcast death messages. It does not change drops, XP, or inventories, but your chat history cannot be “un-broadcast.” Use with care.


✅ Supported Platforms & Requirements

  • Minecraft server: PaperMC 1.21.x (API 1.21).
  • Works on Paper-compatible forks that maintain API parity (e.g., Purpur).
  • Java runtime: Java 21 (server + build).

✨ Features

  • Custom Death Rules: Define messages by conditions:
    • Damage cause, world, biome
    • Y height (above/below)
    • Killer type, name, or whether killer is a player
    • Victim permissions or held item
  • Original on Hover: Vanilla death message remains available as a hover tooltip.
  • Enable/Disable Quickly: Toggle via /customdeaths toggle or set enabled: true|false.
  • Per-Cause & Global Messages: Simple config lists.
  • Presets Included: Ship with defaults; disable via use-presets: false.
  • Hot Reload: /customdeaths reload applies changes without restart.

📦 Commands

  • /customdeaths reload — Reload config.yml.
  • /customdeaths toggle — Flip the master enabled flag on/off.

Permissions

  • customdeaths.admin — default: op

⚙️ Configuration (plugins/CustomDeaths/config.yml)

enabled: true
hover-original: true
override-broadcast: true
use-presets: true

messages:
  - "{player} took a permanent nap without setting an alarm."

per-cause:
  VOID:
    - "{player} fell off the edge of the internet."

# Custom rules (first match wins)
custom-deaths:
  - name: "archer_headshot"
    when:
      killer-type: "SKELETON"
      y-above: 100
    messages:
      - "{player} got a high-altitude headshot from {killer}."

presets:
  messages:
    - "{player} opened the hardcore tutorial."
  per-cause:
    FALL:
      - "{player} mistook the ground for a trampoline."

Supported when keys

  • cause (DamageCause), world, biome
  • y-above, y-below
  • killer-type (EntityType), killer-name, killer-is-player
  • victim-has-permission, victim-holding

Placeholders: {player}, {killer}, {cause}


🧭 How it Works

  1. On PlayerDeathEvent, the plugin checks custom-deaths rules in order.
  2. First match wins; if none, it falls back to per-cause, then messages, then presets.
  3. The chosen line is broadcast, with the vanilla message shown on hover (if enabled).

📥 Installation

  1. Drop the plugin JAR into plugins/ on a Paper 1.21.x server.
  2. Start the server to generate config.yml.
  3. Edit plugins/CustomDeaths/config.yml.
  4. Apply changes with /customdeaths reload (or restart).

🔒 Safety Notes

  • Only the broadcasted death message is replaced; no inventories, XP, or drops are touched.
  • Ensure admins understand that first match wins in custom-deaths.

📄 License

MIT — free to use and contribute.

👥 Team & Contributors

_blackdev_
_blackdev_Owner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
paperpurpur
Minecraft Versions
1.211.21.11.21.21.21.31.21.41.21.51.21.61.21.7+1 more

🔗 Links

Modrinth Page