Background

HyStats

ModsHyStats
HyStats

HyStats

CurseForge
MiscellaneousUtility

A plugin to track player statistics, kills, and other things.

HyStats

A mod/plugin that tracks player statistics, inspired by Minecraft's statistics system.

discord chat




Plugin API Usage

// Register new custom stats
HyStats.registerCustomStat("things_done");

// Set/get stats
HyStats.incrementStat(playerUuid, "custom", "things_done", 1);
HyStats.setStat(playerUuid, "custom", "things_done", 100);
HyStats.resetStat(playerUuid, "custom", "things_done");

// Load offline stats
hyStats.loadOfflinePlayerStats(playerUuid).thenAccept(stats -> {
    long blocksMined = stats.get("killed", "Skeleton_Fighter");
    // TODO...
});

📸Gallery

HytaleClient_vnTj9zmCkI.png
HytaleClient_vnTj9zmCkI.png
HytaleClient_GvcJDqP7AI.png
HytaleClient_GvcJDqP7AI.png
HytaleClient_fAyDkAJXs6.png
HytaleClient_fAyDkAJXs6.png

Information

258
Downloads
Version
HyStats-1.0.1.jar
Updated
Jan 21, 2026
Support
Early Access

Project Links

Help the community thrive by sharing your feedback and reporting issues on the official tracker.

HyStats - Hytale Mod | Hytale Wiki