Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Supported environments
Client-side
Tags
Creators
Details
Licensed MPL-2.0
Published 2 months ago
Discord: https://discord.gg/T2X3fV4Q3B
Mine Tagger
Mine Tagger is a lightweight client-side Fabric mod that displays your tier next to your in-game name, powered by a custom self-hosted API.
Inspired by TierTagger.
Features
- Automatically fetches your tier using your Minecraft UUID
- Fully client-side (works on vanilla servers)
- Supports custom or self-hosted API backends
- Clean and minimal tier display
- Lightweight and performance-friendly
How It Works
The mod sends a request to a custom API endpoint:
GET /tiers/<minecraft-uuid>
Example response: { "gameMode": "sword", "tier": "H5" }
The returned tier is displayed next to your name in-game.
Requirements
- Fabric Loader
- Fabric API
- Ukulib
Notes
This mod is client-side only.
It does not need to be installed on the server.


