Generate
Who died, and who to blame — the second one is optional
Click any line to copy it.
Solo deaths and PvP deaths
Why naming an opponent changes the pool
102 of the templates need nobody but you — gravity, lava, drowning, a creeper, the void. Those are the only ones drawn when the opponent field is empty, so a message can never end in a blank name.
The other 42 name a killer, and about half of those also name a weapon or a thrown item, picked at random from the tools and junk players actually swing at each other. That is the same structure vanilla uses: a base sentence, plus an optional clause for whatever was held at the time.
How vanilla builds a death message
The rules behind the sentence the game prints
Each damage source carries a translation key, and the key decides the wording. Fall damage alone gives “fell from a high place”, but fall damage after another player knocked you off gives “was doomed to fall by Alex” — the game keeps the attacker attached to the death for a few seconds, so indirect kills still get credited.
A named weapon adds a clause: “was slain by Alex using [Sharpness Sword]”, with the item's custom name in brackets. Renaming a sword in an anvil is the whole trick behind the joke death messages you see on PvP servers.
Death messages are broadcast to everyone when the showDeathMessages game rule is true, which it is by default. Turning it off leaves the death screen showing the
message only to the player who died.
More Minecraft tools
Put the message on the screen, or go find another way to die
Frequently asked questions
Vanilla wording, blame rules and what to do with the output
Are these the real vanilla death messages? +
Some are, most are not. The list started as the vanilla set — “fell from a high place”, “tried to swim in lava”, “was slain by”, “withered away” — and grew from there with the joke lines the Crafty Discord bot has been handing out for years. If you need the exact vanilla wording for a datapack, take it from the game's own language file; if you want something to put in chat, take it from here.
How does Minecraft decide which death message to show? +
Every damage source maps to a translation key, and the key picks the sentence. The killer's name is filled in when there is one, and a second clause is appended when a weapon was named — “was slain by Alex using [Netherite Sword]”. Indirect deaths keep the blame: run off a cliff while being chased and the game still says “was doomed to fall by Alex”.
What happens if I leave the opponent blank? +
The generator only draws from the deaths the world can hand out on its own — falling, drowning, lava, mobs, the void. Adding a name unlocks the PvP half of the list, where someone specific is to blame.
Can I put one of these on the actual death screen? +
Yes — copy a line and paste it into the death screen generator, which draws it on the red “You Died!” screen and exports the image at 1280×720.