# Player Commands

### /Premium commands <a href="#premium-commands" id="premium-commands"></a>

| **Command**                     | **Explanation**                                                                   |
| ------------------------------- | --------------------------------------------------------------------------------- |
| /market                         | Access the [market](/home-page/pokesmp-knowledge-center-wiki/market.md) remotely. |
| /rtp (overworld / nether / end) | Teleports the player to a randomly selected location in the selected dimension.   |
| /rename                         | Change the name of the item currently held by the player.                         |
| /lore                           | Change the lore of the item currently held by the player.                         |
| /color                          | Change the color of the dyeable item currently held by the player.                |
| /hat                            | Wear the item the player is currently holding as a hat.                           |
| /pokeball                       | Change the type of pokeball for a selected pokemon in your party.                 |
| /craft                          | Access the crafting table remotely.                                               |
| /anvil                          | Access the anvil remotely.                                                        |
| /stonecutter                    | Access the stonecutter remotely.                                                  |
| /smithing                       | Access the smithing table remotely.                                               |
| /loom                           | Access the loom remotely.                                                         |
| /grindstone                     | Access the grindstone remotely.                                                   |
| /titles                         | Access the advancement titles menu remotely.                                      |

### Regular Commands <a href="#regular-commands" id="regular-commands"></a>

| **Command**             | **Explanation**                                                        |
| ----------------------- | ---------------------------------------------------------------------- |
| /spawn                  | Teleports the player to the server spawn.                              |
| /rtp                    | Teleports the player to a randomly selected location in the overworld. |
| /sethome                | Sets the home location for the player.                                 |
| /delhome                | Deletes the player's home location.                                    |
| /home                   | Teleports the player to their designated home location.                |
| /tpa                    | Request to teleport to another member.                                 |
| /tpaccept               | Accept a teleportation request from another member.                    |
| /tpadeny                | Deny a teleportation request from another member.                      |
| /back                   | Return the player to the previous location they teleported from.       |
| /daily                  | Access the daily rewards menu.                                         |
| /balance, /coins & /bal | Display the player's current coin balance.                             |
| /pay                    | Send coins to another member.                                          |
| /playtime, /pt          | Display the total accumulated playtime of the player.                  |
| /ms, /latency & /ping   | Display the player's current ping to the server.                       |
| /toggletips, /tips      | Disable/ enable tip messages in chat.                                  |
| /dex                    | Display information about a selected pok*é*mon                         |
| /battle                 | Challenge another member to a battle for coins.                        |
| /battleaccept           | Accept a battle request from another member.                           |
| /spectatebattle         | Spectate a battle of another member.                                   |
| /sit                    | Sit at your currect location.                                          |
| /wondertrade            | Trade a selected pok*é*mon with a random one.                          |
| /titles                 | Access the advancement titles menu.                                    |


---

# 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.pokesmp.net/home-page/pokesmp-knowledge-center-wiki/player-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.
