hytale-commands
Installation
SKILL.md
Hytale Custom Commands
Complete guide for creating custom server commands with arguments, permissions, tab completion, and execution handling.
When to use this skill
Use this skill when:
- Creating new slash commands for players or admins
- Adding command arguments (required, optional, flags)
- Setting up command permissions
- Creating command collections/groups
- Implementing async commands for long-running operations
- Adding tab completion for arguments
Command Architecture Overview
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.