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:
Current message format:
You died at <x>, <y>, <z>.
26.226.20.19.3 or newer26.2From 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
paper/build/libs/DeathMessages-1.0+26.2.jar into your Paper server's plugins directory.fabric/build/libs/DeathMessages-1.0+26.2.jar into your Fabric server's mods directory.mods directory.PlayerDeathEvent.paper/ Paper plugin source, metadata, README, and changelog
fabric/ Fabric mod source, metadata, README, and changelog