# Useful Commands

## Commands

***

### General

| Command             | Description                                                                       |
| ------------------- | --------------------------------------------------------------------------------- |
| `/rtp`              | Teleport randomly into the wild                                                   |
| `/biomertp [biome]` | Teleport to a random location in a desired biome. May fail if it cannot be found. |
| `/spawn`            | Teleport to the server spawn                                                      |
| `/warp [name]`      | Teleport to a warp                                                                |
| `/warps`            | Opens the warps GUI that shows server and pwarps                                  |
| `/modpacks`         | Lists the available modpacks the server uses on each mod hosting application.     |
| `/claim`            | Enters claim mode, allowing you to see borders of claims.                         |
| `/abandonclaim`     | While in your claim, execute this command to delete it.                           |
| `/trust [player]`   | While in your claim, execute this command to grant a player full permission.      |

***

### Homes

| Command                                   | Description                              |
| ----------------------------------------- | ---------------------------------------- |
| `/home [name]`                            | Teleport to one of your homes            |
| `/homelist [page]`                        | View a list of your homes                |
| `/sethome [name]`                         | Set a new home with a name               |
| `/delhome [name]`                         | Delete a home you previously set         |
| `/delhome all [confirm]`                  | Delete all of your homes                 |
| `/edithome <name>`                        | View and edit information about a home   |
| `/edithome <name> rename <new_name>`      | Rename a home                            |
| `/edithome <name> description <text>`     | Set a home's description                 |
| `/edithome <name> relocate`               | Move a home to your current position     |
| `/edithome <name> privacy public/private` | Move your home either a phome or private |
| `/phomes`                                 | Opens your phome gui to see other phomes |

***

> This page lists all available commands on PokeClash. For additional help with specific commands, ask in the Discord server.


---

# 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.pokeclash.com/new-member-information/useful-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.
