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 で使用できるようになります
ソースリポジトリはどこですか?
https://github.com/mnkyarts/hytale-skills
詳細
- カテゴリ
- </>開発ツール
- ソース
- skills.sh
- 初回登録
- 2026-02-01