Description
PingDisplay
See every player's exact ping in milliseconds on the Tab list — no more guessing from signal bars.

What it does
PingDisplay replaces the default signal bar icons in the Tab player list with actual numerical ping values. Know exactly how laggy each player is at a glance.
- 🔢 Numerical ping — e.g.
42 ms - 🟢 Color coded — green / yellow / red based on ping thresholds
- 📊 Number only mode — hide the signal bars entirely
- ⚙️ Configurable — thresholds, ms suffix, display mode
Preview

Configuration
Config file: .minecraft/config/pingdisplay.json
| Option | Default | Description |
|---|---|---|
showMs |
true |
Show "ms" suffix after the number |
numberOnly |
true |
Hide signal bars, show number only |
goodThreshold |
100 |
Below this = green |
okThreshold |
200 |
Below this = yellow, above = red |
Requirements
- Minecraft 26.1.x
- Fabric Loader ≥ 0.18.5
- Fabric API
Optional
- Cloth Config — in-game config screen
- Mod Menu — access config from the Mods list
License
MIT — see LICENSE
