# 指令

|                                指令                               |               权限              |                     描述                    |
| :-------------------------------------------------------------: | :---------------------------: | :---------------------------------------: |
|     <p><code>geyser help</code><br><code>geyser ?</code></p>    |     `geyser.command.help`     |              查看 Geyser 内所有指令。             |
|                      `geyser advancements`                      | `geyser.command.advancements` |               打开 Java版 成就菜单。              |
|                          `geyser dump`                          |     `geyser.command.dump`     |                   生成报告。                   |
|                          `geyser list`                          |     `geyser.command.list`     |            查看所有通过 Geyser 连接的玩家。           |
|                         `geyser offhand`                        |    `geyser.command.offhand`   |               将一个玩家放置到你的副手。               |
|                         `geyser reload`                         |    `geyser.command.reload`    |          重启 Geyser。使用后所有的玩家都会被踢出。         |
|                        `geyser settings`                        |   `geyser.command.settings`   |            打开设置菜单，修改客户端显示的世界信息。           |
| <p><code>geyser shutdown</code><br><code>geyser stop</code></p> |   `geyser.command.shutdown`   | <p>关闭 Geyser。<br><em>该指令仅限独立版使用。</em></p> |
|                       `geyser statistics`                       |  `geyser.command.statistics`  |               打开 Java版 统计菜单。              |
|                         `geyser version`                        |    `geyser.command.version`   |           查看当前 Geyser 的版本并检查更新。           |

有关 Floodgate 的指令，请 [点击这里](/geyser-wiki/floodgate-wiki/zhi-ling.md) 查看。


---

# 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://docs.superiormc.cn/geyser-wiki/user-guide/zhi-ling.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.
