Changelog:
- Merged pull request by DMJoubert: https://github.com/xDefcon/spigot-ping/pull/2

SpigotPing - ADDED IN-TABLIST PING 2.6
Want to see your in-game ping? With this plugin you can do this by typing /ping or by pressing TAB
-
Spigot API update
-
v2.5 - 1.14.2 support
Changelog:
- Now supporting Spigot 1.14.2.
Jonel_Pro likes this. -
2.4 - Other players' ping
You need to delete/update old config.
Changelog:
- Added the possibility to check the ping of another player with /ping <playerName> (toggleable via config)
- Added the option to show the real name or the display name in the tablist (see updated config).
Code (Text):# Section releated to /ping command.
ping-command:
# Customize the output of the command, use %ping% to... -
2.3 - Compatibility
Changelog:
- Added compatibility with plugins like OpGuard.
-
Fixed TabList suffix
Changelog:
- Fixed TabList ping suffix that was not working (reported by @Bobcat00).
-
Tablist suffix!
You need to delete/update old config.
Changelog:
- Added TabList ping suffix.
Code (Text):# Section releated to the tablist management (you can open the tablist by pressing TAB in game).
tablist:
# Set this to true if you want to show player's ping in the tablist.
enabled: true
# Customize the tablist prefix, use %ping% to indicate player's latency. You do not need to put a space at the end. Set this to "" to... -
2.0 - New features!
You need to delete old config in order to update it.
Changelog:
- Complete rewrite of the code (see GitHub)
- Added a sound manager to handle sounds when players executes /ping command
- Added TabList ping support (see players' ping by pressing TAB)
- New permission system (see "overview" page)
- New fully-configurable config file
- Added /pingreload command with proper permission.
- Added plugin metrics.
-
Added permission system
Changelog:
- Added a permission system (by default it is set to off)
- Fixed classpath
-
Small enhancements
Changelog:
- Updated version support for 1.7.X - 1.8.X - 1.9.X - 1.10.X and 1.11.X.
- Created GitHub repository
- Small code enhancements
-
Now supports 1.7, 1.8 and 1.9
Changelog:
- Added version support for 1.7.X - 1.8.X and 1.9.X.