A lightweight Minecraft plugin that displays a player's ping beside their name in chat.
Color-coded, emoji-enhanced, and mythic-ready β‘
[π’ 42ms] James: Just launched the new plugin! [π΄ 312ms] MythicMage: Lagging a bit here...
Edit config.yml
to customize thresholds and symbols:
pingThresholds: good: 100 moderate: 200 symbols: good: "π’" moderate: "π‘" poor: "π΄"
git clone https://github.com/yourusername/PingCheckChat.git cd PingCheckChat
mvn clean package
.jar
from target/
into your serverβs plugins/
folderPingCheckChat/ βββ src/ β βββ main/ β βββ java/ β β βββ me/james/pingcheckchat/ β β βββ PingCheckChat.java β β βββ ChatListener.java β βββ resources/ β βββ plugin.yml β βββ config.yml βββ pom.xml βββ README.md
MIT β feel free to fork, remix, and mythify.