Skip to content

EN 5 1 Back

EasterGhost edited this page Mar 9, 2026 · 5 revisions

Back Module

中文版本 | English version

Function

/back teleports a player to their most recent death location. It is suitable for quickly returning after death.

Typical Usage

Useful when a player needs to recover drops quickly, continue combat, or just confirm where death happened.

Commands

/back
/back <disableSafetyCheck>

Related Config

Mainly affected by back.enabled, back.deleteAfterTeleport, teleporting.delay, and teleporting.cooldown.

Behavior Notes

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.

Important Caveats

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.

TeleportCommandsFabric

选择语言入口:

Clone this wiki locally