Death Respawn Notifier

Quick rating

Death Respawn Notifier

No reviews yet

Server-side death coordinates, respawn notifications, personal death-screen details, and live Tab list dead markers.

Adventure/Exploration
Mod Loaders
Fabric
Minecraft
26.2

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Optional
Server Required

About

Project Details

Type
Mod
License
NOASSERTION
Latest Version
0.2.5+26.2
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Death Respawn Notifier

Minecraft 26.2 Loader Fabric Install Server-first Modrinth project Bearaujus mod catalog

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.

Death Respawn Notifier overview

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.

Death message with Overworld location details

Death message with The End location details

Death message with The Nether location details

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.

Respawn broadcast message

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.

Death screen details in the Overworld

Death screen details in The End

Death screen details in The Nether

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.

Respawn action bar alert

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.

Tab list with dead player marker

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.

Death Respawn Notifier Mod Menu settings

Quickstart

  1. Install Fabric Loader and Fabric API on your server.
  2. 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.
  3. Want death screen details or your own respawn action bar setting? Add the mod (and Mod Menu) on your client.
  4. 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.

Screenshots

Gallery

  • Death Respawn Notifier overview
    Death Respawn Notifier overview
  • Death message with Overworld location details
    Death message with Overworld location details
  • Death message with The End location details
    Death message with The End location details
  • Death message with The Nether location details
    Death message with The Nether location details
  • Respawn broadcast message
    Respawn broadcast message
  • Death screen details in the Overworld
    Death screen details in the Overworld
  • Death screen details in The End
    Death screen details in The End
  • Death screen details in The Nether
    Death screen details in The Nether
  • Respawn action bar alert
    Respawn action bar alert
  • Tab list with dead player marker
    Tab list with dead player marker
  • Death Respawn Notifier Mod Menu settings
    Death Respawn Notifier Mod Menu settings

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works