# Death-Totems

## What are Death-Totems?

When you die on the server, your items don't just fall to the ground, your items are saved in a Death-Totem at your death-location and a message in chat appears with your coordinates and multiple options you can click on. You can have multiple Death-Totems.

{% hint style="info" %}
Your Death-Totem only persists for 20 minutes. After that, your items will drop on the ground where you died.
{% endhint %}

### Retrieving your items

![Death message with clickable options](/files/-M_o3co7VGWgQY8vMnhX)

When you die, you can `press T` to to click on either of the three colored options on the bottom right of your death message. You will then get another message that you can click on to confirm your selection. By default your totem can only be retrieved by yourself. Retrieve your items by using `right-click` on your totem.

```aspnet
[TP]        - Teleports you to your Death-Totem for 1000$
[Fetch]     - Teleports your Death-Totem to you for 500$
[Unlock]    - Unlocks your Death-Totem for other players to retrieve.
```

![Clicking on \[TP\]](/files/-M_o4WoZq1jIJZ378L6Y)

## Commands

Should you lose the message through a disconnect or too much chatting or want to perform the commands manually, there are multiple options:

### /acgui

Opens a GUI with your Deathtotems with multiple options and info such as totem expiration time or a preview of your totem's contents.

![/acgui](/files/-M_o686Voupr4KzPQtMZ)

### /acfetch

Same as clicking on \[Fetch] in the death message. Retrieves your totem to you for 500$.

### /actp

Same as clicking on \[TP] in the death message. Teleports you to your death location for 1000$.

### /acunlock

Same as clicking on \[Unlock] in the death message. Unlocks your death-totem for other users to retrieve.


---

# 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://wiki.hakairo.de/essentials/death-totems.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.
