From ea83ba78ec49c86acf6576b9d02f3e0c3a4745c9 Mon Sep 17 00:00:00 2001 From: nikissXI Date: Wed, 21 Dec 2022 05:51:18 +0000 Subject: [PATCH] =?UTF-8?q?:beers:=20publish=20plugin=20JAVA=20MC=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E5=99=A8=E4=BF=A1=E6=81=AF=E6=9F=A5=E8=AF=A2=20(#1496?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/static/plugins.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index 82bc9e6a..788fac98 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -3703,5 +3703,20 @@ "homepage": "https://github.com/Jerry080801/nonebot-plugin-antirecall/", "tags": [], "is_official": false + }, + { + "module_name": "nonebot_plugin_javamc_status", + "project_link": "nonebot-plugin-javamc-status", + "name": "JAVA MC服务器信息查询", + "desc": "可获取JAVA MC的服务器的在线人数和玩家ID", + "author": "nikissXI", + "homepage": "https://github.com/nikissXI/nonebot_plugins/tree/main/nonebot_plugin_javamc_status", + "tags": [ + { + "label": "MC", + "color": "#a438cd" + } + ], + "is_official": false } ]