Query
The Query protocol allows external applications (such as server lists or monitoring systems) to request status details from Pumpkin.
Configuration
toml
[networking.query]
enabled = false
address = "0.0.0.0:25565"Configuration Options
enabled: Enables or disables the GS4 Query listener (default:false).address: Network address and port to bind the Query listener to (default:"0.0.0.0:25565").