fix code highlighter colors and centre the breadcrumbs on docs
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m23s
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m23s
This commit is contained in:
@ -38,17 +38,17 @@ curl -X GET "https://api.mcutils.xyz/server/java/play.hypixel.net" -H "accept: a
|
||||
```json
|
||||
{
|
||||
"cache": {
|
||||
"cached": false,
|
||||
"cachedTime": -1
|
||||
"cached": true,
|
||||
"cachedTime": 1713747259031
|
||||
},
|
||||
"hostname": "play.hypixel.net",
|
||||
"ip": "209.222.115.48",
|
||||
"ip": "209.222.115.34",
|
||||
"port": 25565,
|
||||
"records": [
|
||||
{
|
||||
"type": "A",
|
||||
"ttl": 60,
|
||||
"address": "209.222.115.48"
|
||||
"address": "209.222.115.34"
|
||||
}
|
||||
],
|
||||
"motd": {
|
||||
@ -66,9 +66,13 @@ curl -X GET "https://api.mcutils.xyz/server/java/play.hypixel.net" -H "accept: a
|
||||
]
|
||||
},
|
||||
"players": {
|
||||
"online": 33892,
|
||||
"max": 200000,
|
||||
"sample": []
|
||||
"online": 34943,
|
||||
"max": 200000
|
||||
},
|
||||
"location": {
|
||||
"country": "Canada",
|
||||
"latitude": 43.6319,
|
||||
"longitude": -79.3716
|
||||
},
|
||||
"version": {
|
||||
"name": "Requires MC 1.8 / 1.20",
|
||||
|
Reference in New Issue
Block a user