-
Notifications
You must be signed in to change notification settings - Fork 1
EN 5 1 Back
/back teleports a player to their most recent death location. It is suitable for quickly returning after death.
Useful when a player needs to recover drops quickly, continue combat, or just confirm where death happened.
/back
/back <disableSafetyCheck>Mainly affected by back.enabled, back.deleteAfterTeleport, teleporting.delay, and teleporting.cooldown.
Only the latest death location is tracked, and the record is in memory. It is cleared after server restart. If deleteAfterTeleport=true, a successful /back also consumes and removes that record.
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 /back records are not persisted across restart. After restart, records are gone even if a player died previously. Also, if the player is already at the same location, running /back again will not trigger another teleport.
Chinese version: 5-1-Back