Update server/query
parent
e287b99255
commit
5293067480
@ -16,7 +16,7 @@ Ping a Java or Bedrock server and retrieve it's status.
|
|||||||
"hostname": "mc.hypixel.net",
|
"hostname": "mc.hypixel.net",
|
||||||
"ip": "209.222.115.103",
|
"ip": "209.222.115.103",
|
||||||
"port": 25565,
|
"port": 25565,
|
||||||
"version": {
|
"version": { // (Java Only)
|
||||||
"name": "Requires MC 1.8 / 1.20",
|
"name": "Requires MC 1.8 / 1.20",
|
||||||
"protocol": 47, // The protocol version of the server
|
"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
|
||||||
@ -24,7 +24,7 @@ Ping a Java or Bedrock server and retrieve it's status.
|
|||||||
"players": {
|
"players": {
|
||||||
"online": 29457,
|
"online": 29457,
|
||||||
"max": 200000,
|
"max": 200000,
|
||||||
"sample": []
|
"sample": [] // (Java Only)
|
||||||
},
|
},
|
||||||
"motd": {
|
"motd": {
|
||||||
"raw": [
|
"raw": [
|
||||||
@ -40,9 +40,9 @@ Ping a Java or Bedrock server and retrieve it's status.
|
|||||||
" <span style=\"color:#00AAAA\"><span style=\"color:\">SB 0.19.12 <span style=\"color:#AAAAAA\">| <span style=\"color:#FFAA00\"><span style=\"color:\">TNT UPDATE <span style=\"color:#AAAAAA\">| <span style=\"color:#55FFFF\"><span style=\"color:\">EASTER EVENT"
|
" <span style=\"color:#00AAAA\"><span style=\"color:\">SB 0.19.12 <span style=\"color:#AAAAAA\">| <span style=\"color:#FFAA00\"><span style=\"color:\">TNT UPDATE <span style=\"color:#AAAAAA\">| <span style=\"color:#55FFFF\"><span style=\"color:\">EASTER EVENT"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"enforcesSecureChat": false,
|
"enforcesSecureChat": false, // (Java Only)
|
||||||
"preventsChatReports": false,
|
"preventsChatReports": false, // (Java Only)
|
||||||
"mojangBanned": false, // Is the server Mojang banned?
|
"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
|
||||||
},
|
},
|
||||||
"cached": 1712465892957 // -1 if not cached
|
"cached": 1712465892957 // -1 if not cached
|
||||||
|
Loading…
Reference in New Issue
Block a user