HomeJavaModsFiw Clock
Fiw Clock
ModsJava

Fiw Clock

by Fi3w0 · on Modrinth

Tickwatch is a tiny, server-side Minecraft mod that records each player's playtime, kills, and deaths and stores them in a plain JSON file per world. It…

⬇ Download on Modrinth

Tickwatch

Track playtime, kills, and deaths — server-side, lightweight, crash-safe.

Tickwatch quietly records how long each player has played and how many kills and deaths they rack up, then stores it all in a clean JSON file. No client mod required, no commands to learn, no impact on your TPS.


✨ Why Tickwatch?

📊 What it tracks

For every player, per world:

Stat Detail
⏱️ Playtime Counted in ticks, with a human-readable 2h 14m 30s field
⚔️ Kills Mobs and players killed by that player
💀 Deaths Times that player died

Stored at <world>/fiw-clock/stats.json:

{
  "players": {
    "069a79f4-44e9-4726-a5be-fca90e38aaf5": {
      "name": "Notch",
      "playTimeTicks": 144000,
      "playTimeFormatted": "2h 00m 00s",
      "kills": 12,
      "deaths": 3
    }
  }
}

Perfect for leaderboards, web dashboards, Discord bots, or anything that can read JSON.

📦 Requirements

Minecraft 1.21.11 · Java 21+

No Architectury or other wrapper mod required.

🚀 Install

  1. Install Fabric or NeoForge on your server.
  2. Add the matching dependencies to mods/Fabric: Fabric API + Fabric Language Kotlin; NeoForge: Kotlin for Forge.
  3. Drop in the Tickwatch jar for your loader.
  4. Start the server — stats start tracking immediately.

💡 Tickwatch is purely server-side. Players do not need it installed to join.

📖 Links

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more