A Python based program that displays Your Minecraft Server's Status Infos.
Find a file
Jonas_Jones cf914ddf6f fixed query port
additionally player list will not be shown when no players are online
2023-08-31 18:48:43 +02:00
cmd-simple-v1.py Simplified cmd-v0.7.py 2022-08-26 10:18:28 -07:00
cmd-v0.7.py Added ping info 2022-08-26 10:14:22 -07:00
cmd-v1.3.py fixed query port 2023-08-31 18:48:43 +02:00
README.md Added Ping to Infos list 2022-08-26 10:23:21 -07:00

Minecraft-server-Status

This small python script allows you to view any Minecraft server's status Information

Usage

Download the file, install python (if not already installed), install mcstatus (pip install mcstatus) and time (pip install time) and launch the program by executing it with python cmd.py on windows and python3 cmd.py on MacOS and Linux (replace 'cmd.py' with correct filename). Make sure that you first locate your download location with the command cd Downloads (replace 'Downloads' with your custom location if needed).

Status Infos
  1. Minecraft Version
  2. MOTD (message of the day)
  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. 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)