TabListPing

⭐ — (55 endorsements) 📥 36,459 downloads 📌 v2.03 📅 2/28/2024
🟡 Updated this year

By Bobcat00 · bukkit

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 12/13/2025 📅 Created: 2/28/2024

🔍 Analysis

  • 👍 0.2% endorsement rate
  • 🏆 #152 of 1560 bukkit mods in this game by downloads

📋 About This Mod

# Description TabListPing shows each player's ping time in the tab player list. Unlike other plugins which use an inaccurate value from the server, TabListPing measures the ping time itself. The format is configurable and can use the players' regular names or the "display name". No configuration is required. Just drop it in your plugins folder and restart your server. If you have (https://modrinth.com/plugin/essentialsx), TabListPing will also add an AFK indicator to any player who is AFK. !(https://cdn.modrinth.com/data/cached_images/91e481d248216e790031882364f60187bae44f0e.png) TabListPing can optionally display the tab list headers and footers, and include variables such as the player's world name and the server's TPS. This requires making minor configuration and permission changes. # Details Somewhere around the release of 1.12, somebody broke the way the server maintained each player's ping time, with the result being the values are way too high. And, of course, plugins which used the ping time maintained by the server also displayed these inflated ping times. TabListPing calculates the ping times itself and is much more accurate than plugins which rely on the server's value. How does it work? Every 15 to 25 seconds, the server sends out a "Keep Alive" message to each client. The client then responds with its own "Keep Alive" message. TabListPing monitors when each message is sent/received and uses the time difference as the ping time. You'll see the values updated every 15-25 seconds. The value displayed is the average of the last three measurements. # Configuration **format** - This is the format of the entries displayed in the tab list and should be enclosed in single quotes. There are three variables you can use: **%name%** is replaced with the player's regular name, **%displayname%** is replaced with the player's "display name" including colors (if any), and **%ping%** is replaced with the ping time in milliseconds. You can also use the standard Minecraft color codes. **format-afk** - This is the format used when a player is AFK. If you don't want the AFK indicator, simply edit config.yml so that **format-afk** is the same as **format**. (Don't set it to null.) The AFK indicator requires EssentialsX. **enable-tps** - This enables the display of the tab list header and footer. It is disabled by default to maximize compatibility with other tab list plugins. **format-header** and **format-footer** - This format of the header and footer, respectively. Supported variables are **%name%**, **%displayname%**, **%tps%**, **%mspt%**, **%load%**, and **%world%**. Note that Spigot does not support **%tps%**, **%mspt%**, or **%load%**. Players need to have the permission **tablistping.header** and/or **tablistping.footer**. The default configuration is: ```yaml # Supported variables are %name%, %displayname%, and %ping% format: '%name% &7' format-afk: '%name% &7 &eAFK' # Enable header/foot display # Supported variables are %name%, %displayname%, %tps%, %mspt%, %load%, and %world% # Spigot does not support %tps%, %mspt%, or %load% enable-tps: false format-header: '' format-footer: '&7TPS: %tps% &7MSPT: %mspt%' ``` This results in the format shown in the image above. # Commands **/tablistping reload** - This reloads the configuration file. **/tablistping report** - This produces a report of the current ping times for all logged in players. This is mainly useful from the console (a player could just look at the tab list to see the ping times). # Permissions **tablistping.header** - Displays tab list header for this player **tablistping.footer** - Displays tab list footer for this player **tablistping.command** - Required permission for all subcommands **tablistping.command.reload** - Allow use of the reload command **tablistping.command.report** - Allow use of the report command # Miscellaneous This plugin uses the bStats metrics system to provide _anonymous_ usage data. You may opt-out globally by changing plugins/bStats/config.yml. The metrics are available at (https://bstats.org/plugin/bukkit/TabListPing2) !(https://bstats.org/signatures/bukkit/TabListPing2.svg)

# Description

TabListPing shows each player's ping time in the tab player list. Unlike other plugins which use an inaccurate value from the server, TabListPing measures the ping time itself. The format is configurable and can use the players' regular names or the "display name". No configuration is required. Just drop it in your plugins folder and restart your server.

If you have (https://modrinth.com/plugin/essentialsx), TabListPing will also add an AFK indicator to any player who is AFK.

!(https://cdn.modrinth.com/data/cached_images/91e481d248216e790031882364f60187bae44f0e.png)

TabListPing can optionally display the tab list headers and footers, and include variables such as the player's world name and the server's TPS. This requires making minor configuration and permission changes.

Somewhere around the release of 1. 12, somebody broke the way the server maintained each player's ping time, with the result being the values are way too high. And, of course, plugins which used the ping time maintained by the server also displayed these inflated ping times. TabListPing calculates the ping times itself and is much more accurate than plugins which rely on the server's value.

How does it work? Every 15 to 25 seconds, the server sends out a "Keep Alive" message to each client. The client then responds with its own "Keep Alive" message. TabListPing monitors when each message is sent/received and uses the time difference as the ping time. You'll see the values updated every 15-25 seconds. The value displayed is the average of the last three measurements.

# Configuration

format - This is the format of the entries displayed in the tab list and should be enclosed in single quotes. There are three variables you can use: %name% is replaced with the player's regular name, %displayname% is replaced with the player's "display name" including colors (if any), and %ping% is replaced with the ping time in milliseconds. You can also use the standard Minecraft color codes.

format-afk - This is the format used when a player is AFK. If you don't want the AFK indicator, simply edit config.yml so that format-afk is the same as format. (Don't set it to null.) The AFK indicator requires EssentialsX.

enable-tps - This enables the display of the tab list header and footer. It is disabled by default to maximize compatibility with other tab list plugins.

format-header and format-footer - This format of the header and footer, respectively. Supported variables are %name%, %displayname%, %tps%, %mspt%, %load%, and %world%. Note that Spigot does not support %tps%, %mspt%, or %load%. Players need to have the permission tablistping.header and/or tablistping.footer.

The default configuration is: ```yaml # Supported variables are %name%, %displayname%, and %ping% format: '%name% &7[&a%ping%ms&7]' format-afk: '%name% &7[&a%ping%ms&7] &eAFK'

# Enable header/foot display # Supported variables are %name%, %displayname%, %tps%, %mspt%, %load%, and %world% # Spigot does not support %tps%, %mspt%, or %load% enable-tps: false format-header: '' format-footer: '&7TPS: %tps% &7MSPT: %mspt%' ```

This results in the format shown in the image above.

/tablistping reload - This reloads the configuration file.

/tablistping report - This produces a report of the current ping times for all logged in players. This is mainly useful from the console (a player could just look at the tab list to see the ping times).

# Permissions

tablistping.header - Displays tab list header for this player tablistping.footer - Displays tab list footer for this player tablistping.command - Required permission for all subcommands tablistping.command.reload - Allow use of the reload command tablistping.command.report - Allow use of the report command

# Miscellaneous

This plugin uses the bStats metrics system to provide _anonymous_ usage data. You may opt-out globally by changing plugins/bStats/config.yml. The metrics are available at (https://bstats.org/plugin/bukkit/TabListPing2)

![](https://bstats.org/signatures/bukkit/TabListPing2.svg)

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
Bobcat00
Version
2.03
Downloads
36,459
Endorsements
55
Category
bukkit
Created
2/28/2024
Updated
12/13/2025
Game Versions
1.18.1, 1.18.2, 1.19, 1.19.1, 1.19.2
Tags
decoration, social, utility

🔧 How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Plugins →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Plugins versions does TabListPing support?

The author lists 1.18.1, 1.18.2, 1.19, 1.19.1, 1.19.2, 1.19.3. Other versions may work but are untested by the author.

What is the latest version of TabListPing?

Version 2.03, published 2025-12-13 with 36,459 downloads recorded at the source.

Keep browsing — more Minecraft Plugins mods await

📋 All Minecraft Plugins Mods 🏆 Top 25 📂 More bukkit 👤 More by Bobcat00 🔎 Similar Mods 🌐 Best bukkit (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods