Better Ping Display Remake

Adds a configurable numerical ping display to the player list.
Back to Files

Better Ping Display Remake

File nameBetter-Ping-Display-Remake-Fabric-26.2+magma.1.3.0.jar
Uploaded
Aug 8, 2026
Downloads
461
Size
22.0 KB
Mod Loaders
Fabric
File ID
8604471
Type
R
Release
Supported game versions
  • 26.2

Curse Maven Snippet

Fabric

modImplementation "curse.maven:better-ping-display-remake-1644760:8604471"

Learn more about Curse Maven

What's new

# DISCLAIMER
I am not the official owner of this mod. I just ported the mod from Fabric-1.21.x to Fabric-26.2 using "Anthropic Claude". Since the owner didn't update this mod for a long time. I decided to update this mod by myself using A.I. 

 

A [Fabric](https://fabricmc.net/) mod for Minecraft to display each player's ping in the player list as a number.


![](https://vladmarica.com/assets/minecraft/better-ping-display.png)

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. |
| 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.

> As of mod version **magma.1.3.0**, a GUI configuration screen is available if you have
[Mod Menu](https://modrinth.com/mod/modmenu) and [YACL](https://modrinth.com/mod/yacl) installed. These are optional dependencies
> and this mod will continue to work normally without them installed. 

![](https://i.imgur.com/cX02gRg.png)

## Supported Minecraft Versions
* **1.15.x**
* **1.16.x**
* **1.17.x**
* **1.18.x**
* **1.19.x**
* **1.20.x**
* **1.21.x**
* **26.2.x**

## Requirements
* [Fabric](https://fabricmc.net/)

This mod has no additional files