Skip to content

Query

The Query protocol is a simple way to query the server about its status. Pumpkin fully supports the Query protocol.

Configuring Query

enabled: Boolean

Whether to listen for Query protocol requests or not.

toml
[query]
enabled = true

port: Integer (0-65535) (optional)

Which port to listen to Query protocol requests on. If not specified, it uses the same port as the server.

toml
[query]
enabled = true
port = 12345

Default Config

By default, Query is disabled. It will run on the server port if enabled unless specified explicitly.

toml
[query]
enabled = true
port = 25565

Released under the MIT License.