promotional bannermobile promotional banner

Wrapped — Play Time Tracker

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

File Details

Minecraft Wrapped 0.2.3

  • R
  • Apr 28, 2026
  • 84.78 KB
  • 37
  • 1.21.11
  • Fabric

File Name

minecraftwrapped-playtime-tracker-0.2.3.jar

Supported Versions

  • 1.21.11

Curse Maven Snippet

Fabric

modImplementation "curse.maven:wrapped-play-time-tracker-1521994:8005207"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Minecraft Wrapped 0.2.3 (1.21.x)

Bug fixes

  • Removed all server-side control over consent. Earlier 0.2.x jars polled minecraftwrapped.com/api/consent/<uuid> every 30 minutes and overwrote local tier flags from the response. CurseForge moderation correctly flagged this as remote control over the user's consent. Consent is now strictly local on the client. The mod reports its current consent on each ingest batch so the dashboard can mirror per-install state, but the backend never pushes values back. The /api/consent/<uuid> endpoint has been removed entirely.
  • Fixed: mod no longer crashes on Minecraft 1.21.0 through 1.21.5. The DeathScreenMixin targets a constructor signature that only exists in 1.21.11+ (Mojang added a LocalPlayer parameter between 1.21.5 and 1.21.11). On older versions the mixin descriptor failed to resolve and Minecraft hard-crashed on launch. Tightened the supported version range in fabric.mod.json to >=1.21.11 <1.22 — Fabric Loader now refuses to load the mod on older versions with a clear "requires Minecraft 1.21.11+" message instead of crashing.
  • Source-side prevention of historical-playtime doubling on /wrapped link. The post-link trigger no longer clears the "import done" stamp. Server-side dedupe was already in place; this closes the loop on the client.

What you need to do

If you're on Minecraft 1.21.11, drop the new jar in your mods/ folder and launch normally. If you're on an earlier 1.21 version (1.21.0–1.21.5), please update Minecraft to 1.21.11 — the mod targets that release.

Tier toggles

Tier capture flags (Tier 1 / Tier 2 / Tier 3) live in your local config at ~/.minecraft/config/minecraftwrapped.json. Edit and restart the game to change them. The dashboard's "What's captured" view is read-only — it shows what your installs have most recently reported, but cannot push values to the mod. This is by design.

Supported versions

Minecraft 1.21.11 only · Fabric Loader 0.19+ · Fabric API 0.139+

The mod will refuse to load on any version outside >=1.21.11 <1.22 with a clear error from Fabric Loader.