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
sendClientPacketsparameter tohideHud()method - Removed destructive
clearHud()call that destroyed MultipleHUD container - Death systems already clear client UI - sending packets was redundant and broke namespace references
- Added
Technical
- Dual-mode HUD system: vanilla (
clear=truefull rebuild) vs MultipleHUD (clear=falseincremental updates) - Death detection pattern: cleanup server state only, no client packets when dead
hideHud()now acceptssendClientPacketsboolean - passfalseduring death to skip client operations- Build: Gradle 8.5, Java 21+

