-
Notifications
You must be signed in to change notification settings - Fork 1
EN 5 1 Back
中文版本 | English version
The back module can return a player either to their most recent death location or to the location recorded before the most recent TeleportCommands teleport.
Useful when a player needs to recover drops quickly, continue combat, or just confirm where death happened.
/back
/back <disableSafetyCheck>
/back death
/back death <disableSafetyCheck>
/back tp
/back tp <disableSafetyCheck>Mainly affected by back.enabled, back.deleteAfterTeleport, teleporting.delay, and teleporting.cooldown.
Without a subcommand, /back behaves like /back death. /back tp uses the location recorded before the latest TeleportCommands-driven teleport, which is useful after home, warp, worldspawn, or rtp.
The latest death location and previous-teleport location are both runtime-only records stored in memory, so they are cleared after server restart. deleteAfterTeleport only affects the death-location record; it does not apply in the same way to /back tp.
By default, the system first tries to find a safer nearby landing point. If no safe point is found, player can decide whether to force teleport. This command is also affected by global delay and cooldown.
The most common oversight is that these records are not persisted across restart. After restart, records are gone even if the player died earlier or just teleported. Also, if there is no death record but a previous teleport location still exists, the mod will usually prompt the player toward trying /back tp.