# All Permissions

## Permissions for Commands:

| Permissions                    | Description                                         |
| ------------------------------ | --------------------------------------------------- |
| `cards.version`                | Allows you to use /cards version                    |
| `cards.reload`                 | Allows you to use /cards reload                     |
| `cards.resolve`                | Allows you to use /cards resolve                    |
| `cards.toggle`                 | Allows you to use /cards toggle                     |
| `cards.give.card`              | Allows you to use /cards give card                  |
| `cards.give.card.shiny`        | Allows you to use /cards give card shiny            |
| `cards.give.pack`              | Allows you to use /cards give pack                  |
| `cards.give.random.entity`     | Allows you to use /cards give random entity         |
| `cards.give.random.rarity`     | Allows you to use /cards give random rarity         |
| `cards.list`                   | Allows you to use /cards list                       |
| `cards.list.player`            | Allows you to use /cards list player                |
| `cards.list.pack`              | Allows you to use /cards list pack                  |
| `cards.giveaway.rarity`        | Allows you to use /cards giveaway rarity            |
| `cards.giveaway.entity`        | Allows you to use /cards giveaway entity            |
| `cards.worth`                  | Allows you to use /cards worth                      |
| `cards.sell`                   | Allows you to use /cards sell                       |
| `cards.buy`                    | Allows you to use /cards buy                        |
| `cards.buy.pack`               | Allows you to use /cards buy pack                   |
| `cards.buy.card`               | Allows you to use /cards buy card                   |
| `cards.admin.debug.*`          | Allows you to use all debug commands                |
| `cards.admin.debug.show_cache` | Allows you to use /cards debug showcache all/active |
| `cards.admin.debug.modules`    | Allows you to use /cards debug modules              |
| `cards.admin.debug.packs`      | Allows you to use /cards debug packs                |
| `cards.admin.debug.rarities`   | Allows you to use /cards debug rarities             |
| `cards.admin.debug.exists`     | Allows you to use /cards debug exists               |

## Permissions for Decks:

| Permissions          | Description                         |
| -------------------- | ----------------------------------- |
| `cards.use.deck`     | Allows you to use the /deck command |
| `cards.decks.number` | Allows you to use deck number       |


---

# 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://plugins.sarhatabaot.net/trading-cards/commands/all-permissions.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.
