·hytale-commands
</>

hytale-commands

mnkyarts/hytale-skills

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".

13Installs·1Trend·@mnkyarts

Installation

$npx skills add https://github.com/mnkyarts/hytale-skills --skill hytale-commands

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.

View raw

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
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