> For the complete documentation index, see [llms.txt](https://blockcitymc.gitbook.io/blockcitymc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blockcitymc.gitbook.io/blockcitymc/perks.md).

# Perks

Mit einem Perk bekommst du spezielle Fähigkeiten, wie zum Beispiel die Möglichkeit zu fliegen oder die Möglichkeit für immer satt zu sein und somit keinen Hunger mehr zu bekommen.

<figure><img src="/files/Bh1ARFHWn72LngRJJLjs" alt=""><figcaption><p>Perks-Menü</p></figcaption></figure>

### Perks

<table><thead><tr><th width="179.37316561844864">Perk</th><th>Erklärung</th></tr></thead><tbody><tr><td>Feuerresistenz</td><td>Sterbe nie wieder an einem Brand</td></tr><tr><td>Sprinter</td><td>Erhalte Schnelligkeit als Effekt</td></tr><tr><td>Poseidon</td><td>Sei geschützt vor dem Ertrinken</td></tr><tr><td>Kein Hunger</td><td>Du brauchst nie wieder Essen zu dir nehmen</td></tr><tr><td>Hulk</td><td>Benutze in jeder Notsituation deinen Stärke Effekt</td></tr><tr><td>Fallschutz</td><td>Erhalte nie wieder lästigen Fallschaden</td></tr><tr><td>Keep-Inventory</td><td>Du verlierst nie wieder deine Items</td></tr><tr><td>Vogel</td><td>Fliege durch die große und weite Welt</td></tr><tr><td>Schlaflosigkeit</td><td>Dich greifen nie wieder Phantome an</td></tr><tr><td>Nachtsicht</td><td>Du siehst bei Nacht alles und jeden</td></tr><tr><td>Schildkröte</td><td>Erhalte durchgehend den Resistenz Effekt</td></tr><tr><td>Keep-EXP</td><td>Verliere nie wieder Erfahrung bei deinem Tod</td></tr><tr><td>Sprungkraft</td><td>Springe bis zu 2 Blöcke nach oben</td></tr><tr><td>Delfin</td><td>Booste dich im Wasser wenn du sneakst</td></tr><tr><td>Farmer</td><td>Ernte wird automatisch nachgepflanzt</td></tr></tbody></table>


---

# 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://blockcitymc.gitbook.io/blockcitymc/perks.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.
