Adds a /lastdeath command to teleport to the coordinates of the player's last death as well as /lastdeath info to see where and how you last died. Does not store the location/cause of deaths by falling out of the world, because there are no items left to collect after dying that way (without e.g. a grave mod) and teleporting back into the void will almost always mean dying again within seconds. Players' death info is stored in their NBT data.
Also includes a minor typo fix where a getZ() method was instead called geyZ()
Adds a
/lastdeath
command to teleport to the coordinates of the player's last death as well as/lastdeath info
to see where and how you last died. Does not store the location/cause of deaths by falling out of the world, because there are no items left to collect after dying that way (without e.g. a grave mod) and teleporting back into the void will almost always mean dying again within seconds. Players' death info is stored in their NBT data.Also includes a minor typo fix where a
getZ()
method was instead calledgeyZ()