> 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/commands.md).

# 📜 Commands

KynosStaff provides both a GUI panel and a set of standalone commands. Every command is player-only unless noted otherwise.

***

### `/staffpanel`

**Alias:** `/staff` **Permission:** `kynosstaff.panel.use`

Opens the main Staff Panel GUI. From here you can access your self-management tools, the full player list, and teleport to other online staff members.

***

### `/fly`

**Permission:** `kynosstaff.fly`

Toggles flight mode on or off for yourself.

***

### `/godmode`

**Permission:** `kynosstaff.godmode`

Toggles invulnerability. While active, you take no damage from any source.

***

### `/vanish`

**Permission:** `kynosstaff.vanish`

Toggles visibility masking. When vanished:

* You are hidden from all players **without** the `kynosstaff.panel.use` permission
* Other staff members can still see you
* You become invulnerable while hidden

***

### `/freeze <player>`

**Permission:** `kynosstaff.freeze` **Tab completion:** suggests online player names

Freezes or unfreezes the target player. A frozen player cannot move. The frozen state persists through logouts using Persistent Data Container (PDC).

> ⚠️ The frozen player receives a warning message telling them not to log out.

***

### `/trollstick [level]`

**Permission:** `kynosstaff.trollstick` **Tab completion:** suggests preset levels — `1`, `4`, `10`, `50`, `100`

Gives you a stick with extreme Knockback enchantment. The default level is **4** if no argument is specified.

| Argument  | Description                                          |
| --------- | ---------------------------------------------------- |
| `[level]` | Knockback enchantment level (must be greater than 0) |

**Examples:**

```
/trollstick          → gives Knockback IV stick
/trollstick 10       → gives Knockback X stick
/trollstick 100      → gives Knockback C stick
```

***

### `/mutechat`

**Permission:** `kynosstaff.mutechat`

Toggles the global server chat on or off. When muted, only players with the `kynosstaff.chat.bypass` permission can send messages.

***

### `/kynosstaff`

**Alias:** `/kstaff` **Usable by console:** ✅ Yes

The core administrative command. Running it without arguments shows plugin info (version, author, status).

#### Subcommands

| Subcommand       | Permission                        | Description                               | Console |
| ---------------- | --------------------------------- | ----------------------------------------- | ------- |
| `help`           | `kynosstaff.staff.help`           | Shows the command reference list          | ✅       |
| `reloadlang`     | `kynosstaff.staff.reloadlang`     | Reloads `lang.yml` without restarting     | ✅       |
| `reloadsettings` | `kynosstaff.staff.reloadsettings` | Reloads `settings.yml` without restarting | ✅       |
| `reloadconfig`   | `kynosstaff.staff.reloadconfig`   | Reloads `config.yml` without restarting   | ✅       |

**Examples:**

```
/kynosstaff
/kynosstaff help
/kynosstaff reloadlang
/kstaff reloadsettings
```


---

# 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/commands.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.
