> For the complete documentation index, see [llms.txt](https://wiki.minervasmp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.minervasmp.com/smp-information/commands.md).

# ☆ Commands

## **Minerva SMP – Basic Commands**

This page lists the **most commonly used commands** on Minerva SMP.\
Some commands may require **permissions or ranks**.

***

## **General Commands**

| Command             | Description                    |
| ------------------- | ------------------------------ |
| `/spawn`            | Teleport to the server spawn   |
| `/discord`          | Get the server Discord link    |
| `/vote`             | View voting links              |
| `/playtime`         | Check your playtime            |
| `/warp <warp name>` | Teleports you to a server warp |
| `/kits`             | Lists all your available kits  |
| `/nv`               | Turns on nightvision           |
| `/ranks`            | Opens the Rank GUI             |

***

## **Teleportation**

| Command         | Description                      |
| --------------- | -------------------------------- |
| `/rtp`          | Teleport to a random location    |
| `/tpa <player>` | Request teleport to a player     |
| `/tpaopen`      | Accept teleport request          |
| `/back`         | Return to your previous location |

***

## **Homes**

| Command           | Description           |
| ----------------- | --------------------- |
| `/sethome <name>` | Set a home location   |
| `/home <name>`    | Teleport to your home |
| `/delhome <name>` | Delete a home         |
| `/homes`          | View your homes       |

***

## **Economy**

| Command                  | Description                  |
| ------------------------ | ---------------------------- |
| `/balance` or `/bal`     | Check your money             |
| `/pay <player> <amount>` | Send money to another player |
| `/baltop`                | View richest players         |

***

## **Server Shop**

| Command                 | Description                     |
| ----------------------- | ------------------------------- |
| `/shop`                 | Open the server shop GUI        |
| `/sell hand [quantity]` | sell the item held in your hand |

***

## **Chest Shops**

| Command      | Description                        |
| ------------ | ---------------------------------- |
| `/chestshop` | View help for creating chest shops |

Players can create their own **shops using chests and signs** to sell items to other players.

***

## Vaults

| Command        | Description         |
| -------------- | ------------------- |
| `/pv`          | Open vault selector |
| `/pv [number]` | Open vault          |

***

## **Player Warps**

| Command                | Description                      |
| ---------------------- | -------------------------------- |
| `/pw`                  | Open the player warp menu        |
| `/pw set`              | Create a warp                    |
| `/pw remove`           | Delete your warp                 |
| `/pw <warp name>`      | Teleports to the player warp     |
| `/pw near [page]`      | List all the nearby player warps |
| `/pw search [options]` | Search for a warp/player         |

***

## **Teams**

| Command        | Description        |
| -------------- | ------------------ |
| `/team`        | Opens the team GUI |
| `/team create` | Creates a new team |

***

## **Land Claiming**

| Command             | Description              |
| ------------------- | ------------------------ |
| `/claim`            | Claim land               |
| `/trust <player>`   | Allow a player to build  |
| `/untrust <player>` | Remove their permissions |
| `/claimslist`       | View your claims         |

***

## **Auctions**

| Command            | Description            |
| ------------------ | ---------------------- |
| `/ah`              | Open the auction house |
| `/ah sell <price>` | Sell an item           |
| `/ah listings`     | View your listings     |

***

## **Jobs**

| Command             | Description            |
| ------------------- | ---------------------- |
| `/jobs browse`      | View available jobs    |
| `/jobs join <job>`  | Join a job             |
| `/jobs leave <job>` | Leave a job            |
| `/jobs stats`       | View your job progress |

***

## **Skills**

| Command   | Description            |
| --------- | ---------------------- |
| `/skills` | View your skills       |
| `/stats`  | View your player stats |

***

## **Cosmetics**

| Command  | Description                |
| -------- | -------------------------- |
| `/pp`    | Open particle effects menu |
| `/tags`  | Select chat tags           |
| `/eglow` | Toggle glowing effect      |

***

## **Utility Commands**

| Command           | Description                                       |
| ----------------- | ------------------------------------------------- |
| `/sit`            | Sit anywhere                                      |
| `/hat`            | Wear the item in your hand as a hat               |
| `/dreamdust shop` | Opens the dreamdust afk shop                      |
| `/afk`            | Teleports you to the afk area to gain dream dust  |
| `/psize`          | Opens Size GUI so you can change your player size |
| `/vote`           | Shows you all sites you can vote for Minerva on   |
| `/rewards`        | Opens the daily rewards GUI                       |


---

# 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://wiki.minervasmp.com/smp-information/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.
