# Commands

## General

| Command      | Arguments | Description                              |
| ------------ | --------- | ---------------------------------------- |
| /mb commands |           | List all commands.                       |
| /mb menu     | \<menu>   | Open a specific menu.                    |
| /mb alerts   |           | Open the Alerts menu.                    |
| /mb stats    | \<player> | View stats of other players.             |
| /mb release  |           | Pushes a new Session ID to the database. |

## Mystery Boxes

| Command               | Arguments                  | Description                       |
| --------------------- | -------------------------- | --------------------------------- |
| /mb setboxes          | \<player> \<box> \<amount> | Set boxes for a player.           |
| /mb addboxes          | \<player> \<box> \<amount> | Add boxes to a player.            |
| /mb removeboxes       | \<player> \<box> \<amount> | Remove boxes from a player.       |
| /mb setboxesall       | \<box> \<amount>           | Set boxes for all players.        |
| /mb addboxesall       | \<box> \<amount>           | Add boxes for all players.        |
| /mb removeboxesall    | \<box> \<amount>           | Remove boxes from all players.    |
| /mb addrandomboxes    | \<player> \<amount/range>  | Add random boxes to a player.     |
| /mb addrandomboxesall | \<amount/range>            | Add random boxes for all players. |
| /mb boxinfo           | \<box>                     | See info about a box.             |
| /mb listboxes         |                            | List all available boxes.         |

## Mystery Loots

| Command            | Arguments | Description                   |
| ------------------ | --------- | ----------------------------- |
| /mb listloots      |           | List all  loots.              |
| /mb listdiscovered |           | List all un/discovered loots. |
| /mb listeffects    |           | List all loot effects.        |

## **Mystery Dust**

| Command           | Arguments           | Description                   |
| ----------------- | ------------------- | ----------------------------- |
| /mb setdust       | \<player> \<amount> | Set dust for a player.        |
| /mb adddust       | \<player> \<amount> | Add dust to a player.         |
| /mb removedust    | \<player> \<amount> | Remove dust from a player.    |
| /mb setdustall    | \<amount/range>     | Set dust for all players.     |
| /mb adddustall    | \<amount/range>     | Add dust to all players.      |
| /mb removedustall | \<amount/range>     | Remove dust from all players. |

## **Gifts**

| Command         | Arguments                  | Description                 |
| --------------- | -------------------------- | --------------------------- |
| /mb setgifts    | \<player> \<box> \<amount> | Set gifts for a player.     |
| /mb addgifts    | \<player> \<box> \<amount> | Add gifts to a player.      |
| /mb removegifts | \<player> \<box> \<amount> | Remove gifts from a player. |

## **Jukebox Songs**

| Command        | Arguments             | Description                 |
| -------------- | --------------------- | --------------------------- |
| /mb unlocksong | \<player> \<song/all> | Unlock a song for a player. |
| /mb locksong   | \<player> \<song/all> | Lock a song for a player.   |
| /mb listsongs  |                       | List all songs.             |

## **Opening Themes**

| Command         | Arguments              | Description                  |
| --------------- | ---------------------- | ---------------------------- |
| /mb unlocktheme | \<player> \<theme/all> | Unlock a theme for a player. |
| /mb locktheme   | \<player> \<theme/all> | Lock a theme for a player.   |
| /mb listthemes  |                        | List all themes.             |


---

# 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://xerickerspigot.gitbook.io/mysteryboxes/general-use/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.
