# 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


---

# 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://battlepass.advancedplugins.net/general/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.
