# Commands & Permissions

AliienItemBlacklist keeps it simple with a single command and four primary permissions. More may be added in the future if needed though.

### Commands

| Command                   | Description                    | Permission                    |
| ------------------------- | ------------------------------ | ----------------------------- |
| `/itemblacklist reload`   | Reloads the configuration file | `aliien.itemblacklist.reload` |
| `/itemblacklist` **NEW!** | Opens the in-game admin editor | `aliien.itemblacklist.edit`   |

### Permissions

<table><thead><tr><th>Permission</th><th>Description</th><th>Default</th></tr></thead><tbody><tr><td><code>aliien.itemblacklist.reload</code></td><td>Allows reloading the plugin config</td><td>OP</td></tr><tr><td><code>aliien.itemblacklist.bypass</code></td><td>Ignore all blacklist restrictions</td><td>OP</td></tr><tr><td><code>aliien.itemblacklist.alert</code></td><td>Receive staff notifications in-game</td><td>OP</td></tr><tr><td><p></p><pre><code>aliien.itemblacklist.version-notify
</code></pre></td><td>Receive notifications for new plugin updates</td><td>OP</td></tr><tr><td><code>aliien.itemblacklist.edit</code></td><td>Allows editing of the blacklist through in-game commands</td><td>OP</td></tr><tr><td><code>aliien.item.bypass.&#x3C;item></code> <strong>NEW!</strong></td><td>Ignore all blacklist restrictions for a specific item</td><td>OP</td></tr></tbody></table>


---

# 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://aliien.gitbook.io/aliien-docs/aliienitemblacklist/commands-and-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.
