From 2d1cdc1bc799fa378bb06ff8c3a01efea0e170a3 Mon Sep 17 00:00:00 2001 From: Austin Prine Date: Fri, 26 Aug 2022 10:23:21 -0700 Subject: [PATCH] Added Ping to Infos list Added Ping to Server Status Info list and fixed a typo. --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e3595dd..5ac31e3 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,9 @@ Download the file, install python (if not already installed), install `mcstatus` ##### Status Infos 1. Minecraft Version 2. MOTD (message of the day) -3. host (IP adress of the server and port) +3. host (IP address of the server and port) 4. Software (Minecraft version and Mod/Plugin Loader if any installed on the server) 5. Plugins (if any installed) -6. Players (`online Players`/`Max Players`) -7. Players Online (list of online Players) +6. Ping (number of miliseconds it took for the script to reach the server) +7. Players (`online Players`/`Max Players`) +8. Players Online (list of online Players)