From a7a1fbb27f69c9ad52cde7b454e934901c201236 Mon Sep 17 00:00:00 2001 From: casmbu Date: Sat, 2 Aug 2025 15:44:18 -0400 Subject: [PATCH] chore: remove duplicated minecraft widget doc --- docs/widgets.md | 40 ---------------------------------------- 1 file changed, 40 deletions(-) diff --git a/docs/widgets.md b/docs/widgets.md index 17114aa6..c3e4ea73 100644 --- a/docs/widgets.md +++ b/docs/widgets.md @@ -550,46 +550,6 @@ Display your coding summary. [Code::Stats](https://codestats.net/) is a free and --- -### Minecraft Status - -Shows your Minecraft server status, as well as server info. Fetched from [api.mcsrvstat.us](https://api.mcsrvstat.us) - -

- -#### Options - -**Field** | **Type** | **Required** | **Description** ---- | --- | --- | --- -**`title`** | `string` | _Optional_ | The title to show for this server (defaults to the `server` option) -**`server`** | `string` | Required | The IP or URL that the server is hosted at including the port (e.g. example.com:19132 or 192.168.1.111:19132) -**`bedrock`** | `boolean` | _Optional_ | Indicate whether the server is a bedrock server or not (default false) -**`showPlayers`** | `boolean` | _Optional_ | Optionally show the players in the server -**`showMods`** | `boolean` | _Optional_ | Optionally show the mods installed on the server -**`showPlugins`** | `boolean` | _Optional_ | Optionally show the plugins installed on the server - -#### Example - -```yaml -- type: minecraft-status - options: - title: My Cool Minecraft Server - server: 192.168.1.111:19132 - bedrock: true - showPlayers: true - showMods: true - showPlugins: true -``` - -#### Info - -- **CORS**: 🟢 Enabled -- **Auth**: 🟢 Not Required -- **Price**: 🟢 Free -- **Host**: Self-Hosted or Managed -- **Privacy**: _See privacy policy of the particular Minecraft server. Note: [mcsrvstat.us](https://mcsrvstat.us) does not have a published privacy policy_ - ---- - ### Mullvad Status Shows your Mullvad VPN connection status, as well as server info. Fetched from [am.i.mullvad.net](https://mullvad.net/en/check/)