
Death Counter
Death Counter with client Web UI
Screenshots




About this Mod
Table of Contents
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.
Built With
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 [<playerName>] |
❌ | none |
Get a specific player death count |
Client config
{
"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
}
}
Roadmap
See the open issues for a full list of proposed features (and
known issues).
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any
contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also
simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
License
Distributed under the MIT License. See LICENSE.txt for more information.
Available Versions
How to Install Death Counter on Your Server
Order Server
Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).
Set fabric Loader
In the panel under "Egg", select the fabric loader and matching Minecraft version (1.21.11).
Install Mod
Open the mod browser in the dashboard and search for "Death Counter". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.
Compatibility
Mod Loaders
Minecraft Versions
1.21.11, 1.21.10, 1.21.9 (+24 more)
Server-side
~ OptionalRecommended RAM
4 GB(min. 3 GB)Frequently Asked Questions
Death Counter server crashes on startup – what to do?
Most common cause: wrong fabric version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (1.21.11). You can switch loaders with one click in the panel.
Is Death Counter compatible with fabric?
Death Counter officially supports fabric for Minecraft 1.21.11, 1.21.10, 1.21.9. The Mado dashboard automatically detects incompatible loader combinations.
Server lagging with Death Counter – how to optimize performance?
Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if Death Counter consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.
Similar Mods
Rent Modded Server
Install Death Counter with just one click on your server.