Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/homepage/src/commit/191a95c55c6546e69fb0a18350a6fb33276ba3bd/docs/widgets/services/minecraft.md?display=source
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
---
|
|
title: Minecraft
|
|
description: Minecraft Widget Configuration
|
|
---
|
|
|
|
Allowed fields: `["players", "version", "status"]`.
|
|
|
|
```yaml
|
|
widget:
|
|
type: minecraft
|
|
url: udp://minecraftserveripordomain:port
|
|
```
|