diff --git a/server%2Fquery.md b/server%2Fquery.md index 76c6bcc..bfdc966 100644 --- a/server%2Fquery.md +++ b/server%2Fquery.md @@ -19,12 +19,12 @@ Ping a Java or Bedrock server and retrieve it's status. "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 + "protocolName": "1.8" // The protocol name of the server (if identified) }, "players": { "online": 29457, "max": 200000, - "sample": [ // (Java Only) + "sample": [ // Not always present (Java Only) { "id": "fc1d5fe7-f29b-430d-80bb-3b093a638b0f", "name": "Rainnny" @@ -45,7 +45,7 @@ Ping a Java or Bedrock server and retrieve it's status. " SB 0.19.12 | TNT UPDATE | EASTER EVENT" ] }, - "modInfo": { // (Java Only) + "modInfo": { // Not always present (Java Only) "type": "FML", "modList": [ { @@ -58,7 +58,7 @@ Ping a Java or Bedrock server and retrieve it's status. "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 + "icon": "data:image/png;base64,iVBORw0KGgoAAAANS..." // The base64 encoded server icon, only present if the server has an icon }, "cached": 1712465892957 // -1 if not cached }