Update cmd-v0.1.py

This commit is contained in:
Jonas_Jones 2022-01-30 22:03:36 +01:00 committed by GitHub
parent ae67818060
commit dfb4c314a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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")