# 什么是用户命令

很多插件通过用户命令来触发某种功能, 这些功能增强了相较于原版游戏的用户体验.

用户命令是普通用户可以在服务器中使用的命令, 命令通过聊天栏来输入.

若用户输入的聊天信息以 "/" 开头(极少数命令以 "//" 开头, 取决于插件代码), 则会被解析为一条命令.

命令可以通过 TAB 键来自动补全. 例如当用户输入 "/ho" 并按下一次 TAB, 系统将自动补全为 "/home". 自动补全由对应的具体插件提供, 一些插件可能不提供补全, 请自行尝试.

若想查看全部命令帮助请输入 "/help".

一些插件也提供自己的 help 信息, 通常为 "/{label} help", 例如 "/ess help".

插件的输出可能可以用鼠标点击, 例如翻页按钮(聊天栏中输出的 ascii 艺术按钮)可以被点击, 点击后自动显示第二页内容, 又或者收到传送请求时可以用鼠标点击同意, 这些功能由具体的插件提供, 请自行尝试.

部分命令有冷却时间, 请勿疯狂使用以免必要时因冷却而无法使用.

若所需的命令需要一个带空格的参数, 为了避免被解析为两个参数, 请使用引号包裹参数, 例如 /home "new home"

若有更多问题请自行查看对应插件的帮助文档.


---

# 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://mc-help.211server.com/cha-jian-bang-zhu/ming-ling-xiang-guan-chang-shi.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.
