# Commands

{% hint style="info" %}
This page contains every command that are available to everyone. Any command that has an alias will be noted.
{% endhint %}

### General Commands

* <mark style="color:$primary;">`/afk`</mark> — Marks you as away from keyboard
* <mark style="color:$primary;">`/ah`</mark> — Opens the Auction house UI  (Alias of `/auctionhouse`.)
* <mark style="color:$primary;">`/back`</mark> — Returns you to your previous location
* <mark style="color:$primary;">`/claim <radius>`</mark> — Claims an area around you in a certain radius

<details>

<summary>Claim subcommands</summary>

* `/claims or /claimlist` — lists claims you've created
* `/unclaim` — Remove the claim you are standing in

These are the most basic claiming commands. For a full guide on everything related to claiming [<mark style="color:$primary;">click here</mark>](/maplewood-docs/server-information/commands/claim-commands.md).

</details>

* <mark style="color:$primary;">`/cosmetic`</mark> — Opens the Cosmetics UI
* <mark style="color:$primary;">`/crates`</mark> — Teleports you to the crates area
* <mark style="color:$primary;">`/disposal`</mark> — Deletes unwanted items
* <mark style="color:$primary;">`/dynmap`</mark> — Open the online map link. (Alias of `/map`.)
* <mark style="color:$primary;">`/home`</mark><mark style="color:$primary;">,</mark> <mark style="color:$primary;"></mark><mark style="color:$primary;">`/homes`</mark><mark style="color:$primary;">,</mark> <mark style="color:$primary;"></mark><mark style="color:$primary;">`/sethome`</mark><mark style="color:$primary;">,</mark> <mark style="color:$primary;"></mark><mark style="color:$primary;">`/delhome`</mark> — Creates a home at your location
* <mark style="color:$primary;">`/kit`</mark> — Shows available kits
* <mark style="color:$primary;">`/kit <name>`</mark> — Claims a kit
* <mark style="color:$primary;">`/pay <player> <amount>`</mark> — Sends money to another player
* <mark style="color:$primary;">`/pwarp`</mark> — Lists available player created warps (Alias of `/playerwarps`.)

<details>

<summary>Pwarp (Playerwarps) subcommands</summary>

* `/pwarp open <player>` — Open the warp menu for a specific player
* `/pwarp create <name>` — Create a new player warp at your current location
* `/pwarp delete <warp>` — Delete an existing player warp
* `/pwarp edit <warp>` — Open the warp editor for a specific warp
* `/pwarp warp <warp>` — Teleport to a selected player warp
* `/pwarp info <warp>` — View information about a player warp
* `/pwarp set <warp>` — Update a warp’s location to your current position
* `/pwarp settings <warp>` — Open and manage a warp’s settings

</details>

* <mark style="color:$primary;">`/randomtp`</mark> – Random teleport menu. (Alias of `/rtp`.)
* <mark style="color:$primary;">`/ranks`</mark> — Lists information on free and premium ranks
* <mark style="color:$primary;">`/shop`</mark> — Opens the server in-game shop
* <mark style="color:$primary;">`/spawn`</mark> — Teleports you to spawn
* <mark style="color:$primary;">`/store`</mark>  — Opens the server store
* <mark style="color:$primary;">`/tpa <player>`</mark><mark style="color:$primary;">,</mark> <mark style="color:$primary;">`/tpaccept`</mark><mark style="color:$primary;">,</mark> <mark style="color:$primary;"></mark><mark style="color:$primary;">`/tpdeny`</mark><mark style="color:$primary;">,</mark> <mark style="color:$primary;">`/tpahere <player>`</mark><mark style="color:$primary;">,</mark> <mark style="color:$primary;"></mark><mark style="color:$primary;">`/tptoggle`</mark>  — TP Requests
* <mark style="color:$primary;">`/vote`</mark> — Lists links to vote on
* <mark style="color:$primary;">`/warps`</mark> — Lists available warps
* <mark style="color:$primary;">`/wiki`</mark> — Opens this documentation
* <mark style="color:$primary;">`/wild`</mark> — Random teleport in the main world. (Similar to <mark style="color:$primary;">/rtp</mark>.)

### Messaging & Private Chat

* <mark style="color:$primary;">`/msg <player> <message>`</mark> — Send a private message. (Alias of `/tell`.)
* <mark style="color:$primary;">`/msgtoggle`</mark> — Toggle private messages
* <mark style="color:$primary;">`/r`</mark><mark style="color:$primary;">,</mark> <mark style="color:$primary;"></mark><mark style="color:$primary;">`/reply`</mark> —  Reply to last DM.
* <mark style="color:$primary;">`/tell`</mark> —  Send a private message. (Alias of `/msg`.)

### Items & Inventories

These are send into the [<mark style="color:$primary;">`Game Chat`</mark>](https://discord.com/channels/839503642352549898/1464262928566849751) channel on Discord as well, allowing players to view them later.

<mark style="color:$primary;">`[item]`</mark> (<mark style="color:$primary;">`[i]`</mark>) — Show the item you are holding in chat. *(Clickable Preview)*

<mark style="color:$primary;">`[inv]`</mark> (<mark style="color:$primary;">`[inventory]`</mark>) — Show your full inventory in chat. *(Clickable GUI)*

<mark style="color:$primary;">`[enderchest]`</mark> (<mark style="color:$primary;">`[ec]`</mark> <mark style="color:$primary;">`[e]`</mark>) — Show your Ender Chest in chat. *(Clickable GUI)*

### Discord Commands

These commands are executed **in Discord**, not in Minecraft.

* <mark style="color:$primary;">`playerlist`</mark> in the [<mark style="color:$primary;">`Game Chat`</mark>](https://discord.com/channels/839503642352549898/1464262928566849751) channel to preview who is online
* <mark style="color:$primary;">`/suggest <suggestion>`</mark> — Create a new suggestion using the Suggestions Bot
* <mark style="color:$primary;">`/ip`</mark> — Links the server IP in chat
* <mark style="color:$primary;">`/store`</mark> — Links the server store in chat


---

# 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://maplewood.gitbook.io/maplewood-docs/server-information/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.
