# 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]**          |
