From 9d73af051398de92aa0dcfeee72c5587cf5b0b82 Mon Sep 17 00:00:00 2001 From: lgc2333 Date: Sun, 22 Jan 2023 04:15:27 +0000 Subject: [PATCH] :beers: publish plugin PicMCStat (#1613) --- website/static/plugins.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/website/static/plugins.json b/website/static/plugins.json index da1ca97d..e381cae8 100644 --- a/website/static/plugins.json +++ b/website/static/plugins.json @@ -4130,5 +4130,20 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_picmcstat", + "project_link": "nonebot-plugin-picmcstat", + "name": "PicMCStat", + "desc": "将 Minecraft 服务器的 MOTD 信息绘制为一张图片", + "author": "lgc2333", + "homepage": "https://github.com/lgc2333/nonebot-plugin-picmcstat", + "tags": [ + { + "label": "Minecraft", + "color": "#7fbf55" + } + ], + "is_official": false } ]