Crate mc_query

Source
Expand description

Implementations of Server List ping, Query, and RCON using the Minecraft networking protocol.

Re-exports§

pub use status::status;

Modules§

errors
All the errors defined by this crate.
query
Implementation of the Query protocol.
rcon
Enables remote command execution for minecraft servers. See the documentation for RconClient for more information.
status
Get the status of a server using the Server List Ping protocol. See documentation for status for more information.