# Back

## Commands

<table><thead><tr><th width="232.66666666666666" align="right">Command</th><th>Info</th></tr></thead><tbody><tr><td align="right">/back</td><td><strong>Permission:</strong> <code>vanillatweaks.back</code><br><strong>Description:</strong> Teleport back to your previous teleport location</td></tr><tr><td align="right">/back admin config</td><td><strong>Permission:</strong> <code>vanillatweaks.back.admin.config</code><br><strong>Description:</strong> Configure Back in-game</td></tr></tbody></table>

## Permissions

<table><thead><tr><th width="295" align="right">Permission</th><th width="374">Info</th></tr></thead><tbody><tr><td align="right">vanillatweaks.back</td><td><strong>Default:</strong> <mark style="color:green;">true</mark><br><strong>Description:</strong> Use the back command to return to previous locations</td></tr><tr><td align="right">vanillatweaks.back.admin.config</td><td><strong>Default:</strong> <mark style="color:orange;">op</mark><br><strong>Description:</strong> Configure Back in-game</td></tr></tbody></table>

## Configuration

```yaml
# When enabled, death locations will 
# be saved in the back command.
save-death-location: true
# The number of seconds required to stand 
# still after running the back command.
command-delay: 3
# The number of seconds required to wait 
# between uses of the back command.
command-cooldown: 10
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://papertweaks.machinemaker.me/modules/back.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
