DeathMessages

This project adds a brief private message to a player with their coordinates upon their death.

DeathMessages

DeathMessages is a small Minecraft server-side project that sends a private message to a player when they die, showing the block coordinates of their death.

The repository builds two platform artifacts:

  • Paper plugin
  • Fabric mod

Current message format:

You died at <x>, <y>, <z>.

Requirements

  • Java 25
  • Gradle wrapper included in this repository

Paper

  • Paper API 26.2

Fabric

  • Minecraft 26.2
  • Fabric Loader 0.19.3 or newer
  • Fabric API for Minecraft 26.2

Building

From the repository root, build both platform artifacts:

./gradlew :fabric:build :paper:build

Build only Paper:

./gradlew :paper:build

Build only Fabric:

./gradlew :fabric:build

The built jars are created at:

paper/build/libs/DeathMessages-1.0+26.2.jar
fabric/build/libs/DeathMessages-1.0+26.2.jar

Installation

Paper

  1. Build the Paper plugin jar.
  2. Copy paper/build/libs/DeathMessages-1.0+26.2.jar into your Paper server's plugins directory.
  3. Restart the server.

Fabric

  1. Build the Fabric mod jar.
  2. Copy fabric/build/libs/DeathMessages-1.0+26.2.jar into your Fabric server's mods directory.
  3. Make sure Fabric API is also installed in the server's mods directory.
  4. Restart the server.

Behavior

  • Sends the message only to the player who died.
  • Uses block coordinates from the player's death location.
  • Does not broadcast death coordinates to other players.
  • Paper listens for PlayerDeathEvent.
  • Fabric listens for Fabric API's server living-entity death event and handles player deaths only.

Project Layout

paper/   Paper plugin source, metadata, README, and changelog
fabric/  Fabric mod source, metadata, README, and changelog

The DeathMessages Team

profile avatar
  • 5
    Projects
  • 161
    Downloads

More from BlackShadowHRD271View all

  • DeathMessages project image

    DeathMessages

    • 3
    • Bukkit Plugins

    This project adds a brief private message to a player with their coordinates upon their death.

    • 3
    • June 30, 2026
    • Bukkit Plugins
  • PlayerTimer project image

    PlayerTimer

    • 47
    • Mods

    This project adds a timer, which can be started by the player or by a commandblock. The timer is unique to the player and each player can have their own timer running. It is a server-side only installation for running minigames and timed challenges.

    • 47
    • June 26, 2026
    • Mods
    • +2
  • PlayerTimer-paper project image

    PlayerTimer-paper

    • 8
    • Bukkit Plugins

    This project adds a timer, which can be started by the player or by a commandblock. The timer is unique to the player and each player can have their own timer running. It is a server-side only installation for running minigames and timed challenges.

    • 8
    • May 21, 2026
    • Bukkit Plugins
    • +2
  • boti_timer project image

    boti_timer

    • 100
    • Data Packs

    A Minecraft timer for use on multiplayer servers. It has count up and count down functionality and displays on the action bar.

    • 100
    • May 18, 2026
    • Data Packs
  • DeathMessages project image

    DeathMessages

    • 3
    • Bukkit Plugins

    This project adds a brief private message to a player with their coordinates upon their death.

    • 3
    • June 30, 2026
    • Bukkit Plugins
  • PlayerTimer project image

    PlayerTimer

    • 47
    • Mods

    This project adds a timer, which can be started by the player or by a commandblock. The timer is unique to the player and each player can have their own timer running. It is a server-side only installation for running minigames and timed challenges.

    • 47
    • June 26, 2026
    • Mods
    • +2
  • PlayerTimer-paper project image

    PlayerTimer-paper

    • 8
    • Bukkit Plugins

    This project adds a timer, which can be started by the player or by a commandblock. The timer is unique to the player and each player can have their own timer running. It is a server-side only installation for running minigames and timed challenges.

    • 8
    • May 21, 2026
    • Bukkit Plugins
    • +2
  • boti_timer project image

    boti_timer

    • 100
    • Data Packs

    A Minecraft timer for use on multiplayer servers. It has count up and count down functionality and displays on the action bar.

    • 100
    • May 18, 2026
    • Data Packs