mirror of
https://github.com/JonasunderscoreJones/Minecraft-server-Status.git
synced 2025-10-22 18:29:17 +02:00
Update cmd-v0.1.py
This commit is contained in:
parent
ae67818060
commit
dfb4c314a3
1 changed files with 1 additions and 4 deletions
|
@ -4,9 +4,6 @@ from time import sleep
|
||||||
ip = input("Please Enter server IP: ")
|
ip = input("Please Enter server IP: ")
|
||||||
port = input("Enter Port (press enter for default port 25565): ")
|
port = input("Enter Port (press enter for default port 25565): ")
|
||||||
|
|
||||||
#temporary variable def
|
|
||||||
ip = "simp.ztereohype.codes"
|
|
||||||
|
|
||||||
if port == "":
|
if port == "":
|
||||||
port = "25565"
|
port = "25565"
|
||||||
|
|
||||||
|
@ -25,4 +22,4 @@ while True:
|
||||||
print(f"plugins: {query.software.plugins}")
|
print(f"plugins: {query.software.plugins}")
|
||||||
print(f"players: {status.players.online}/{status.players.max}")
|
print(f"players: {status.players.online}/{status.players.max}")
|
||||||
print(f"Players Online: {query.players.names}")
|
print(f"Players Online: {query.players.names}")
|
||||||
print("\n")
|
print("\n")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue