| Name | last_death_location |
| Object | PlayerTag |
| Input | LocationTag |
| Related Tags | <PlayerTag.last_death_location> Returns the location where the player last died, if any. (...)
|
| Description | Sets the player's last death location, note that this only updates clientside when the player respawns.
Works with offline players. See also PlayerTag.refresh_player. |
| Generated Example | |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/PlayerTag.java#L2593 |