Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
Death Counter
ModMIT

Death Counter

Death Counter with client Web UI

16.0K
Downloads
60
Followers
3 months ago
Updated
📦
30
Versions
cursedsocialutilityfabric
Download Latestv2026.2.1View on Modrinth

📖About Death Counter

Contributors
Forks
Stargazers
Issues
MIT License
LinkedIn
Discord
Modrinth


Logo

Death Counter

Death Counter with client Web UI
Support · Report Bug · Request Feature

Table of Contents
  1. About The Project
    • Built With
  2. Usage
    • Gameplay
    • Commmands
      • Client-side commands
      • Server-side commands
    • Client Config
  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

  • Fabric
  • Fabric-Language-Kotlin
  • Ducky-Updater-Lib
  • fStats

(back to top)

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
  }
}

(back to top)

Roadmap

  • Client-Side WebUI for streamers

See the open issues for a full list of proposed features (and
known issues).

(back to top)

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

👥 Team & Contributors

syorito-hatsuki
syorito-hatsukiOwner

⚙️ Compatibility

Environment
❓ Unknown
Loaders
fabric
Minecraft Versions
1.21.11

🔗 Links

Modrinth Page