Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 581 Bytes

File metadata and controls

26 lines (16 loc) · 581 Bytes

Death Count Mod

Small Hytale mod that displays players's death counts in a HUD. (Non-retroactive)

Usage

  • /death shows the HUD temporarily (5 seconds).
  • /death --map the HUD appears when the map is open.
  • If the preference is active, running /death again disables it.

Data

Stats are stored in Death_Count/death-counts.json (folder next to the plugin data dir).

Build

./gradlew build

The JAR is generated in build/libs/DeathCountPlugin-1.0.0.jar.

Requirements

  • Java 25 or later
  • HytaleServer.jar must be available for compileOnly