Death Counter

⭐ — (60 endorsements) 📥 18,256 downloads 📌 v2026.2.1 📅 10/17/2022
🟡 Updated this year

By syorito-hatsuki · cursed

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 2/7/2026 📅 Created: 10/17/2022
⚠️ Install Order · 2 steps
1🛠️ Forge — Minecraft Forge (mod loader) Download ↗
2🛠️ Fabric — Fabric Loader Download ↗

Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.

🔍 Analysis

  • 👍 0.3% endorsement rate
  • 🏆 #111 of 128 cursed mods in this game by downloads

📋 About This Mod

<a name="readme-top"></a> ] ] ] ] ] ] ] ] <br /> <div align="center"> <a href="https://github.com/syorito-hatsuki/death-counter"> <img src="https://github.com/syorito-hatsuki/death-counter/blob/1.20/src/main/resources/assets/deathcounter/icon.png?raw=true" alt="Logo" width="80" height="80"> </a> <h3 align="center">Death Counter</h3> <p align="center"> Death Counter with client Web UI <br /> <a href="https://discord.gg/pbwnMwnUD6">Support</a> · <a href="https://github.com/syorito-hatsuki/death-counter/issues">Report Bug</a> · <a href="https://github.com/syorito-hatsuki/death-counter/issues">Request Feature</a> </p> </div> <details> <summary>Table of Contents</summary> <ol> <li> <a href="#about-the-project">About The Project</a> <ul> <li><a href="#built-with">Built With</a></li> </ul> </li> <li> <a href="#usage">Usage</a> <ul> <li><a href="#gameplay">Gameplay</a></li> <li> <a href="#commmands">Commmands</a> <ul> <li><a href="#client-side-commands">Client-side commands</a></li> <li><a href="#server-side-commands">Server-side commands</a></li> </ul> </li> <li><a href="#client-config">Client Config</a></li> </ul> </li> <li><a href="#roadmap">Roadmap</a></li> <li><a href="#contributing">Contributing</a></li> <li><a href="#license">License</a></li> </ol> </details> ## About The Project Death Counter is a server-side Minecraft Fabric mod to get info about how many players die, directly from player stats, so you always get an actual count. Also support for client-side WebUI, useful for streamers. You can also see it in-game using commands. > Other mods only start counting from zero after it's been installed. This mod, on the other hand, can also report > deaths from before this mod was installed. <p align="right">(<a href="#readme-top">back to top</a>)</p> ### Built With * ! * ! * ! * ! <p align="right">(<a href="#readme-top">back to top</a>)</p> ## Usage ### Gameplay For start use it u don't need any special setup. Plug and Play :) ### Commmands #### Client-side commands | Command | OP | Permission | Description | |-------------------------------|----|------------|------------------------------------------------------------------------| | `/dcc` | ❌ | `none` | Get your own death count | | `/dcc warning <boolean>` | ❌ | `none` | Enable/Disable warning message when mod unavailable on server-side | | `/dcc webuinotify <boolean>` | ❌ | `none` | Enable/Disable web client address toast notification on login to world | | `/dcc title <boolean>` | ❌ | `none` | Enable/Disable title message | | `/dcc delayInTicks <integer>` | ❌ | `none` | Change title message show delay | | `/dcc chat <boolean>` | ❌ | `none` | Enable/Disable chat message | #### Server-side commands | Command | OP | Permission | Description | |-----------------------|----|------------|------------------------------------| | `/dcs top` | ❌ | `none` | Get top of dead inside :D | | `/dcs <page>` | ❌ | `none` | Get the death count of all players | | `/dcs ` | ❌ | `none` | Get a specific player death count | ### Client config ```json5 { "titleMessage": { "disable": false, "delayInTicks": 60 }, "chatMessage": { "disable": false }, // Warning message when mod unavailable on server-side "showWarning": true, // Web client toast notification "showToastNotification": { "disable": false, "delay": 5000 }, "webSetup": { // Local WebUI address "localAddress": "0.0.0.0", // Local WebUI port (1024-49151) "servicePort": 1540, // Local WebUI refresh time in milliseconds (more is better) "refreshDelayMs": 5000 } } ``` <p align="right">(<a href="#readme-top">back to top</a>)</p> ## Roadmap - (https://github.com/syorito-hatsuki/death-counter/blob/1.20/obs-integration.md) See the (https://github.com/syorito-hatsuki/death-counter/issues) for a full list of proposed features (and known

[!] [!] [!] [!] [!] [!] [!] [!]

Logo

Death Counter

Death Counter with client Web UI

Support · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Usage
  3. Roadmap
  4. Contributing
  5. License

## About The Project

Death Counter is a server-side Minecraft Fabric mod to get info about how many players die, directly from player stats, so you always get an actual count. Also support for client-side WebUI, useful for streamers. You can also see it in-game using commands.

> Other mods only start counting from zero after it's been installed. This mod, on the other hand, can also report > deaths from before this mod was installed.

(back to top)

### Built With

! ! ! !

(back to top)

### Gameplay

For start use it u don't need any special setup. Plug and Play :)

### Commmands

#### Client-side commands

| Command | OP | Permission | Description | |-------------------------------|----|------------|------------------------------------------------------------------------| | `/dcc` | ❌ | `none` | Get your own death count | | `/dcc warning ` | ❌ | `none` | Enable/Disable warning message when mod unavailable on server-side | | `/dcc webuinotify ` | ❌ | `none` | Enable/Disable web client address toast notification on login to world | | `/dcc title ` | ❌ | `none` | Enable/Disable title message | | `/dcc delayInTicks ` | ❌ | `none` | Change title message show delay | | `/dcc chat ` | ❌ | `none` | Enable/Disable chat message |

#### Server-side commands

| Command | OP | Permission | Description | |-----------------------|----|------------|------------------------------------| | `/dcs top` | ❌ | `none` | Get top of dead inside :D | | `/dcs ` | ❌ | `none` | Get the death count of all players | | `/dcs []` | ❌ | `none` | Get a specific player death count |

### Client config

```json5 { "titleMessage": { "disable": false, "delayInTicks": 60 }, "chatMessage": { "disable": false }, // Warning message when mod unavailable on server-side "showWarning": true, // Web client toast notification "showToastNotification": { "disable": false, "delay": 5000 }, "webSetup": { // Local WebUI address "localAddress": "0. 0. 0. 0", // Local WebUI port (1024-49151) "servicePort": 1540, // Local WebUI refresh time in milliseconds (more is better) "refreshDelayMs": 5000 } } ```

(back to top)

- (https://github.com/syorito-hatsuki/death-counter/blob/1. 20/obs-integration.md)

See the (https://github.com/syorito-hatsuki/death-counter/issues) for a full list of proposed features (and known

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Mods
Author
syorito-hatsuki
Version
2026.2.1
Downloads
18,256
Endorsements
60
Category
cursed
Created
10/17/2022
Updated
2/7/2026
Game Versions
1.21.11
Tags
cursed, social, utility

🔧 How to Install Minecraft Mods Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Mods →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Mods versions does Death Counter support?

The author lists 1.21.11. Other versions may work but are untested by the author.

What is the latest version of Death Counter?

Version 2026.2.1, published 2026-02-07 with 18,256 downloads recorded at the source.

Keep browsing — more Minecraft Mods mods await

📋 All Minecraft Mods Mods 🏆 Top 25 📂 More cursed 👤 More by syorito-hatsuki 🔎 Similar Mods 🌐 Best cursed (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods