# Commands

## \*This Page Is Incomplete\* <a href="#voting-commands" id="voting-commands"></a>

## Voting Commands <a href="#voting-commands" id="voting-commands"></a>

| Command          | Description                                       |
| ---------------- | ------------------------------------------------- |
| **/vote**        | List all current vote sites                       |
| **/vote total**  | Shows your total votes                            |
| **/vote next**   | Shows you the next time you can vote on each site |
| **/vote last**   | Shows when you last voted on a site               |
| **/vote top**    | Shows the top voters of this month and all time   |
| **/vote best**   | Shows your best voting scores                     |
| **/vote streak** | Shows you how many days you've vote in a row      |

## Claiming Commands <a href="#claiming-commands" id="claiming-commands"></a>

| Command                        | Description                                                                                                            |
| ------------------------------ | ---------------------------------------------------------------------------------------------------------------------- |
| **/kit claim**                 | Gives you the claiming tools with instructions on them.                                                                |
| **/claim**                     | Creates a small 10x10 claim around you.                                                                                |
| **/claim #**                   | Claims the area around you using the # provided as a radius.                                                           |
| **/expandclaim #**             | Expands your claim by # blocks in the direction you are facing.                                                        |
| **/abandonclaim**              | Deletes the claim you're standing in. If you do this without being inside a claim, it will abandon all of your claims. |
| **/AbandonAllClaims**          | Deletes all of your claims everywhere.                                                                                 |
| **/trust \[player]**           | Gives another player permission to edit anything in your claim.                                                        |
| **/untrust \[player]**         | Revokes any permissions granted to a player in your claim.                                                             |
| **/untrust all**               | Removes all permissions for all players in your claim.                                                                 |
| **/PermissionTrust \[player]** | Grants a player permission to share their permission level with others.                                                |
| **/AccessTrust \[player]**     | Gives a player permission to use your buttons, levers, and beds.                                                       |
| **/ContainerTrust \[player]**  | Gives a player permission to use your buttons, levers, beds, crafting gear, containers, and animals.                   |
| **/TrustList**                 | Lists the permissions for the claim you're standing in.                                                                |
| **/ClaimsList**                | Lists a player's claims and claim block details.                                                                       |
| **/SubdivideClaims**           | Switches your shovel to subdivision mode, so you can subdivide your claims.                                            |
| **/BasicClaims**               | Puts your shovel back in basic claims mode.                                                                            |
| **/ClaimExplosions**           | Toggles if explosions are allowed in the claim.                                                                        |
| **/Trapped**                   | Gets a player out of a land claim he's trapped inside.                                                                 |

## Messaging Commands <a href="#messaging-commands" id="messaging-commands"></a>

| Command                          | Description                                                                                           |
| -------------------------------- | ----------------------------------------------------------------------------------------------------- |
| **/msg \[player] \[message]**    | Sends a private message (PM) to an online player.                                                     |
| **/reply \[message]**            | Replies to the last person who sent you a PM.                                                         |
| **/mail send \[player] message** | Sends a mail to another player.                                                                       |
| **/mail read**                   | Shows any mails sent to you.                                                                          |
| **/ignore \[player]**            | Ignores chat messages from that player. It will also hide your chat messages and block PMs from them. |
| **/unignore \[player]**          | Unignore a player                                                                                     |
| **/ignorelist**                  | Lists the players you are ignoring                                                                    |
| **/helpop \[message]**           | Sends a private message to all online staff members.                                                  |

## Party Chat Commands <a href="#party-chat-commands" id="party-chat-commands"></a>

| Command                               | Description                                                                   |
| ------------------------------------- | ----------------------------------------------------------------------------- |
| **/party**                            | Main command                                                                  |
| **/party help**                       | Shows Party chat help pages                                                   |
| **/party create**                     | Create a new party                                                            |
| **/party invite \[player]**           | Invite a player to your party. Party Mods & Leaders only.                     |
| **/party kick \[player]**             | Kicks a player from the party. Party Mods & Leaders only.                     |
| **/party accept**                     | Accept a party invite                                                         |
| **/party deny**                       | Deny a party invite                                                           |
| **/party leave**                      | Leave your party.                                                             |
| **/party info**                       | Show information about your party                                             |
| **/party list**                       | Lists parties with members online. Click on party name for information        |
| **/party chat on/off**                | Toggles party chat as your default chat.                                      |
| **/p \[message]**                     | Send a message to your party chat                                             |
| **/party description \[description]** | Sets your parties description. Party leaders only.                            |
| **/party rank \[player] \[rank]**     | Change the rank of a party member. Options are Moderator & leader.            |
| **/party motd \[message]**            | Sets a MOTD (Message of the Day) message to send to party members upon login. |

## Miscellaneous Commands <a href="#miscellaneous-commands" id="miscellaneous-commands"></a>

| Command               | Description                                                                                                          |
| --------------------- | -------------------------------------------------------------------------------------------------------------------- |
| **/afk**              | Puts you into AFK mode. You will be automatically logged out after 15 minutes in AFK mode and you CAN die while AFK. |
| **/help**             | Displays the Essentials plugin help menu.                                                                            |
| **/kit phantom**      | Gives you some phantom membrane.                                                                                     |
| **/ping**             | Check your latency.                                                                                                  |
| **/pvp**              | Toggles your PvP status on and off.                                                                                  |
| **/realname \[nick]** | Shows you the username of a nicked person.                                                                           |
| **/rules**            | Displays the list of server rules.                                                                                   |
| **/seen \[player]**   | Tells you when a player was last online.                                                                             |
| **/time**             | Shows the time of the world you are in.                                                                              |
| **/warps**            | Opens the warps menu.                                                                                                |

## Premium Commands <a href="#vote-rank-commands" id="vote-rank-commands"></a>

| Command | Description |
| ------- | ----------- |
|         |             |
|         |             |
|         |             |


---

# 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.pixlverse.net/gameplay-info/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.
