hytale-player-stats

Manage Hytale player and entity stats like health, stamina, mana, and oxygen.

Updated Jan 21, 2026
One-click install
npx skills add https://github.com/xDinkyx/Hytale-Colonies-Plugin --skill hytale-player-stats-xdinkyx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hytale-player-stats
Source: https://github.com/xDinkyx/Hytale-Colonies-Plugin/tree/main/.github/skills/hytale-player-stats
Command: npx skills add https://github.com/xDinkyx/Hytale-Colonies-Plugin --skill hytale-player-stats-xdinkyx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a standardized way to read and modify player and entity statistics within the Hytale game environment, simplifying game development and modding.

Core Features & Use Cases

  • Stat Management: Access and manipulate core entity stats like health, stamina, mana, and oxygen.
  • Thread Safety: Ensures all stat modifications are performed safely on the game's world thread.
  • Use Case: Implement a custom healing command for players that restores their health to maximum, or create a debuff that drains a player's stamina over time.

Quick Start

Use the hytale-player-stats skill to restore a player's health to maximum.

Frequently Asked Questions about hytale-player-stats

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

FAQPage Schema
How do I modify player stats like health and stamina in Hytale modding?

You can modify Hytale player stats by utilizing the EntityStatMap and DefaultEntityStatTypes components to access and adjust health, stamina, mana, and oxygen values dynamically during game development.

What is the safest way to apply dynamic stat adjustments to a Hytale entity?

The safest way to apply dynamic stat adjustments is on the game's world thread. This Skill ensures thread safety by performing all health, stamina, mana, and oxygen modifications directly on the world thread.

Can I create a custom healing command that restores Hytale player health to maximum?

Yes, you can create a custom healing command to restore Hytale player health to maximum. The Skill provides standardized operations for setting stat values to easily heal or damage entities.

Does this approach to managing entity stats require specific game thread handling?

Yes, managing entity stats requires specific game thread handling. This Skill ensures all stat modifications, including health and stamina adjustments, are executed safely on the game's world thread to prevent concurrency issues.

What stats besides health can I control for Hytale entities during game development?

Besides health, you can control stamina, mana, and oxygen for Hytale entities. The Skill uses DefaultEntityStatTypes to provide precise control over these core stat values for various game development scenarios.