Compatibility
Minecraft: Java Edition
1.21.x
1.20.4–1.20.6
1.20.1–1.20.2
1.19.2–1.19.4
1.19
1.18.2
1.17.1
1.16.5
1.15.2
Platforms
Fabric
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed MIT
Published 2 years ago
Updated 2 months ago
Better Ping Display - Fabric Edition
This is a Fabric mod. For the Forge version of this mod, click here.
A mod that displays each player's ping in the player list as a number.
Go here for the Minecraft Forge edition of this mod.
This is a client-side mod. The server doesn't need to have it installed. It works even when playing on vanilla servers.
Configuration
This mod's config file is betterpingdisplay.json
. It contains the following options:
Option | Default Value | Description |
---|---|---|
autoColorPingText | true |
Whether to color a player's ping based on their latency. E.g, low latency = green, high latency = red |
renderPingBars | false |
Whether to also draw the default Minecraft ping bars |
pingTextColor | #A0A0A0 |
The ping text color to use. Only works whens autoColorPingText is false |
pingTextFormatString | %dms |
The format string for ping text. Must include a %d , which will be replaced dynamically by the actual ping value. |