# Commands & Permissions

The main administrative permission is `quantumpunish.admin`. For individual nodes, see below:

| Command                            | Permission               | Description               |
| ---------------------------------- | ------------------------ | ------------------------- |
| `/ban <p> <r>`                     | `quantumpunish.ban`      | Permanent Ban             |
| `/tempban <p> <r> <t>`             | `quantumpunish.tempban`  | Temporary Ban             |
| `/unban <p>`                       | `quantumpunish.unban`    | Remove Ban                |
| `/mute <p> <r>`                    | `quantumpunish.mute`     | Permanent Mute            |
| `/tempmute <p> <r> <t>`            | `quantumpunish.tempmute` | Temporary Mute            |
| `/warn <p> <add/remove> <pts> <r>` | `quantumpunish.warn`     | Manage Warning Points     |
| `/history <p> [page]`              | `quantumpunish.history`  | Interactive Chat History  |
| `/history gui <p>`                 | `quantumpunish.history`  | Paginated History GUI     |
| `/qinfo <p>`                       | `quantumpunish.info`     | Advanced Player & IP Info |
| `/appeal <r>`                      | `quantumpunish.appeal`   | Appeal for Punishment     |
| `/quantumpunish appeal`            | `quantumpunish.staff`    | Appeal GUI                |
| `/quantumpunish active`            | `quantumpunish.staff`    | Active Punishment GUI     |
| `/quantumpunish reload`            | `quantumpunish.admin`    | Reload Config             |

**Special Nodes:**

* `quantumpunish.bypass.filter`: Immune to chat filtering.
* `quantumpunish.notify`: Receive staff alerts (Filter/Alt-Join/Appeal & more).
* `quantumpunish.staff` : Staff usage for /quantumpunish command


---

# 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://quantum-14.gitbook.io/quantum-docs/free-product/quantumpunish/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.
