promotional bannermobile promotional banner

mc_mod-hp-output

A lightweight client-side Minecraft mod for Fabric and Forge that broadcasts player health, damage, healing, and death events as JSON over UDP for external integrations.
Back to Files

hp_output-fabric-1.2.0.jar

File namehp_output-fabric-1.2.0.jar
Uploader
yomo40yomo40
Uploaded
Aug 7, 2026
Downloads
8
Size
13.4 KB
Mod Loaders
Fabric
File ID
8594118
Type
R
Release
Supported game versions
  • 26.2
  • 26.1.2
  • 26.1.1
  • 26.1
  • 1.21.11
  • 1.21.10
  • 1.21.9
  • 1.21.8
  • 1.21.7
  • 1.21.6
  • 1.21.5
  • 1.21.4
  • 1.21.3
  • 1.21.2
  • 1.21.1
  • 1.21
  • 1.20.6
  • 1.20.5
  • 1.20.4
  • 1.20.3
  • 1.20.2
  • 1.20.1
  • 1.20
  • 1.19.4
  • 1.19.3
  • 1.19.2
  • 1.19.1
  • 1.19
  • 1.18.2
  • 1.18.1
  • 1.18
  • 1.17.1
  • 1.17
  • 1.16.5
  • 1.16.4
  • 1.16.3
  • 1.16.2
  • 1.16.1
  • 1.16
  • 1.15.2
  • 1.15.1
  • 1.15
  • 1.14.4
  • 1.14.3
  • 1.14.2
  • 1.14.1
  • 1.14

Curse Maven Snippet

Fabric

modImplementation "curse.maven:mc-mod-hp-output-1642989:8594118"

Learn more about Curse Maven

What's new

HP Output v1.2.0 — Fabric

Initial public release of HP Output for Fabric.

Features

  • Real-time player health monitoring.
  • Reports current health, maximum health, and health percentage.
  • Detects player damage and reports the damage amount and source.
  • Detects healing events and reports the recovered health amount.
  • Detects player death events and death sources when available.
  • Sends structured event data as JSON over UDP.
  • Sends periodic health status updates.
  • Configurable UDP output port.
  • Optional Mod Menu integration for in-game configuration.
  • Client-side only — no server-side installation required.
  • Debug logging for outgoing event data.

Compatibility

  • Minecraft: 1.20.1
  • Mod Loader: Fabric
  • Fabric Loader: 0.15.11
  • Fabric API: 0.92.2+1.20.1
  • Java: 17
  • Environment: Client

Default UDP Endpoint

127.0.0.1:39571

The UDP port can be changed through the mod configuration.

Note: Fabric API is required. Mod Menu is optional and provides access to the in-game configuration screen.

This is the first public Fabric release of HP Output.

This mod has no additional files