Closed audy closed 7 years ago
I thought it would be useful to add a simple command-line script for checking the status of a server.
Something like:
$ mcstatus server 25599 There are 2 users online.
+1
You could write your own fairly easily
You might be interested in the example script in issue #32. python -m mcstatus server [optional-port] would obviously be nice.
python -m mcstatus server [optional-port]
Awesome. thanks!
I thought it would be useful to add a simple command-line script for checking the status of a server.
Something like: