# Permissions

{% hint style="danger" %}
**This project has reached end of life and is no longer maintained.**

**We recommend you transition to** [**NookureStaff**](https://builtbybit.com/resources/nookurestaff-staffmode-utils.25460/)**, it's free**
{% endhint %}

Permission table

<table><thead><tr><th width="252">Permission</th><th>Explanation</th></tr></thead><tbody><tr><td>mast.staff</td><td>Perm to staff mode</td></tr><tr><td>mast.admin</td><td>Perm to use the /mast command</td></tr><tr><td>mast.dump</td><td>Perm to Dump plugin info</td></tr><tr><td>mast.reload</td><td>Perm to Reload plugin</td></tr><tr><td>mast.staff.gui.punishments</td><td>Punishments gui perm</td></tr><tr><td>mast.*</td><td>Full perms</td></tr><tr><td>mast.staffchat</td><td>Perm to chat in staff chat</td></tr><tr><td>mast.vanish.see</td><td>View players in vanish</td></tr><tr><td>mast.build</td><td>Can destroy blocks in staff mode</td></tr><tr><td>mast.staff.stafflist</td><td>acces to /staff staffList</td></tr><tr><td>mast.freeze</td><td>Perm to freeze players</td></tr><tr><td>mast.freeze.bypass</td><td>Bypass freeze</td></tr><tr><td>mast.staff.join</td><td>Announce join</td></tr><tr><td>mast.staff.leave</td><td>Announce leave</td></tr><tr><td>mast.staff.change</td><td>Announce server change</td></tr><tr><td>mast.staff.notify.join</td><td>View staff join message</td></tr><tr><td>mast.staff.notify.change</td><td>View staff change message</td></tr><tr><td>mast.staff.leave</td><td>View staff leave message</td></tr><tr><td>mast.helpop</td><td>Acces to helpop</td></tr><tr><td>mast.helpop.recive</td><td>Recive helpop messages</td></tr><tr><td>mast.staff.vault</td><td>Permission to open StaffVault</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://mastaff.nookure.com/introduction/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.
