Crates.io | mc-server-pinger |
lib.rs | mc-server-pinger |
version | 0.1.0-alpha.6 |
source | src |
created_at | 2021-03-08 14:27:33.387599 |
updated_at | 2021-11-16 22:01:00.387766 |
description | Command line utility for pinging Minecraft servers via Server List Ping protocol |
homepage | |
repository | https://github.com/JarvisCraft/mc-server-pinger |
max_upload_size | |
id | 365705 |
size | 43,502 |
Command line utility for pinging Minecraft servers via Server List Ping protocol.
Short syntax is mc-server-pinger <hostname>
.
The following options can be specified:
Full name | Short name | Type | Default value (if available) | Description |
---|---|---|---|---|
flavor |
f |
One of status_code |
status_code |
Flavor of the output: - status_code : terminates with zero code if ping is successful and non-zero code otherwise |
port |
p |
Integer in range [0; 65535] |
25565 |
Port of the server |
timeout |
t |
<value><units> where value is an integer and units is one of ns , us , ms , s |
5s |
Timeout after which the request should be considered failed |