hytale-tag-system

Document Hytale's hierarchical tag system and AssetRegistry API usage in Hyforged.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill clarifies Hytale's complex hierarchical tag system and its integration within Hyforged, enabling developers to efficiently manage and query game assets.

Core Features & Use Cases

  • Tag System Documentation: Provides a comprehensive overview of Hytale's tag structure, categories, and expansion rules.
  • AssetRegistry API: Details how to use AssetRegistry for tag lookups and management.
  • Hyforged Integration: Explains how to leverage tag-based queries within the Hyforged stat system.
  • Use Case: When developing a new item, understand how to assign appropriate tags like Type: Weapon and Material: Adamantite for proper in-game lookup and functionality.

Quick Start

Explain how to check if a stat has the tag "Type=resistance" using the StatDefinitionRegistry.

Frequently Asked Questions about hytale-tag-system

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

FAQPage Schema
How does the hierarchical tag system work in Hytale for asset management?

You can query Hytale asset tags using the AssetRegistry API. It provides specific methods for tag lookups and management, enabling developers to efficiently retrieve game assets based on their assigned hierarchical tag categories.

How do I check if a Hytale stat has a specific tag using StatDefinitionRegistry?

To check if a stat has a specific tag like Type=resistance, use the StatDefinitionRegistry methods. This approach integrates Hytale's hierarchical tag system with the Hyforged stat system for efficient data retrieval and querying.

Can I use the Hyforged stat system to query items by tags like Type: Weapon?

Yes, you can leverage tag-based queries within the Hyforged stat system. When developing a new item, assigning appropriate tags like Type: Weapon and Material: Adamantite ensures proper in-game lookup and functionality through structured querying.

What are the tag expansion rules when categorizing assets in Hytale?

Tag expansion rules in Hytale dictate how hierarchical tags are structured and resolved during asset categorization. Understanding these rules is essential for properly structuring tag categories to ensure accurate and efficient asset lookups within the game.