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

# Permissions

## Administration

| Permission          | Grants                                                                                               |
| ------------------- | ---------------------------------------------------------------------------------------------------- |
| `pinnaprison.admin` | Full access to `/pinna` and `/adminmine` (reload, setup, give items, manage mines, modify enchants). |

## Per-feature admin

These gate the `give` / admin subcommands of each tool command.

| Permission                      | Grants                                                               |
| ------------------------------- | -------------------------------------------------------------------- |
| `pinnaprison.bombs.admin`       | `/bomb give`                                                         |
| `pinnaprison.drills.admin`      | `/drill give`                                                        |
| `pinnaprison.boosters.admin`    | `/boosters giveitem`, `/boosters give`, `/boosters global`           |
| `pinnaprison.crystals.admin`    | `/crystals give`, `/crystals addslots`, `/crystals removeslots`      |
| `pinnaprison.autominers.admin`  | `/autominers give`, `/autominers battery`, `/autominers chargeboost` |
| `pinnaprison.abilities.admin`   | `/abilities give`                                                    |
| `pinnaprison.luckyblocks.admin` | `/luckyblocks give`                                                  |

## Features

| Permission             | Grants                                                                |
| ---------------------- | --------------------------------------------------------------------- |
| `pinnaprison.autosell` | Toggle autosell in the backpack GUI (configurable in `autosell.yml`). |

## Currency & leveling (configurable)

Currency and leveling commands read their permissions from **their own config file**, so you can customise them per currency / per track. These are the defaults (from `currencies/money.yml`):

| Permission                   | Grants                                   |
| ---------------------------- | ---------------------------------------- |
| `pinnaprison.balance.others` | View **other** players' balances/levels. |
| `pinnaprison.balance.give`   | `/<currency> give`, `/<track> give`      |
| `pinnaprison.balance.set`    | `/<currency> set`, `/<track> set`        |
| `pinnaprison.balance.remove` | `/<currency> remove`, `/<track> remove`  |
| `pinnaprison.balance.pay`    | `/<currency> pay`                        |

{% hint style="info" %}
The `main` and `balance` commands default to **no** permission (`''`), so everyone can check their own balance and use the base command. Change any node in the currency/leveling YAML to lock it down.
{% endhint %}


---

# 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:

```
GET https://edseries-plugins.gitbook.io/p/pinnaprison/reference/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.
