Expand description
Implementation of the Query protocol.
Structs§
- Basic
Stat Response - A response from the server’s basic query. Taken from wiki.vg
- Full
Stat Response - A response from the server’s full query. Taken from wiki.vg
Functions§
- stat_
basic - Perform a basic stat query of the server per the Query Protocol.
Note that the server must have
query-enabled=true
set in its properties to get a response. Thequery.port
property might also be different fromserver.port
. - stat_
basic_ with_ timeout - Similar to
stat_basic
but with an added argument for timeout. - stat_
full - Perform a full stat query of the server per the Query Protocol.
Note that the server must have
query-enabled=true
set in its properties to get a response. Thequery.port
property might also be different fromserver.port
. - stat_
full_ with_ timeout - Similar to
stat_full
but with an added argument for timeout.