MineStat Mod
A Fabric mod for Minecraft 1.20.1 that automatically uploads your stats while you play.
How It Works
- Install the mod in your Minecraft Fabric client
- Generate an API key from your Settings page
- Paste the key into
.minecraft/config/minestat.json - 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
- Install Fabric Loader for Minecraft 1.20.1
- Download Fabric API and place it in your mods folder
- Build the mod from source or download from the GitHub releases
- Place the JAR in your
.minecraft/mods/folder - Launch Minecraft, join a singleplayer world, and the mod will create its config file
- Edit
.minecraft/config/minestat.jsonand add your API key from Settings