MineStat Mod

A Fabric mod for Minecraft 1.20.1 that automatically uploads your stats while you play.

How It Works

  1. Install the mod in your Minecraft Fabric client
  2. Generate an API key from your Settings page
  3. Paste the key into .minecraft/config/minestat.json
  4. Play singleplayer and your stats upload automatically every 15 seconds

Requirements

  • Minecraft Java Edition 1.20.1
  • Fabric Loader 0.14 or newer
  • Fabric API
  • Java 17+

Configuration

After first launch, the mod creates a config file at .minecraft/config/minestat.json:

{
  "serverUrl": "https://minestat.donutsaregreat.com",
  "apiKey": "<paste your API key here>",
  "uploadIntervalSeconds": 15
}

The mod only runs in singleplayer worlds. It will never upload stats from multiplayer servers.

Installation

  1. Install Fabric Loader for Minecraft 1.20.1
  2. Download Fabric API and place it in your mods folder
  3. Build the mod from source or download from the GitHub releases
  4. Place the JAR in your .minecraft/mods/ folder
  5. Launch Minecraft, join a singleplayer world, and the mod will create its config file
  6. Edit .minecraft/config/minestat.json and add your API key from Settings