From da72d20d0ef9d17bbb04fbbbfe7054c94a0a0dbb Mon Sep 17 00:00:00 2001 From: 17TheWord <17TheWord@users.noreply.github.com> Date: Wed, 1 Feb 2023 08:00:38 +0000 Subject: [PATCH] :beers: publish plugin MC Ping (#1655) --- website/static/plugins.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 59c5bb35..09cbb54a 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -4060,5 +4060,24 @@ "homepage": "https://github.com/Special-Week/nonebot_plugin_impact", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_mcping", + "project_link": "nonebot-plugin-mcping", + "name": "MC Ping", + "desc": "查询MineCraft服务器状态并返回图片的插件,支持JE/BE服务端", + "author": "17TheWord", + "homepage": "https://github.com/17TheWord/nonebot-plugin-mcping", + "tags": [ + { + "label": "Minecraft", + "color": "#47d754" + }, + { + "label": "服务器状态", + "color": "#d7cd47" + } + ], + "is_official": false } ]