mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-19 11:09:50 +00:00
Add minecraft server status indicator
This commit is contained in:
parent
8f3ae6d674
commit
f418ee6327
3 changed files with 46 additions and 22 deletions
|
@ -11,7 +11,8 @@ const widget = {
|
|||
const jsonData = asJson(data);
|
||||
return {
|
||||
players: jsonData.players,
|
||||
version: jsonData.version
|
||||
version: jsonData.version,
|
||||
online: jsonData.online
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue