hytale-items

Documents the Hytale Item Registry API, custom item JSON definitions, crafting recipes, and interaction chaining workflows.

13|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/JBurlison/Hytale-Mod-Agent --skill hytale-items
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hytale-items
Source: https://github.com/JBurlison/Hytale-Mod-Agent/tree/main/.github/skills/hytale-items
Command: npx skills add https://github.com/JBurlison/Hytale-Mod-Agent --skill hytale-items

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive guide to creating custom items, defining crafting recipes, and implementing complex item interactions within Hytale plugins, streamlining the development process.

Core Features & Use Cases

  • Item Creation: Define custom items with unique properties, models, and icons.
  • Crafting System: Implement custom crafting recipes using various ingredients and crafting stations.
  • Interaction Logic: Build intricate item behaviors by chaining conditions, charging mechanics, and sequential actions.
  • Use Case: Develop a new magical sword that, when right-clicked while crouching, triggers a fiery explosion after a 2-second charge, dealing damage to nearby enemies.

Quick Start

Use the hytale-items skill to find out how to create a custom item with a crafting recipe.

Frequently Asked Questions about hytale-items

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a custom item in a Hytale plugin?

To create a custom item in a Hytale plugin, you define custom item JSON definitions with unique properties, models, and icons, then register them using the Item Registry API to make them available in-game.

How does the interaction chaining system work for Hytale items?

Hytale's interaction chaining system works by linking interactions to items using Condition, Charging, Serial, and Replace components, enabling the creation of intricate item behaviors like delayed explosions or sequential actions.

What is the best way to define crafting recipes for custom items in Hytale?

The best way to define crafting recipes for custom items in Hytale is by specifying various ingredients and crafting stations within your plugin configuration to streamline the item creation process.

Can I use SimpleInstantInteraction to trigger immediate item behaviors in Hytale?

Yes, you can use SimpleInstantInteraction to trigger immediate custom item behaviors in Hytale, serving as a foundational component before linking interactions to items for more complex chaining logic.

How do I query the Hytale Item Registry API for ItemStack data?

You query the Hytale Item Registry API for ItemStack data by calling the registry interface during plugin development, allowing you to retrieve existing item definitions and manage custom item stacks programmatically.