Description: This plugin is very essential for
every Minecraft server and it doesn't have to be simple, here you can get not only your ping, but also that of other players online, and you can see your ping and that of others in the tablist
Commands and permissions:
- /ping - (permission not required)
- /ping [player] - (permission not required)
- /ipingreload - (iping.reload)
Tablist Ping: In the tablist you can see the ping of each player online. This ping changes color depending on the number of ms (miliseconds) each player has. These colors can be customized.
0-100: green 101-200: yellow 200+: red
%color% - colors that are measured depending on the amount of latency %player% - name of player %ping% - ping of player
Config file: In the config.yml file you can customize all the messages and the prefix, you can activate or deactivate the ping announcement in the tablist, as well as the sound that the player emits when executing the
iPing commands.
%player% - name of player %ping% - ping of player
Code (Text):
prefix: "&7[&2i&aPing&7] "
sounds: true
messages:
self: "&aYour ping is &7%ping%ms&a."
other: "&7%player%'s &aping is &7%ping%ms&a."
player-not-found: "&cPlayer &7%player% &cis not online."