Command: back - teakivy/teaks-tweaks GitHub Wiki
/back
is the base command for the Back pack.
This command will only be active when it's parent pack is enabled.
/back
This is a player-only command
- Used to teleport back to the player's last saved location.
teakstweaks.command.back
- Default -
true
- Description - Controls whether the player can use the
/back
command.
"back.command_description": "Teleport back to your previous location.",
"back.error.on_cooldown": "<red>You must wait <cooldown_seconds> seconds between uses of /back!",
"back.error.no_back_location": "<red>You have nowhere to go back to!",
"back.error.moved": "<red>You must stand still to teleport!",
"back.teleporting": "<yellow>Teleporting Back...",
- Default -
Teleport back to your previous location.
- Default -
<red>You must wait <cooldown_seconds> seconds between uses of /back!
- Placeholders
-
cooldown_seconds
- The amount of seconds left on the command cooldown.
-
- Default -
<red>You have nowhere to go back to!
- Default -
<red>You must stand still to teleport!
- Default -
<yellow>Teleporting Back...