Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
PingDisplay is a simple plugin for Minecraft servers that displays the ping of players in the tab-list.
Added
- Added the
/pingdisplay(/pd) command with the following subcommands:/pingdisplay [player]— display a player's ping in chat./pingdisplay onand/pingdisplay off— enable or disable ping display without removing the plugin./pingdisplay reload— reload the configuration without restarting the server./pingdisplay help— display the list of available commands.
- Added permissions:
pingdisplay.check(granted to everyone by default).pingdisplay.toggle(granted to operators by default).pingdisplay.reload(granted to operators by default).
- Added support for player names matching subcommand names using the
@prefix (e.g./pingdisplay @off). - Added configurable ping thresholds:
ping-threshold-goodping-threshold-medium
- Added configurable ping colors:
ping-color-goodping-color-mediumping-color-bad- Accepts either named Minecraft colors or hex colors (e.g.
#55FF55).
- Added the configurable
ping-formatoption with the%ping%placeholder. - Added the
enabledoption, allowing the enabled/disabled state to persist across server restarts. - Added
ping-update-thresholdto avoid updating the tab list until a player's ping changes by the configured number of milliseconds.
Changed
- Ping is no longer displayed by replacing player names. Instead, it is shown in a separate tab-list column using a scoreboard objective in the
PLAYER_LISTdisplay slot, preventing conflicts with nickname plugins. - Updated the plugin for Minecraft 1.21.8 (API 26.2), Paper API 26.2, and Java 25.
- Replaced
BukkitRunnablewithGlobalRegionSchedulerfor scheduled updates, providing compatibility with both Paper and Folia. - Replaced the deprecated
setPlayerListName(String)API with AdventureComponent.
Fixed
- Negative values returned by
Player#getPing()during the first few ticks after joining are no longer displayed. - The tab list is no longer updated when a player's ping has not changed.
- Data for disconnected players is now properly removed from memory and the scoreboard objective.
Information
| Published on | July 27, 2026 |
|---|---|
| Downloads | 15 |
Platforms
Paper (26.2)