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

# 🔑 Permissions

All permissions default to **OP only**. Assign them to your staff ranks using a permissions plugin like LuckPerms.

***

### Command Permissions

| Permission               | Description                                             | Default |
| ------------------------ | ------------------------------------------------------- | ------- |
| `kynosstaff.panel.use`   | Open the Staff Panel and see other online staff members | OP      |
| `kynosstaff.fly`         | Use `/fly`                                              | OP      |
| `kynosstaff.godmode`     | Use `/godmode`                                          | OP      |
| `kynosstaff.vanish`      | Use `/vanish`                                           | OP      |
| `kynosstaff.freeze`      | Use `/freeze`                                           | OP      |
| `kynosstaff.trollstick`  | Use `/trollstick`                                       | OP      |
| `kynosstaff.mutechat`    | Use `/mutechat`                                         | OP      |
| `kynosstaff.chat.bypass` | Write in chat even when global chat is muted            | OP      |

***

### Admin Permissions

| Permission                        | Description                                             | Default |
| --------------------------------- | ------------------------------------------------------- | ------- |
| `kynosstaff.staff.help`           | View the `/kynosstaff help` page                        | OP      |
| `kynosstaff.staff.reloadlang`     | Reload `lang.yml` with `/kynosstaff reloadlang`         | OP      |
| `kynosstaff.staff.reloadsettings` | Reload `settings.yml` with `/kynosstaff reloadsettings` | OP      |
| `kynosstaff.staff.reloadconfig`   | Reload `config.yml` with `/kynosstaff reloadconfig`     | OP      |

***

### Wildcard

| Permission     | Description                                   |
| -------------- | --------------------------------------------- |
| `kynosstaff.*` | Grants **all** KynosStaff permissions at once |

> Using `kynosstaff.*` is recommended only for server admins. For regular staff members, assign individual permissions matching their role.

***

### Recommended Setup Example (LuckPerms)

```bash
# Moderator rank — basic tools
lp group moderator permission set kynosstaff.panel.use true
lp group moderator permission set kynosstaff.fly true
lp group moderator permission set kynosstaff.vanish true
lp group moderator permission set kynosstaff.freeze true
lp group moderator permission set kynosstaff.chat.bypass true

# Admin rank — full access
lp group admin permission set kynosstaff.* true
```


---

# 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://kynosdeveloping.gitbook.io/kynosdeveloping/kynosstaff/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.
