mirror of
https://github.com/gethomepage/homepage.git
synced 2026-01-12 03:52:18 +08:00
Add minecraft server status indicator
This commit is contained in:
@@ -11,7 +11,8 @@ const widget = {
|
||||
const jsonData = asJson(data);
|
||||
return {
|
||||
players: jsonData.players,
|
||||
version: jsonData.version
|
||||
version: jsonData.version,
|
||||
online: jsonData.online
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user