hytale-commands
使用参数、权限和执行处理为 Hytale 服务器插件创建自定义命令。当要求“创建命令”、“添加斜杠命令”、“创建管理命令”、“注册命令”或“带参数的命令”时使用。
SKILL.md
Complete guide for creating custom server commands with arguments, permissions, tab completion, and execution handling.
Hytale uses a command system based on abstract command classes with typed arguments. Commands are registered through the plugin's CommandRegistry and managed by the CommandManager singleton.
| STRING | Text string | "hello" | | INTEGER | Whole number | 42 | | FLOAT | Decimal number | 3.14 | | BOOLEAN | True/false | true | | PLAYERREF | Online player | PlayerName | | WORLD | World name | worldoverworld | | ITEMID | Item identifier | hytale:sword | | BLOCKID | Block identifier | hytale:stone | | ENTITYTYPEID | Entity type | hytale:zombie |
使用参数、权限和执行处理为 Hytale 服务器插件创建自定义命令。当要求“创建命令”、“添加斜杠命令”、“创建管理命令”、“注册命令”或“带参数的命令”时使用。 来源:mnkyarts/hytale-skills。
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/mnkyarts/hytale-skills --skill hytale-commands- 分类
- </>开发工具
- 认证
- —
- 收录时间
- 2026-02-01
- 更新时间
- 2026-02-18
快速解答
什么是 hytale-commands?
使用参数、权限和执行处理为 Hytale 服务器插件创建自定义命令。当要求“创建命令”、“添加斜杠命令”、“创建管理命令”、“注册命令”或“带参数的命令”时使用。 来源:mnkyarts/hytale-skills。
如何安装 hytale-commands?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/mnkyarts/hytale-skills --skill hytale-commands 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/mnkyarts/hytale-skills
详情
- 分类
- </>开发工具
- 来源
- user
- 收录时间
- 2026-02-01