mirror of
https://github.com/JonasunderscoreJones/Minecraft-server-Status.git
synced 2025-10-22 18:29:17 +02:00
Update README.md
This commit is contained in:
parent
c384758497
commit
0250564a55
1 changed files with 12 additions and 1 deletions
13
README.md
13
README.md
|
@ -1,2 +1,13 @@
|
|||
# Minecraft-server-Status
|
||||
A Python based program that displays Your Minecraft Server's Status Infos.
|
||||
This (very) 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. 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 adress 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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue