# The Back Command

Just like vanilla Minecraft, players will lose their items if they die in The Wilderness. If a player is not engaged in combat when they die, they can buy their items back using the `/back` command.

Depending on what items you lost, it may cost emeralds to get your items back. New players will most likely be able to get their items back for a small fee. Using `/back` will tell you the cost of getting your items back. Using `/back confirm` will then purchase the items.

There are two different ways in which the back command will allow you to obtain your lost items. If you died in the void, in lava, or from fire damage, the back command will save your items and put them back in your inventory when you purchase them, otherwise it will teleport you back to where you died.

{% hint style="info" %}
This command provides a similar function as the keep inventory feature on other servers.
{% endhint %}


---

# 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://about.foundationcraft.com/server-commands/the-back-command.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.
