Updated versions of abandoned mods.
Find a file
2024-04-30 11:48:32 +09:00
.idea Updated for Minecraft 1.20.6 2024-04-30 11:48:32 +09:00
gradle/wrapper Import Better-Ping-Display, updated for Minecraft 1.20.5 2024-04-26 16:16:29 +09:00
src Import Better-Ping-Display, updated for Minecraft 1.20.5 2024-04-26 16:16:29 +09:00
.gitignore Update .gitignore 2024-04-26 16:15:40 +09:00
build.gradle Import Better-Ping-Display, updated for Minecraft 1.20.5 2024-04-26 16:16:29 +09:00
gradle.properties Updated for Minecraft 1.20.6 2024-04-30 11:48:32 +09:00
gradlew Import Better-Ping-Display, updated for Minecraft 1.20.5 2024-04-26 16:16:29 +09:00
gradlew.bat Import Better-Ping-Display, updated for Minecraft 1.20.5 2024-04-26 16:16:29 +09:00
LICENSE Import Better-Ping-Display, updated for Minecraft 1.20.5 2024-04-26 16:16:29 +09:00
README.md Import Better-Ping-Display, updated for Minecraft 1.20.5 2024-04-26 16:16:29 +09:00
settings.gradle Import Better-Ping-Display, updated for Minecraft 1.20.5 2024-04-26 16:16:29 +09:00

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:

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.

Supported Minecraft Versions

  • 1.15.x
  • 1.16.x
  • 1.17.x
  • 1.18.x
  • 1.19.x
  • 1.20.x

Requirements