hytale-commands
✓Create custom commands for Hytale server plugins with arguments, permissions, and execution handling. Use when asked to "create a command", "add slash command", "make admin command", "register commands", or "command with arguments".
Installation
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 |
Create custom commands for Hytale server plugins with arguments, permissions, and execution handling. Use when asked to "create a command", "add slash command", "make admin command", "register commands", or "command with arguments". Source: mnkyarts/hytale-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/mnkyarts/hytale-skills --skill hytale-commands- Source
- mnkyarts/hytale-skills
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is hytale-commands?
Create custom commands for Hytale server plugins with arguments, permissions, and execution handling. Use when asked to "create a command", "add slash command", "make admin command", "register commands", or "command with arguments". Source: mnkyarts/hytale-skills.
How do I install hytale-commands?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/mnkyarts/hytale-skills --skill hytale-commands Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/mnkyarts/hytale-skills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01