HUD overlay for active status effects on Hytale. Vanilla food, potions, and debuffs show up with remaining time. The base game icons do not expose timers in one place.
Mod id: durkz:BuffLedger
Requires: Hytale server >=0.5.3
| Command | Description |
|---|---|
/buffs on |
Re-enable auto-tracking (if you used /buffs off) |
/buffs off |
Stop tracking and hide the overlay |
/buffs status |
Tracking state, HUD visibility, effect count |
/buffs list |
Print active effects in chat |
- Copy
BuffLedger-0.1.0.jarinto your world'smods/folder - Join the world. Tracking starts automatically (unless you opted out before)
- Eat food or drink a potion. The HUD appears while timed effects are active
- Join a world. No HUD until you gain a timed effect
- Eat food or drink a potion with a timed buff
- Overlay should list effect name and countdown (
+Regen 1:23,-Poison 8s) - When the last effect ends, the HUD should disappear
BuffLedger reads the vanilla EffectControllerComponent. No hard dependency on other mods.
| Mod | Required? | What works | Known limitations |
|---|---|---|---|
| MultipleHUD | No | Extra custom HUD slot when you run several HUD mods | Stub integration in 0.1.0; native addCustomHud is used if MultipleHUD is absent |
| Not Enough Potions (NEP) | No | Most timed potions and morphs appear with readable labels | Morph potions: CleanseMorph clears effects first; HUD timers can stall or freeze until the new effect registers. Some dragon morphs may fail to apply independently of BuffLedger |
| BuffStacks | No | Same effect pipeline; stack count when multiple slots share one effect ID | BuffStacks does not track morph effects; duplicate vanilla icons are from BuffStacks, not BuffLedger |
| MoreFood / SNIP3 FoodPack | No | Food buffs detected automatically; human-readable tier labels | Asset packs only; no extra integration code |
- Morph potion transitions (NEP
CleanseMorph) can pause HUD countdowns while effects are cleared and re-applied
.\gradlew.bat buildOutput: build/libs/BuffLedger-0.1.0.jar
Deploy to local Hytale install:
.\gradlew.bat deployLocalCopies the JAR to %AppData%\Roaming\Hytale\UserData\Mods.
MIT. Copyright (c) 2026 DurkzPRG