> For the complete documentation index, see [llms.txt](https://wiki.mixelpixel.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.mixelpixel.net/nicht-fertig/die-server-funktionen/todessystem.md).

# Todessystem

> Damit du nach einem Tod nicht alles verlierst, gibt es auf MixelPixel ein umfangreiches Todessystem – mit Todeskiste und Todesversicherung.

***

### 📦 Die Todeskiste

Nach jedem Tod spawnt am **Todespunkt** eine Kiste mit dem individuellen Skin des Spielers und einer Rüstung in der **Rangfarbe** des Spielers.

> ℹ️ Stirbt man im **Ende durch das Void**, spawnt die Todeskiste auf einer kleinen **Plattform auf Höhe 64** des Todespunktes. \
> ℹ️ Stirbt man mit einem **leeren Inventar**, spawnt keine Todeskiste.

#### ⏱️ Zeitlimit

| Kiste verfügbar               | **2 Stunden** nach dem Tod |
| ----------------------------- | -------------------------- |
| Items entnehmen (nach Öffnen) | **5 Minuten**              |

<div><figure><img src="/files/XDMW89RyhgVoQg1ZC7iX" alt=""><figcaption><p>Ungeöffnete Todeskiste.</p></figcaption></figure> <figure><img src="/files/7DkxNGqMd7JL8yiD3XOP" alt=""><figcaption><p>Geöffnete Todeskiste. 5 Minuten, um den Inhalt zu nehmen.</p></figcaption></figure> <figure><img src="/files/EJoECjG3KisiYZfHYSX7" alt=""><figcaption><p>Ein Tod im Void. Die Kiste spawnt auf Höhe 64 auf einer Plattform.</p></figcaption></figure></div>

***

### 🏛️ Die Todesversicherung

Hast du die Todeskiste nicht gefunden oder möchtest du gezielt einzelne Items zurückkaufen? Dann hilft die **Todesversicherung am Spawn**!

```
/warp Todesversicherung
```

#### ⏱️ Zeitlimit

Du hast **bis zu 24 Stunden** nach dem Tod Zeit, um **bis zu 3 Items** aus dem Todesinventar zurückzukaufen.

<div><figure><img src="/files/coTVcx34FsrS9o900drE" alt=""><figcaption><p>Der Versicherungs NPC am Spawn.</p></figcaption></figure> <figure><img src="/files/j75wl6ZoZYRgpRcY91Va" alt=""><figcaption><p>Alle Informationen zu einem Tod.</p></figcaption></figure> <figure><img src="/files/lEJJwkbIELAYWjKzqbAF" alt=""><figcaption><p>Ein Todes Inventar.</p></figcaption></figure></div>

#### ℹ️ Was zeigt der Versicherungs-NPC?

* 🕐 Zeitpunkt des Todes
* 🌍 Welt, in der man gestorben ist
* ❓ Todesursache
* 📦 Ob die Todeskiste bereits gefunden wurde
* ⏳ Wie lange die Kiste noch verfügbar ist

***

#### 💰 Rückkaufpreise

| 1 Item  | 500 :coin:   | 100.000 :coin: |
| ------- | ------------ | -------------- |
| 2 Items | 1.000 :coin: | 150.000 :coin: |
| 3 Items | 2.500 :coin: | 200.000 :coin: |

> \*️⃣ **Besondere Items** = alle Items mit einem **bunten/farbigen Namen**

***

#### ⚠️ Wichtige Hinweise

> ❗ Items können bei der Versicherung nur zurückgekauft werden, wenn die **Todeskiste noch nicht gefunden** wurde und der Tod **nicht länger als 24 Stunden** zurückliegt.

> ❗ Wurde ein Item bereits bei der Versicherung zurückgekauft, ist es **nicht mehr in der Todeskiste** vorhanden.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://wiki.mixelpixel.net/nicht-fertig/die-server-funktionen/todessystem.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
