# Commands

### Global Commands <a href="#commands" id="commands"></a>

| Command  | Usage                       | Description               |
| -------- | --------------------------- | ------------------------- |
| hub      | `/hub`                      | Back to the lobby         |
| settings | `/settings`                 | Settings Menu             |
| vote     | `/vote`                     | Vote for the server!      |
| discord  | `/discord <link or unlink>` | Link your discord account |
| website  | `/website`                  | Website Info              |
| language | `/language`                 | Change your language      |
| support  | `/support`                  | Get to the support site   |
| rules    | `/rules`                    | Rules Page                |
| rewards  | `/rewards`                  | Rewards Menu              |

### Adventures Commands <a href="#commands" id="commands"></a>

<table><thead><tr><th>Command</th><th width="249">Usage</th><th>Description</th></tr></thead><tbody><tr><td>spawn</td><td><code>/spawn</code></td><td>Teleports to the spawn</td></tr><tr><td>warp</td><td><code>/warp</code></td><td>Warp menu</td></tr><tr><td>islands</td><td><code>/islands</code></td><td>Manage your island</td></tr><tr><td>home</td><td><code>/home</code></td><td>Home Menu</td></tr><tr><td>delhome</td><td><code>/delhome &#x3C;name></code></td><td>Delete Home</td></tr><tr><td>sethome</td><td><code>/sethome &#x3C;name></code></td><td>Set Home</td></tr><tr><td>workbench, wb, craft</td><td><code>/workbench</code></td><td>Open the workbench</td></tr><tr><td>enderchest, ec</td><td><code>/enderchest</code></td><td>Open the enderchest</td></tr><tr><td>heal</td><td><code>/heal</code></td><td>Heal yourself</td></tr><tr><td>skull</td><td><code>/skull</code></td><td>Get a skull</td></tr><tr><td>sign</td><td><code>/sign</code></td><td>Sign a item</td></tr><tr><td>hat</td><td><code>/hat</code></td><td>Get a item on your head</td></tr><tr><td>ptime</td><td><code>/ptime</code></td><td>Change the time for yourself</td></tr><tr><td>pweather</td><td><code>/pweather</code></td><td>Change the weather for yourself</td></tr><tr><td>anvil</td><td><code>/anvil</code></td><td>Opens the anvil</td></tr><tr><td>flamepass, fp</td><td><code>/flamepass</code></td><td>FlamePass Menu</td></tr><tr><td>auction, auctionhouse, ah</td><td><code>/auctionhouse</code></td><td>Auction Menu</td></tr><tr><td>sell</td><td><code>/sell</code></td><td>Sell items</td></tr><tr><td>quests, quest</td><td><code>/quests</code></td><td>Quest Menu</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/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.
