Wrapped — Play Time Tracker

Quick rating

Wrapped — Play Time Tracker

No reviews yet

The cross-server playtime tracker Mojang never built. Plus blocks, deaths, biomes — and a shareable Wrapped card every Sunday.

QoL & Tweaks
Mod Loaders
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 Required
Server Unsupported

About

Project Details

Type
Mod
License
All Rights Reserved
Latest Version
Minecraft Wrapped 0.3.3
Authors
CurseForge
Modrinth

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

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Minecraft Wrapped — Play Time Tracker

A Fabric mod that tracks your total playtime across every Minecraft world and server you've ever played, plus the detail behind it: blocks, deaths, biomes, mob kills, distance, XP, advancements.

Your lifetime hours show on the title screen as a small HUD. Stats sync to minecraftwrapped.com, where you get a personal dashboard and a shareable Wrapped card every Sunday.

Features

  • Lifetime playtime aggregated across every world and server you join — vanilla tracks per-world, this gives you the total.
  • Active vs AFK split, with a configurable idle threshold.
  • Title-screen HUD that ticks up in real time as you play.
  • Retroactive import of your pre-mod single-player history from saves/*/stats/<uuid>.json on first launch.
  • Per-event detail: block break/place include block type, tool, biome, coordinates; deaths include cause and dimension; mob kills include mob type.
  • Session boundaries with server attribution for multiplayer sessions.
  • Offline-resilient — events queue to a local file and sync when you reconnect.
  • Web dashboard: 24h × 7-day activity heatmap, top blocks, top servers, biome wheel, playstyle radar, top death causes.
  • Weekly Wrapped card auto-generated every Sunday at 00:00 UTC.

Title-screen idle time does not count toward your hours. Only time spent in a world is recorded.

How it works

The mod reads Minecraft's own ServerStatHandler and stats/*.json files on a poll — vanilla already tracks blocks mined, mobs killed, distance walked, and playtime, so there's no point re-intercepting them with mixins. A small set of mixins covers the things vanilla doesn't: per-event coordinates, biome, session boundaries, server hostname, your own chat. Fewer mixins, fewer conflicts. Tested clean against Sodium, Lithium, and FerriteCore.

Data and privacy

Play data syncs to minecraftwrapped.com. The cross-device total, the dashboard, and the Wrapped card all rely on a server-side aggregate; without sync you'd just have per-machine numbers, which is what vanilla gives you already.

Consent lives on the client. The mod stores its own Tier 1 / Tier 2 toggles locally and is the only authority for what it captures. The website cannot change those toggles remotely — there is no endpoint for it, and the mod's bytecode never reads one. Each sync attaches the mod's current local consent to the batch it's sending.

In practice that means: turning a tier off in /wrapped settings stops the mod from sending it, full stop. The Data Vault's Pause button on the website is a server-side filter — it tells the ingest endpoint to drop matching events as they arrive. The mod itself keeps capturing locally until you also turn it off there.

What's captured by default:

  • Tier 1 — session start/end with server hostname, blocks broken/placed, deaths, mobs killed, distance, biome time, XP, advancements, your own chat messages.
  • Tier 2 — per-event coordinates, periodic inventory snapshots, damage dealt/taken, food consumed, fishing events, breeding events.

What's never captured: IP addresses, device fingerprints, input patterns, system info beyond Minecraft + OS version, chat from other players, private messages, voice-chat audio.

The Data Vault at minecraftwrapped.com/dashboard/vault has full JSON export, delete-by-category, and a one-click wipe of every event the service has ever stored. Uninstalling the mod stops new collection. Deleting your account removes everything. Full policy: minecraftwrapped.com/privacy.

Install

  1. Download the jar matching your Minecraft version.
  2. Install Fabric API (also on CurseForge).
  3. Drop both into your mods/ folder.
  4. Launch — tracking starts immediately and your lifetime hours appear on the title screen.

To see the dashboard or share Wrapped cards, sign in at minecraftwrapped.com with Microsoft and paste the one-time install code the mod prints in chat. Skip this and your stats still sync; you just won't have a dashboard or a public profile.

Compatibility

  • Minecraft 1.21.11 – 1.21.x (Fabric)
  • Java 21
  • Requires Fabric API
  • Client-only — not needed on the server
  • Tested with Sodium, Lithium, FerriteCore

Forge / NeoForge are on the roadmap, not in this build.


Links

Minecraft Wrapped — Play Time Tracker

A Fabric mod that tracks your total playtime across every Minecraft world and server you've ever played, plus the detail behind it: blocks, deaths, biomes, mob kills, distance, XP, advancements.

Your lifetime hours show on the title screen as a small HUD. Stats sync to minecraftwrapped.com, where you get a personal dashboard and a shareable Wrapped card every Sunday.

Features

  • Lifetime playtime aggregated across every world and server you join — vanilla tracks per-world, this gives you the total.
  • Active vs AFK split, with a configurable idle threshold.
  • Title-screen HUD that ticks up in real time as you play.
  • Retroactive import of your pre-mod single-player history from saves/*/stats/<uuid>.json on first launch.
  • Per-event detail: block break/place include block type, tool, biome, coordinates; deaths include cause and dimension; mob kills include mob type.
  • Session boundaries with server attribution for multiplayer sessions.
  • Offline-resilient — events queue to a local file and sync when you reconnect.
  • Web dashboard: 24h × 7-day activity heatmap, top blocks, top servers, biome wheel, playstyle radar, top death causes.
  • Weekly Wrapped card auto-generated every Sunday at 00:00 UTC.

Title-screen idle time does not count toward your hours. Only time spent in a world is recorded.

How it works

The mod reads Minecraft's own ServerStatHandler and stats/*.json files on a poll — vanilla already tracks blocks mined, mobs killed, distance walked, and playtime, so there's no point re-intercepting them with mixins. A small set of mixins covers the things vanilla doesn't: per-event coordinates, biome, session boundaries, server hostname, your own chat. Fewer mixins, fewer conflicts. Tested clean against Sodium, Lithium, and FerriteCore.

Data and privacy

Play data syncs to minecraftwrapped.com. The cross-device total, the dashboard, and the Wrapped card all rely on a server-side aggregate; without sync you'd just have per-machine numbers, which is what vanilla gives you already.

Consent lives on the client. The mod stores its own Tier 1 / Tier 2 toggles locally and is the only authority for what it captures. The website cannot change those toggles remotely — there is no endpoint for it, and the mod's bytecode never reads one. Each sync attaches the mod's current local consent to the batch it's sending.

In practice that means: turning a tier off in /wrapped settings stops the mod from sending it, full stop. The Data Vault's Pause button on the website is a server-side filter — it tells the ingest endpoint to drop matching events as they arrive. The mod itself keeps capturing locally until you also turn it off there.

What's captured by default:

  • Tier 1 — session start/end with server hostname, blocks broken/placed, deaths, mobs killed, distance, biome time, XP, advancements, your own chat messages.
  • Tier 2 — per-event coordinates, periodic inventory snapshots, damage dealt/taken, food consumed, fishing events, breeding events.

What's never captured: IP addresses, device fingerprints, input patterns, system info beyond Minecraft + OS version, chat from other players, private messages, voice-chat audio.

The Data Vault at minecraftwrapped.com/dashboard/vault has full JSON export, delete-by-category, and a one-click wipe of every event the service has ever stored. Uninstalling the mod stops new collection. Deleting your account removes everything. Full policy: minecraftwrapped.com/privacy.

Install

  1. Download the jar matching your Minecraft version.
  2. Install Fabric API (also on CurseForge).
  3. Drop both into your mods/ folder.
  4. Launch — tracking starts immediately and your lifetime hours appear on the title screen.

To see the dashboard or share Wrapped cards, sign in at minecraftwrapped.com with Microsoft and paste the one-time install code the mod prints in chat. Skip this and your stats still sync; you just won't have a dashboard or a public profile.

Compatibility

  • Minecraft 1.21.11 – 1.21.x (Fabric)
  • Java 21
  • Requires Fabric API
  • Client-only — not needed on the server
  • Tested with Sodium, Lithium, FerriteCore

Forge / NeoForge are on the roadmap, not in this build.


Links

Screenshots

Gallery

  • minecraft-wrapped-titlescreen.png
    minecraft-wrapped-titlescreen.png minecraft-wrapped-titlescreen.png
  • Wrapped - Dashboard
    Wrapped - Dashboard Dashboard that displays all statistics of your gameplay time
  • Minecraft Wrapped - Dashboard View
    Minecraft Wrapped - Dashboard View Upon opening your dashboard you get to see in detail your statistics, including each Minecraft session in detail. You get to see your weekly, monthly and yearly stats wrapped into beautiful cards to share with friends.
  • Minecraft Wrapped - Title Screen View
    Minecraft Wrapped - Title Screen View Displays total time played in top left corner. On button click, it opens your time tracker dashboard to view all the stats of your playtime.

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
Total Downloads
CurseForge
<1,000
Modrinth
<1,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
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