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

# Permissions

{% hint style="info" %}
As for now, only the bukkit plugin has permissions
{% endhint %}

As any other bukkit plugin, our software as multiple permissions to let you manage who can use which command.

| Permission                 | Command                                      |
| -------------------------- | -------------------------------------------- |
| playerpoof.command         | /poof                                        |
| playerpoof.version         | /poof version                                |
| playerpoof.help            | /poof help (command)                         |
| playerpoof.reload          | /poof reload                                 |
| playerpoof.add             | /poof add \[name]                            |
| playerpoof.remove          | /poof remove \[name]                         |
| playerpoof.list            | /poof list                                   |
| playerpoof.dump            | /poof dump                                   |
| playerpoof.sudo            | /poof sudo \[name] \[command] **\[PREMIUM]** |
| playerpoof.panic           | /poof panic **\[PREMIUM]**                   |
| playerpoof.servers         | /poof servers **\[PREMIUM]**                 |
| playerpoof.modules         | /poof modules **\[PREMIUM]**                 |
| playerpoof.modules.enable  | /poof modules enable **\[PREMIUM]**          |
| playerpoof.modules.disable | /poof modules disable **\[PREMIUM]**         |
| playerpoof.modules.reload  | /poof modules reload **\[PREMIUM]**          |
| playerpoof.modules.status  | /poof modules status **\[PREMIUM]**          |


---

# 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://docs.playerpoof.com/playerpoof/basics/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.
