> For the complete documentation index, see [llms.txt](https://wiki.nytolia.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.nytolia.net/de/system/levelsystem.md).

# Levelsystem

Dieses System ist ein eigener Fortschrittspfad, der deine Reise belohnt. Es ist vollständig von der normalen Minecraft-Erfahrungsleiste getrennt und konzentriert sich nur auf deinen Fortschritt in unserer Welt.

***

#### ⚔️ XP verdienen

Aktuell gibt es 3 Hauptwege, dein benutzerdefiniertes Level zu erhöhen.

1. **Monster töten**:

   — Für jeden besiegten Nicht-Spieler-Mob wie Zombies, Skelette oder Creeper erhältst du 1 bis 3 XP.
2. **Erfahrungsflaschen**:

   — Klicke mit der rechten Maustaste auf die Flasche, um 1 bis 2 XP für dein Level zu erhalten.
3. **Quests**:

   — Story-Quests geben dir große XP-Belohnungen.

   — Daily Tasks liefern zusätzliche XP.

***

#### 📊 XP-Anforderungen

Je höher dein Level, desto mehr Einsatz brauchst du für das nächste. Hier siehst du, wie viele XP pro Level nötig sind:

| Levelbereich | Benötigte XP pro Level          |
| ------------ | ------------------------------- |
| 1 - 9        | 20 XP                           |
| 10 - 19      | 50 XP                           |
| 20 - 29      | 80 XP                           |
| 30 - 39      | 105 XP                          |
| 40 - 119     | *Skaliert von 205 bis 1.500 XP* |
| 120+         | 2.000 XP                        |

***

#### 🛠 Befehle und HUD

Du kannst deinen Fortschritt jederzeit mit diesen Tools verfolgen:

* `/level`
  * Zeigt ein detailliertes Statusmenü im Chat mit deinem aktuellen Level und deiner genauen XP-Anzahl.
* **Fortschrittsleiste**
  * Du siehst deinen aktuellen Fortschritt direkt in deiner Levelleiste oder auf dem Scoreboard und weißt immer, wie nah du am nächsten Levelaufstieg bist.


---

# 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.nytolia.net/de/system/levelsystem.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.
