Home

Awesome

Better Ping Display - Fabric Edition

A Fabric mod for Minecraft to display 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:

OptionDefault ValueDescription
autoColorPingTexttrueWhether to color a player's ping based on their latency. E.g, low latency = green, high latency = red
renderPingBarsfalseWhether to also draw the default Minecraft ping bars
pingTextColor#A0A0A0The ping text color to use. Only works whens autoColorPingText is false
pingTextFormatString%dmsThe format string for ping text. Must include a %d, which will be replaced dynamically by the actual ping value.

Supported Minecraft Versions

Requirements