> For the complete documentation index, see [llms.txt](https://docs.trickys.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trickys.gg/games/minecraft/game-commands.md).

# Game Commands

A list of commands for our Vanilla Minecraft Server.

* <mark style="color:red;">\[]</mark> = Required Parameter
* <mark style="color:green;">{}</mark> = Optional Parameter

### Essentials

<table><thead><tr><th width="226">Command</th><th>Description</th></tr></thead><tbody><tr><td>/sethome</td><td>Sets current postion to a home can be nammed</td></tr><tr><td>/home</td><td>Teleports to homes</td></tr><tr><td>/listhomes</td><td>List all homes ou have set</td></tr><tr><td>/backpack</td><td>Opens backpack</td></tr><tr><td>/enderchest</td><td>Opens supporter only enderchest</td></tr><tr><td>/spawn</td><td>teleports you to spawn</td></tr><tr><td>/tpa</td><td>Player you want to tp to</td></tr><tr><td>/tpahere</td><td>Player you want to tp to you</td></tr><tr><td>/back</td><td>Teleports you back to where you were</td></tr><tr><td>/rtp</td><td>Random teleport</td></tr></tbody></table>

### AuctionHouse

<table><thead><tr><th width="226">Command</th><th>Description</th></tr></thead><tbody><tr><td>/ah</td><td>Open the auction house</td></tr><tr><td>/ah menu</td><td>Open the auction house in menu mode</td></tr><tr><td>/ah search</td><td>View items matching search filter</td></tr><tr><td>/ah help</td><td>Show help for all the commands</td></tr><tr><td>/ah sell</td><td>Sell the item you are holding in hand</td></tr><tr><td>/ah list <mark style="color:red;">[count]</mark></td><td>List the item as server</td></tr><tr><td>/ah selling</td><td>View the items you are selling</td></tr><tr><td>/ah sold</td><td>View the items you have sold recently</td></tr><tr><td>/ah expired</td><td>View your expired items to return</td></tr><tr><td>/ah cancel</td><td>Cancel all your auctions</td></tr><tr><td>/ah return</td><td>Return all your cancelled/expired items</td></tr></tbody></table>

### Lands

| Command                                                                                                | Description                          |
| ------------------------------------------------------------------------------------------------------ | ------------------------------------ |
| /lands create <mark style="color:red;">\[name]</mark>                                                  | Create your claim land and name it   |
| /lands                                                                                                 | Menu for managing your claim land    |
| /lands claim <mark style="color:green;">{radius, auto, fill}</mark>                                    | Claim the chunk you are on top off   |
| /lands unclaim <mark style="color:green;">{radius, auto, fill}</mark>                                  | Unlaim parts of your land            |
| /lands unclaim <mark style="color:green;">{radius, auto, fill}</mark>                                  | Unlaim parts of your land            |
| /lands trust <mark style="color:red;">\[player]</mark> <mark style="color:green;">{area}</mark>        | Trust a player in your land          |
| /lands untrust <mark style="color:red;">\[player]</mark> <mark style="color:green;">{area}</mark>      | Remove player from your land         |
| /lands ban <mark style="color:red;">\[player]</mark> <mark style="color:green;">{area} {silent}</mark> | Ban player from entering your land   |
| /lands unban <mark style="color:red;">\[player]</mark> <mark style="color:green;">{area}</mark>        | Unban player from entering your land |

You can view the full list of commands for Lands [here](https://wiki.incredibleplugins.com/lands/players/basics/commands).


---

# 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://docs.trickys.gg/games/minecraft/game-commands.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.
