diff --git a/server%2Fquery.md b/server%2Fquery.md index af1881b..c963c56 100644 --- a/server%2Fquery.md +++ b/server%2Fquery.md @@ -16,7 +16,7 @@ Ping a Java or Bedrock server and retrieve it's status. "hostname": "mc.hypixel.net", "ip": "209.222.115.103", "port": 25565, - "version": { + "version": { // (Java Only) "name": "Requires MC 1.8 / 1.20", "protocol": 47, // The protocol version of the server "protocolName": "1.8" // The protocol name of the server @@ -24,7 +24,7 @@ Ping a Java or Bedrock server and retrieve it's status. "players": { "online": 29457, "max": 200000, - "sample": [] + "sample": [] // (Java Only) }, "motd": { "raw": [ @@ -40,9 +40,9 @@ Ping a Java or Bedrock server and retrieve it's status. " SB 0.19.12 | TNT UPDATE | EASTER EVENT" ] }, - "enforcesSecureChat": false, - "preventsChatReports": false, - "mojangBanned": false, // Is the server Mojang banned? + "enforcesSecureChat": false, // (Java Only) + "preventsChatReports": false, // (Java Only) + "mojangBanned": false, // Is the server Mojang banned? (Java Only) "icon": "data:image/png;base64,iVBORw0KGgoAAAANS..." // The base64 encoded server icon }, "cached": 1712465892957 // -1 if not cached