> For the complete documentation index, see [llms.txt](https://battlepass.advancedplugins.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://battlepass.advancedplugins.net/general/permissions.md).

# Permissions

## `battlepass.use`

Give access to all default commands (/bp)

## `battlepass.block`

Blocks player from completing quests (requires `enable-ban-permission` enabled in `settings.yml`)

## `battlepass.admin`

Gives access to all admin commands (/bpa)

## Pass permission

Set the premium pass permission in the premium.yml as follows. Make sure to remove the `#` to enable the required-permission configuration.

**Example:**

```yaml
name: 'Premium :)'
default-points-required: 100
required-permission: 'battlepass.premium'
```

It will disable `/bpa set pass` command and will give premium pass to all players with `battlepass.premium` permission
