> For the complete documentation index, see [llms.txt](https://unbox-1.gitbook.io/unbox/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://unbox-1.gitbook.io/unbox/commands-and-permissions.md).

# Commands and permissions

#### `/unbox givepack <player> <packId> <count>`

* **Permission:** `unbox.admin`
* **Description:** Gives a player one or more booster packs directly into their inventory.
* **Parameters:**

  * `<player>` — The exact username of the player to receive the booster.
  * `<packId>` — The ID of the booster pack (taken from the `.yml` filename or `id` inside the pack).
  * `<count>` — How many boosters to give (default is `1` if not provided).<br>

#### `/unbox rates <packId> <pokemon>`

* **Permission:** `unbox.rates`
* **Description:** Displays the **raw configured chance** value of a Pokémon in the pack (exactly as written in the config, without calculations). Useful for admins editing configs.
* **Parameters:**
  * `<packId>` — The booster pack to look inside.
  * `<pokemon>` — The species name (a list of pokemon will appear to choose from).

#### `/unbox advancedrates <packId> <pokemon>`

* **Permission:** `unbox.rates`
* **Description:** Shows calculated drop rates for a specific Pokémon inside a pack, including probability per roll, per pack, and chance breakdowns for forms/palettes.
* **Parameters:**
  * `<packId>` — The booster pack you want to check.
  * `<pokemon>` — The species name (a list of pokemon inside the pack will appear to choose from).

#### `/unbox reloadpacks`

* **Permission:** `unbox.admin`
* **Description:** Reloads all booster pack configurations from `config/unbox/packs/`. Useful after editing `.yml` files without restarting the whole server.


---

# 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://unbox-1.gitbook.io/unbox/commands-and-permissions.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.
