
Death Respawn Notifier
Server-side death coordinates, respawn notifications, personal death-screen details, and live Tab list dead markers.
- Загрузки
- 230
- Подписчики
- 3
- Обновлён
- 31 июля 2026 г.
- Лицензия
- NOASSERTION
Опубликован 23 мая 2026 г.
Death Respawn Notifier
Death Respawn Notifier adds server-side death coordinates, respawn notifications, personal death-screen details, and live Tab list dead markers.
- Know where you died — optional dimension and coordinates right in the death message.
- Hear when players return — an optional respawn broadcast for the whole server.
- See who is still down — a dead-player marker in the vanilla Tab list.
- Personal touches — your own death screen details and a respawn action bar reminder.
- Server-first — the core features run on the server; clients are optional.

Features
Death messages that help you recover
Server death messages can include the dimension and coordinates where a player died. Keep the detail on when your group wants easier recovery, or turn it off for vanilla-style death messages.



A simple heads-up when players respawn
Respawn broadcasts let everyone know a player is back. Dimension and coordinate details are optional, so the message can stay short or add context for coordinated play.

Personal death screen details
Install the mod on your client to see death dimension and coordinate details on the death screen. This feature is client-only and does not come from Server Config.



An optional respawn reminder
Turn on a short action bar alert after respawning — a quiet reminder of where you came back without adding another chat message. The server can show it to every player by default, and modded clients can turn inheritance off when they want a different local setting.

Dead markers in the Tab list
When the server enables Tab list dead markers, everyone can see who is still dead in the vanilla Tab list — no client install required.

Settings when you want them
With Mod Menu, adjust your local death screen details and leave the respawn action bar inheriting from Server Config by default, or turn inheritance off for your own local setting. In singleplayer, or on a server where you have operator permission, Server Config also exposes the global death, respawn, action bar, and Tab list features.

Quickstart
- Install Fabric Loader and Fabric API on your server.
- Drop Death Respawn Notifier into the server's
mods/folder and start it. Death-location messages, respawn broadcasts, respawn action bar reminders, and Tab list dead markers work for everyone immediately. - Want death screen details or your own respawn action bar setting? Add the mod (and Mod Menu) on your client.
- Tune server features or local client-only settings later in Mod Menu — Server Config needs operator permission — or in the config file below.
Compatibility
Death Respawn Notifier is server-first. Here is where each piece runs and what it needs.
- Dedicated server (required): death messages with dimension and coordinate details, respawn broadcasts, respawn action bar reminders, and Tab list dead markers.
- Client (optional): death screen details, respawn action bar overrides, Client Config, Mod Menu settings, and singleplayer.
- Required dependency: Fabric API, wherever the mod is installed.
- Optional dependency: Mod Menu on clients for Client Config and permission-gated Server Config.
| Feature | Singleplayer | Multiplayer with server mod | Client-only install |
|---|---|---|---|
| Death messages with location details | This world | Everyone sees the broadcast | Not available |
| Personal death screen details | Client Config | Client-only settings on each player's computer | Client Config only |
| Respawn messages | This world | Everyone sees the broadcast | Not available |
| Personal respawn action bar alerts | Client and Server Config | Server feature for everyone, with optional modded-client overrides after turning inheritance off | Client Config only |
| Tab list dead markers | This world | Server-controlled markers for everyone | Not available |
| Mod Menu settings | Client and Server Config | Client-only death screen and override settings on this computer; Server Config with operator permission | Client Config only |
Make it yours
Death Respawn Notifier keeps client-only settings separate from server-owned features.
- Client settings control your local death screen details and optional respawn action bar settings on this computer after you turn inheritance off.
- Server settings control death messages, respawn messages, respawn action bar reminders, and Tab list dead markers.
- Each scope has its own master toggle, so either side can stay on or off.
- In singleplayer, Server Config edits the server settings in the local file. On remote servers, Server Config is editable only with operator permission.
Config file
After first launch, edit config/death-respawn-notifier.json. File edits need a game or server restart; Mod Menu changes apply immediately where editable.
Show the default death-respawn-notifier.json
{
"schema_version": 1,
"server": {
"enabled": true,
"action_bar": {
"on_respawn": {
"enabled": false,
"include_dimension": false,
"include_coordinates": false
}
},
"broadcasts": {
"on_death": {
"enabled": true,
"include_dimension": true,
"include_coordinates": true
},
"on_respawn": {
"enabled": true,
"include_dimension": false,
"include_coordinates": false
}
},
"tab_list": {
"dead_markers_enabled": true
}
},
"client": {
"enabled": true,
"inherit_server_settings": true,
"death_screen": {
"on_death": {
"enabled": true,
"include_dimension": true,
"include_coordinates": true
}
},
"action_bar": {
"on_respawn": {
"enabled": false,
"include_dimension": false,
"include_coordinates": false
}
}
}
}
More from bearaujus
Browse every Bearaujus mod, current version, and install link at modrinth.bearaujus.com.
More server-first Fabric mods in the same family:
- Dimension Notifier — Server-side dimension change notifications with action bar coordinates, chat broadcasts, and live Tab list labels.
- Improved Sleep — Multiplayer sleep percentage or fixed-player thresholds, daytime and storm rules, wake times, and sleeper rewards.
- Sleep Wake-Up Notifier — Live multiplayer sleep progress, wake-up notifications, custom bed messages, and morning broadcasts with Improved Sleep integration.
Support & license
Report issues at issues.
Death Respawn Notifier is distributed under the Bearaujus Proprietary License v1.0. Full terms ship inside the downloaded jar as LICENSE.txt.
Death Respawn Notifier is not official Minecraft content and is not endorsed by or associated with Mojang or Microsoft.
Ченджлог
0.2.5+26.2Релиз26.2 · 31 июля 2026 г.
Changed
- Improved launcher and Modrinth discovery with a clearer death-and-respawn summary, focused categories, and capability-first README copy.
- Added distinct Mod Menu summary and detail text plus direct links to Modrinth, the Bearaujus mod catalog, and the public issue tracker.
- Corrected Fabric issue metadata to use the public HTTPS issue tracker and aligned every project link with this mod's listing.
- Added descriptive Modrinth gallery titles sourced from the README screenshot captions.
Notes
- No gameplay behavior changed in this metadata-focused release.
- This build targets Minecraft
>=26.2 <26.3.0and retains the existing boot-tested Fabric runtime minimums.
0.2.4+26.2Релиз26.2 · 31 июля 2026 г.
Changed
- Added tested Minecraft
26.2support, including26.2.xpatch releases through the~26.2dependency range. - Compiled against Fabric Loader
0.19.3and Fabric API0.156.0+26.2while keeping the boot-tested runtime minimums at Loader0.19.0and Fabric API0.147.1+26.2. - Moved dead-player marking to the completed-death event so cancelled or interrupted deaths cannot leave false Tab-list markers.
- Preserved vanilla death-message audience routing while adding location details, and strengthened cleanup across respawn, disconnect, and server-stop paths.
- Prevented death details from overlapping vanilla content on compact screens and improved Config screen synchronization, accessibility, layout, and save recovery.
Notes
- This build targets Minecraft
>=26.2 <26.3.0; Minecraft26.1.xis no longer supported.
0.2.3+26.1.2Релиз26.1.2 · 10 июня 2026 г.
Changed
- Lowered the declared Fabric Loader runtime minimum from
0.19.3to0.19.0.
Notes
- Metadata-only patch release. No gameplay, config, icon, or README changes from the previous published build.
0.2.2+26.1.2Релиз26.1.2 · 8 июня 2026 г.
Changed
- Relaxed the Minecraft dependency from exact
26.1.2to patch-tolerant~26.1.2so the mod keeps loading across26.1.xpatches. - Lowered the declared Fabric API runtime minimum from
0.150.0+26.1.2to0.145.4+26.1.2. - Relaxed the optional Mod Menu suggestion metadata from
>=18.0.0-beta.1to*.
Notes
- Metadata-only patch release. No gameplay, config, icon, or README changes from the previous published build.
0.2.1+26.1.2Релиз26.1.2 · 8 июня 2026 г.
Changed
- Refreshed the packaged and release icons.
- Rewrote the short description across the Modrinth summary,
fabric.mod.json, and Mod Menu text. - Reworked the release README with clearer highlights, quickstart steps, and compatibility guidance.
0.2.0+26.1.2Релиз26.1.2 · 7 июня 2026 г.
Added
- Client and server top-level enable toggles in the shared scoped config layout.
- A dedicated on/off switch for the death-screen location line.
Changed
- Reworked Client Config and Server Config into the shared scoped JSON config system.
- Config storage moved from
death-respawn-notifier.propertiestodeath-respawn-notifier.json. - Death and respawn settings now use consistent grouped sections with matching dimension and coordinate toggles.
- Disabling custom death broadcasts now falls back to vanilla death messages instead of suppressing them.
- Dead-marker sync now resends known states when the feature is enabled on a live server and only targets clients that can receive the payload.
Notes
0.1.0settings are not migrated automatically. Review the new JSON config after upgrading.
0.1.0+26.1.2Релиз26.1.2 · 26 мая 2026 г.
Added
- Initial release.
Комментарии
Загружаем…