query - Command
Description
Retrieves detailed server information using the Query (UT3/GS4) protocol. This protocol provides more extensive data than a standard ping, including a list of online players, installed plugins, and the server's software.
info
The Query protocol is often enabled on Minecraft servers for monitoring tools and provides richer insights into server configuration and player activity.
Usage
./ServerRawler query <ADDRESS>
The <ADDRESS> should be in the format <IP>[:PORT]. If the port is unset, 25565 (the default Minecraft port) will be used.
Examples
To query a server at a specific IP address using the default port (25565):
./ServerRawler query 192.168.1.1
To query a server at a specific IP address and port:
./ServerRawler query play.example.com:25567
Example output:
[INFO ] Starting Query for play.example.com:25567
[SUCCESS] Query response from play.example.com:25567:
• Software: Paper (1.20.1)
• Players: 5/20
• Online Players:
│ Player1 (uuid-1)
│ Player2 (uuid-2)
• Plugins:
│ EssentialsX (2.19.7)
│ WorldEdit (7.2.11)