promotional bannermobile promotional banner

Death Item Timer

Displays a HUD countdown showing how long until your death items despawn.

File Details

DeathItemTimer-1.0.1.jar

  • R
  • Feb 9, 2026
  • 21.78 KB
  • 68
  • Early Access

File Name

DeathItemTimer-1.0.1.jar

Supported Versions

  • Early Access

v1.0.1

Optional MultipleHUD + Death/Respawn Fix

What's New

  • MultipleHUD is now optional (not required)
    • Automatically detects if MultipleHUD is installed
    • Falls back to vanilla HUD system if MultipleHUD not present
    • Works standalone or with MultipleHUD - your choice

Fixed

  • Death/respawn crash fix - No more client disconnect when dying with active timer
    • Added sendClientPackets parameter to hideHud() method
    • Removed destructive clearHud() call that destroyed MultipleHUD container
    • Death systems already clear client UI - sending packets was redundant and broke namespace references

Technical

  • Dual-mode HUD system: vanilla (clear=true full rebuild) vs MultipleHUD (clear=false incremental updates)
  • Death detection pattern: cleanup server state only, no client packets when dead
  • hideHud() now accepts sendClientPackets boolean - pass false during death to skip client operations
  • Build: Gradle 8.5, Java 21+