·hytale-plugin-basics
</>

hytale-plugin-basics

mnkyarts/hytale-skills

Create and structure Hytale server plugins with proper lifecycle, manifest, dependencies, and registries. Use when asked to "create a Hytale plugin", "make a Hytale mod", "start a new Hytale plugin", "setup plugin structure", or "write plugin boilerplate".

15Installs·1Trend·@mnkyarts

Installation

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

SKILL.md

Complete guide for creating Hytale server plugins following the official architecture patterns.

Hytale plugins are Java-based extensions that run on the server. They follow an ECS (Entity Component System) architecture with lifecycle management.

| Core Plugins | Registered programmatically | Built-in server functionality | | Builtin Plugins | server.jar/../builtin/ | Shipped with server | | External Plugins | mods/ directory | User-installed plugins | | Early Plugins | earlyplugins/ | Bytecode transformers (advanced) |

Create and structure Hytale server plugins with proper lifecycle, manifest, dependencies, and registries. Use when asked to "create a Hytale plugin", "make a Hytale mod", "start a new Hytale plugin", "setup plugin structure", or "write plugin boilerplate". 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-plugin-basics
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is hytale-plugin-basics?

Create and structure Hytale server plugins with proper lifecycle, manifest, dependencies, and registries. Use when asked to "create a Hytale plugin", "make a Hytale mod", "start a new Hytale plugin", "setup plugin structure", or "write plugin boilerplate". Source: mnkyarts/hytale-skills.

How do I install hytale-plugin-basics?

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