A client-side Fabric mod that replaces the vanilla ping bars in the player tab list with numeric ping values (in milliseconds), color-coded by latency.
- Replaces ping bar icons with exact millisecond values
- Color-coded by latency:
- Green: < 150ms
- Yellow: < 300ms
- Light red: < 600ms
- Dark red: >= 600ms
- Client-side only — no server installation required
- Compatible with vanilla servers
| Component | Version |
|---|---|
| Minecraft | 1.21.10 |
| Fabric Loader | >= 0.18.4 |
| Fabric API | Required |
| Java | >= 21 |
- Install Fabric Loader for Minecraft 1.21.10
- Install Fabric API
- Download the latest release from Modrinth or GitHub Releases
- Place the
.jarfile in your.minecraft/mods/folder
git clone https://github.com/Natxo09/tab-ping.git
cd tab-ping
./gradlew buildThe compiled JAR will be in build/libs/.