fix code highlighter colors and centre the breadcrumbs on docs
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m23s

This commit is contained in:
Lee
2024-04-22 01:56:01 +01:00
parent 49daf6f1a4
commit 00a5febf66
6 changed files with 21 additions and 56 deletions

View File

@ -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",