DeathMessages
No reviews yet
This project adds a brief private message to a player with their coordinates upon their death.
Includes a large focus on traversing worlds with enhanced world generation, structures, dungeons, and more for players to find unique loot.
Includes quality of life improvements and small tweaks to enhance and customize gameplay.
Features small, self-contained games within Minecraft.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Paper is a fork of Spigot that adds its own plugin API on top of the Bukkit API. All Spigot plugins are compatible with paper, not all paper plugins are compatible with Spigot.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
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.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
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.3or 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
- Build the Paper plugin jar.
- Copy
paper/build/libs/DeathMessages-1.0+26.2.jarinto your Paper server'spluginsdirectory. - Restart the server.
Fabric
- Build the Fabric mod jar.
- Copy
fabric/build/libs/DeathMessages-1.0+26.2.jarinto your Fabric server'smodsdirectory. - Make sure Fabric API is also installed in the server's
modsdirectory. - 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
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.3or 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
- Build the Paper plugin jar.
- Copy
paper/build/libs/DeathMessages-1.0+26.2.jarinto your Paper server'spluginsdirectory. - Restart the server.
Fabric
- Build the Fabric mod jar.
- Copy
fabric/build/libs/DeathMessages-1.0+26.2.jarinto your Fabric server'smodsdirectory. - Make sure Fabric API is also installed in the server's
modsdirectory. - 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
Screenshots
Gallery
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
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources