# Befehle

### Globale Befehle <a href="#commands" id="commands"></a>

| Befehl   | Verwendung                  | Beschreibung                  |
| -------- | --------------------------- | ----------------------------- |
| hub      | `/hub`                      | Zurück zur Lobby              |
| settings | `/settings`                 | Einstellungsmenü              |
| vote     | `/vote`                     | Für den Server voten          |
| discord  | `/discord <link or unlink>` | Dein Discord-Konto verknüpfen |
| website  | `/website`                  | Informationen zur Website     |
| language | `/language`                 | Deine Sprache ändern          |
| support  | `/support`                  | Zur Support-Seite wechseln    |
| rules    | `/rules`                    | Regel-Seite öffnen            |
| rewards  | `/rewards`                  | Belohnungsmenü öffnen         |

### Adventures-Befehle <a href="#commands" id="commands"></a>

<table><thead><tr><th>Befehl</th><th width="249">Verwendung</th><th>Beschreibung</th></tr></thead><tbody><tr><td>spawn</td><td><code>/spawn</code></td><td>Teleportiert dich zum Spawn</td></tr><tr><td>warp</td><td><code>/warp</code></td><td>Warp-Menü</td></tr><tr><td>islands</td><td><code>/islands</code></td><td>Verwalte deine Insel</td></tr><tr><td>home</td><td><code>/home</code></td><td>Home-Menü</td></tr><tr><td>delhome</td><td><code>/delhome &#x3C;name></code></td><td>Home löschen</td></tr><tr><td>sethome</td><td><code>/sethome &#x3C;name></code></td><td>Home setzen</td></tr><tr><td>workbench, wb, craft</td><td><code>/workbench</code></td><td>Werkbank öffnen</td></tr><tr><td>enderchest, ec</td><td><code>/enderchest</code></td><td>Enderchest öffnen</td></tr><tr><td>heal</td><td><code>/heal</code></td><td>Dich selbst heilen</td></tr><tr><td>skull</td><td><code>/skull</code></td><td>Einen Kopf erhalten</td></tr><tr><td>sign</td><td><code>/sign</code></td><td>Ein Item signieren</td></tr><tr><td>hat</td><td><code>/hat</code></td><td>Ein Item als Hut tragen</td></tr><tr><td>ptime</td><td><code>/ptime</code></td><td>Die Zeit nur für dich ändern</td></tr><tr><td>pweather</td><td><code>/pweather</code></td><td>Das Wetter nur für dich ändern</td></tr><tr><td>anvil</td><td><code>/anvil</code></td><td>Amboss öffnen</td></tr><tr><td>flamepass, fp</td><td><code>/flamepass</code></td><td>FlamePass-Menü</td></tr><tr><td>auction, auctionhouse, ah</td><td><code>/auctionhouse</code></td><td>Auktionshaus-Menü</td></tr><tr><td>sell</td><td><code>/sell</code></td><td>Items verkaufen</td></tr><tr><td>quests, quest</td><td><code>/quests</code></td><td>Quest-Menü</td></tr></tbody></table>


---

# 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.nytolia.net/de/general/commands.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.
