Expand description
Implementation of the Query protocol.
Structs§
- A response from the server’s basic query. Taken from wiki.vg
- A response from the server’s full query. Taken from wiki.vg
Functions§
- 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
. - 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
.