Back to Mods
JemDeaths

JemDeaths

miscJemsire

Displays death messages and position to player in chat when players die.

About JemDeaths

A Hytale server plugin that displays death messages in chat when players die. The plugin broadcasts death information to all players (or just the deceased player) and sends the death position to the player who died.

Features

Death Message Broadcasting: Displays death messages in chat with the format "Playername was killed by [cause]"

Configurable Display: Choose whether to show death messages in chat and whether to broadcast to all players or just the deceased player

Death Position Tracking: Automatically sends the player's death position coordinates after they die

Hot Reload: Reload configuration without restarting the server using /jemdeaths-reload

Simple Configuration: Easy-to-use configuration file with sensible defaults

Installation

Download the latest release from the releases page

Place the JemDeaths-x.x.x.jar file into your Hytale server's mods folder

Start your server to generate the configuration file

(Optional) Edit the Jemsire_JemDeaths/DeathConfig.json file to customize settings

In-game type /jemdeaths-reload to reload the config if you made changes

Configuration

After first launch, a configuration file will be created at Jemsire_JemDeaths/DeathConfig.json:

{ "ShowDeathMessage": true, "ShowPosition": true, "DeathAnnouncementFormat": "<red>{player} {deathCause}", "DeathLocationFormat": "<gold>Your last death position: <white>X:{x} Y:{y} Z:{z}", "DeathCauseReplacement": "was" }

Configuration Options

ShowDeathMessage (default: true): Enable sending the death message to everyone

When true: Death message is broadcast to all online players

When false: Death messages are disabled

ShowPosition (default: true): Enable sending the position of the player's death to the player only

When true: The player receives a private message with their death coordinates

When false: Position notification is disabled

DeathAnnouncementFormat (default: "{player} {deathCause}"): Customize the format of the death announcement message

Supports placeholders: {player}, {playerName}, {deathCause}, {rawDeathCause}, {position}, {x}, {y}, {z}

Example: "[DEATH] {player} died: {deathCause}" or "Cant believe {player} {deathCause}"

DeathLocationFormat (default: "<gold>Your last death position: <white>X:{x} Y:{y} Z:{z}"): Customize the format of the death location message sent to the player

Supports placeholders: {player}, {playerName}, {deathCause}, {rawDeathCause}, {position}, {x}, {y}, {z}

Example: "Your death location: {x}, {y}, {z}" or "Died at: {position}"

DeathCauseReplacement (default: "was"): What to replace "You were" with in the death cause

The game's death message typically starts with "You were", this setting replaces it

Example: "was" (default), "got", "perished from", etc.

Color Formatting

Both DeathAnnouncementFormat and DeathLocationFormat support color formatting using tags or legacy color codes. The plugin will automatically detect and apply colors if present.

Supported Color Formats:

Named Color Tags: <red>, <blue>, <green>, <yellow>, <gold>, etc.

Hex Color Tags: <#FF0000> for custom colors

Legacy Color Codes: &a, &c, &e, etc. (Minecraft/Hytale style)

Available Named Colors:

black, dark_blue, dark_green, dark_aqua, dark_red, dark_purple

gold, gray, dark_gray, blue, green, aqua

red, light_purple, yellow, white

Examples:

{ "DeathAnnouncementFormat": "<red>{player} <gray>{deathCause}</gray>", "DeathLocationFormat": "<gold>Your last death position: <#00FF00>X:{x} Y:{y} Z:{z}</#00FF00>" }

Or using legacy codes:

{ "DeathAnnouncementFormat": "&c{player} &7{deathCause}", "DeathLocationFormat": "&6Your last death position: &aX:{x} Y:{y} Z:{z}" }

Available Placeholders

Placeholders can be used in both DeathAnnouncementFormat and DeathLocationFormat:

{player} or {playerName} - The player's display name

{deathCause} - The formatted death cause (with "You were" replaced)

{rawDeathCause} - The original death cause without replacement

{position} - Full position as "x, y, z" (e.g., "123.4, 64.0, -567.8")

{x} - X coordinate only (e.g., "123.4")

{y} - Y coordinate only (e.g., "64.0")

{z} - Z coordinate only (e.g., "-567.8")

Example Configurations

Default configuration:

{ "ShowDeathMessage": true, "ShowPosition": true, "DeathAnnouncementFormat": "<red>{player} {deathCause}", "DeathLocationFormat": "<gold>Your last death position: <white>X:{x} Y:{y} Z:{z}", "DeathCauseReplacement": "was" }

Custom formatted messages:

{ "ShowDeathMessage": true, "ShowPosition": true, "DeathAnnouncementFormat": "Cant believe {player} {deathCause}", "DeathLocationFormat": "Your death location: X:{x} Y:{y} Z:{z}", "DeathCauseReplacement": "got" }

Commands

/jemdeaths-reload - Reloads the plugin configuration without restarting the server

Permission: jemdeaths.reload

Usage: Use this command after modifying DeathConfig.json to apply changes

This project is open-source:

Feel free to contribute or spin it into your own system! Check out the Github

Want to get updates for all my projects?

Join the discord! Join Now!

Downloads
40
Created
Jan 19, 2026
Updated
Jan 19, 2026
Version
Early Access

Categories

MiscellaneousQuality of LifeUtility

Screenshots

JemDeaths screenshot 1JemDeaths screenshot 2

Download Mod

Download on CurseForge
Free download • 40 total downloads

Need a Server?

Run JemDeaths on a dedicated Hytale server with easy mod management.

Get Hytale Hosting

Frequently Asked Questions

What is JemDeaths?

Displays death messages and position to player in chat when players die.

How do I download JemDeaths?

You can download JemDeaths for free from CurseForge. Click the "Download on CurseForge" button on this page to go directly to the download page.

Who created JemDeaths?

JemDeaths was created by Jemsire. The mod has been downloaded 40 times.

Is JemDeaths compatible with Hytale servers?

JemDeaths is designed for Hytale and can be used on both single-player and multiplayer servers. Check the mod page on CurseForge for specific compatibility information.

How do I install JemDeaths?

To install JemDeaths: 1) Download the mod from CurseForge, 2) Place the file in your Hytale mods folder, 3) Restart the game. The mod should load automatically.