Fiw Clock

Quick rating

Fiw Clock

No reviews yet

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 runs on both Fabric and NeoForge.

Mod Loaders
NeoForge
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Unsupported
Server Required

About

Project Details

Type
Mod
License
MIT License
Latest Version
1.0.0
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

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?

  • 🪶 Featherweight — tracking is one integer per online player per tick. That's it.
  • 🖥️ Server-side only — your players join with a vanilla client. Install it on the server and forget it.
  • 🔀 Fabric and NeoForge — same mod, both loaders.
  • 💾 Crash-safe by design — atomic writes with a rotating backup. A sudden power loss or hard crash cannot corrupt your stats.
  • Never blocks the server — all disk writes run on a dedicated background thread.

📊 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+

  • Fabric: Fabric API + Fabric Language Kotlin
  • NeoForge: Kotlin for Forge

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

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
CurseForge
Modrinth
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works