Overview
Bumenfeld Death Announcer reacts to every player death, classifies the cause (fire, fall, projectile, etc.), and broadcasts a localized title/subtitle plus a bold red [DEATH] chat line.
Features
- Localized death titles per cause category
- Custom icons for HUD/notifications (PNG assets)
- Config toggles to enable/disable each channel independently

Commands
/deathnotification config <option> <value>
- Options:
language, notifications, chat-notifications, hud-notifications, hud-display-seconds
/deathnotification reload — Reload config/localization (no server restart)
Dependencies (required)
Installation
- Install MultipleHUD (required).
- Drop this mod’s
.jar into your server’s /mods/ folder.
- Start the server once (creates
config.yml + localization folder).
- Edit config and either run
/deathnotification reload or restart.
Configuration
{
"language": "en",
"notifications": true,
"chat-notifications": true,
"hud-notifications": true,
"hud-display-seconds": 4
}
Changelog
- 1.3.2 (2026-03-31) — Hytale Update 4 compatibility and UpdateChecker Support
- 1.3.1 (2026-02-23) — Fix Server Version Matching and Missing Manifest Warnings
- 1.3.0 (2026-02-03) — First Release on CurseForge
- 1.2.0 (2026-02-02) — Require MultipleHUD; docs/UI refresh.
- 1.1.0 (2026-01-31) — Configurable HUD + icons.
- 1.0.0 (2026-01-29) — Initial release.