From 32d26406ff850bb6bc4ce1484f78ee70289548aa Mon Sep 17 00:00:00 2001 From: leiuary Date: Sun, 7 Dec 2025 20:22:53 +0800 Subject: [PATCH] :beers: publish plugin Minecraft Server Status (#3778) --- assets/plugins.json5 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/assets/plugins.json5 b/assets/plugins.json5 index 66ba72e77448..40d878a09e47 100644 --- a/assets/plugins.json5 +++ b/assets/plugins.json5 @@ -10038,4 +10038,20 @@ ], "is_official": false }, + { + "module_name": "nonebot_plugin_mcserver_status_check", + "project_link": "nonebot-plugin-mcserver-status-check", + "author_id": 153894603, + "tags": [ + { + "label": "MC", + "color": "#ea5252" + }, + { + "label": "Minecraft", + "color": "#ea5252" + } + ], + "is_official": false + }, ]