# Commands

* /edp -> Main command
  * `/edp reload` -> Reloads all the config files
  * `/edp msg <player> <message>` -> Sends a message to a player
  * `/edp title <player> <title>` -> Sends a title to a player
  * `/edp sound <player> <sound>` -> Sends a sound to a player
* /tokens -> Tokens balance command
  * `/tokens add <player> <amount>` -> Adds tokens to a player
  * `/tokens addrandom <player> <min-max>` -> Adds random tokens to a player
  * `/tokens set <player> <amount>` -> Set tokens to a player
  * `/tokens remove <player> <amount>` -> Remove tokens to a player
  * `/tokens withdraw <amount>` -> Withdraws an amount of tokens
* /gems -> Gems balance command
  * `/gems add <player> <amount>` -> Adds gems to a player
  * `/gems addrandom <player> <min-max>` -> Adds random gems to a player
  * `/gems set <player> <amount>` -> Set gems to a player
  * `/gems remove <player> <amount>` -> Remove gems to a player
  * `/gems withdraw <amount>` -> Withdraws an amount of gems
* /crystals -> Crystals balance command
  * `/crystals add <player> <amount>` -> Adds crystals to a player
  * `/crystals addrandom <player> <min-max>` -> Adds random crystals to a player
  * `/crystals set <player> <amount>` -> Set crystals to a player
  * `/crystals remove <player> <amount>` -> Remove crystals to a player
  * `/crystals withdraw <amount>` -> Withdraws an amount of crystals
* /multiplier -> Multiplier balance command
  * `/multiplier add <player> <multiplier> <amount>` -> Adds multiplier to a player
  * `/multiplier set <player> <multiplier> <amount>` -> Set multiplier to a player
  * `/multiplier remove <player> <multiplier> <amount>` -> Remove multiplier to a player
* /booster & /pouch
  * `/booster give <player> <booster>` -> Gives a booster to a player
  * `/pouch give <player> <pouch>` -> Gives a pouch to a player
* /robots -> Main menu of robots
  * `/robots give <player> <robot>` -> Gives a robot to a player
* /bombs
  * `/bombs give <player> <bomb> <amount>` -> Gives a bomb to a player
* /drills
  * `/drills give <player> <drill> <amount>` -> Gives a drill to a player
* /pickaxe
  * `/pickaxe give <player>` -> Gives a pickaxe to a player
  * `/pickaxe setlevel <player> <amount>` -> Sets a player pickaxe level
  * `/pickaxe enchant <enchant> <player> <amount>` -> Enchants a player's pickaxe
* /ah -> Opens the Auction House main menu
  * `/ah <player>` -> Opens a player auctions
  * `/ah sell <type> <price> [amount]` -> Sells your holding item
* /gang
  * `/gang create <name>` -> Creates a gang
  * `/gang disband` -> Disbands your gang
  * `/gang invite <player>` -> Inivites a player to your gang
  * `/gang uninvite <player>` -> Cancel the invitation of a player to join your gang
  * `/gang join <player>` -> Join a gang
  * `/gang leave` -> Leaves your gang
  * `/gang kick <player>` -> Kicks someone of your gang
  * `/gang promote <player>` -> Promotes someone of your gang
  * `/gang demote <player>` -> Demotes someone of your gang
  * `/gang setleader <player>` -> Set leader to someone of your gang
  * `/gang info [player/gang]` -> Shows gang info
  * `/gang top` -> Shows you the gang points top
  * `/gang deposit <money|tokens|gems|crystals> <amount>` -> Deposit a currency to your gang balance
  * `/gang withdraw <money|tokens|gems|crystals> <amount>` -> Withdraw a currency to your gang balance
  * `/gang chat` -> Toggles the gang chat
  * `/gang top` -> Shows you the gang points top
  * `/gang menu` -> Opens the gang menu
* /gangadmin
  * `/gang givemultiplier <gang> <amount>` -> Gives a gang some multiplier
  * `/gang giveboost <gang> <boost>` -> Gives a gang a booster
  * `/gang givegangbal <money|tokens|gems|crystals> <gang> <amount>` -> Gives a gang some balance
  * `/gang givepoints <gang> <amount>` -> Gives points to a gang
* /autoprestige -> Toggles the auto prestige


---

# 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://edwardbelt.gitbook.io/edprison-core-documentation/general/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.
