What problem does it solve?
This skill helps developers quickly create and manage custom commands for Hytale server plugins, reducing boilerplate and ensuring consistent argument parsing, permission checks, and command registration across console and in-game contexts.
Core Features & Use Cases
- Define commands with required and optional arguments using a typed system.
- Automatically apply and customize permissions per command and per subcommand.
- Organize related commands into collections, support async execution, and handle world/context awareness.
Use case: An admin wants to add a /warp-like command with subcommands for creating, listing, and teleporting to warps, all with proper tab-completion and permission checks.
Quick Start
To start, tell the AI: create a command named greet with one required STRING argument 'target' that prints a greeting to that target and requires the 'server.admin' permission.