The bug
Death messages, such as:
<player> fell off a ladder
<player> fell off some vines
<player> fell out of the water
don't show instead it is just <player> fell from a high place
How to reproduce
Make a very tall tower on which one side has a ladder and the other side has vines
Climb to the top of either side, and fall off, killing yourself
Death message
<player> fell from a high place
displays
See also this reddit post: http://www.reddit.com/r/Minecraft/comments/2wpmer/help_me_die/
Code analysis
Code analysis by @unknown can be found in this comment
Linked issues
testing discovered 1
Attachments
Comments 27
I don't recall confirming this is a bug. The "finished off" text is only for when you fell previously, "x fell from a high place and was finished off by y" and not just plain old "x was finished off by y", so that part is working as intended. As for /kill on vines/ladders, that's just a special case of how /kill works. Won't fix for this snapshot, we'll see for next.
This video was uploaded on the 1st of February 2013 and recorded shortly before, on a server that was either on the latest version or even a pretty recent snapshot at that point: https://www.youtube.com/watch?v=YbuWmY0p6a4
It shows multiple death messages listed here, including "was knocked off a high place by <player>". So apparently the version that broke it came out in late 2012 or early 2013.
According to an unofficial, fan-made Mindcrack wiki, the server always used the latest snapshot since the end of 2012, so this video should have been recorded in 13w10b: https://youtu.be/L8HHrijSwRg?t=508
It shows one of these very descriptive death messages, even though an earlier version is listed here.
I just tested it in 1.6.2 and got "was doomed to fall by zombie". In 1.14.2-pre3 I get "fell from a high place". In 1.4.7 it's also "fell from a high place". I didn't try old snapshots, because they aren't in the launcher, so it's complicated to get them. Something is very strange about the versions marked in this report.
This ticket only covers fall damage caused by falling off blocks, it does not cover being hit by mobs (or players) and then dying of fall damage. There's probably another ticket about those cases.
This video was uploaded on 2019-08-19, so it was recorded about 70 days after the release of 1.6.2 and before the next snapshot (13w36a), so Etho was very likely playing in 1.6.2: https://youtu.be/Etf9CJxvKeM?t=1296
He got the death message "<player> fell off a ladder", even though that is in the version list of this report. @unknown, do you still remember how you tested it back then? It was apparently wrong.
@unknown In this video (https://www.youtube.com/watch?v=YbuWmY0p6a4) which you commented above, Etho played in 13w04a. In 13w02a-13w04a, falling death messages worked in an interesting way:
There were two types of messages, " [player] 'first' " and " [player] 'first' and 'last' ".
<first> could be:
fell [off a ladder/off some vines/out of the water/fell from a high place]
was [shot/pummeled/blown/fireballed/knocked] [off a ladder/off some vines/out of the water/from a high place]
was [shot/pummeled/blown/fireballed/knocked] [off a ladder/off some vines/out of the water/from a high place] by [player/mob]
<last> could be:
into a pool of lava
fell out of the world
into a patch of fire
into a patch of cacti
got finished off by [player/mob]
got finished off by [player/mob] using [item]
got finished off using [item]
I've done the math. There were 352 different death messages.
(Well, technically there were 416 because the verb "blown" existed twice in en_US.lang.)
Dinnerbone has confirmed that this is a bug. Note to Mods: Don't erase this until fixed.