From f59d5f082626d20475891bae75bc35c4288aebdc Mon Sep 17 00:00:00 2001 From: Proviasw Date: Sat, 28 Jan 2023 01:59:22 +0000 Subject: [PATCH] :beers: publish plugin nonebot-plugin-mcport (#1633) --- website/static/plugins.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index d1b380f1..8de85b15 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -3961,5 +3961,15 @@ } ], "is_official": false + }, + { + "module_name": "nonebot-plugin-mcport", + "project_link": "nonebot-plugin-mcport", + "name": "nonebot-plugin-mcport", + "desc": "我的世界JAVA服务器通过RCON连接远程执行命令", + "author": "Proviasw", + "homepage": "https://github.com/Proviasw/nonebot-plugin-mcport", + "tags": [], + "is_official": false } ]