From a45e7d3854d6417748f15b39ae274d8a621c1328 Mon Sep 17 00:00:00 2001 From: Lonely-Sails Date: Mon, 7 Oct 2024 20:55:04 +0800 Subject: [PATCH] :beers: publish plugin MinecraftWatcher (#3009) --- assets/plugins.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/assets/plugins.json b/assets/plugins.json index b9209b46a4d..b5d5b9d9e6e 100644 --- a/assets/plugins.json +++ b/assets/plugins.json @@ -7178,5 +7178,17 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_mc_watcher", + "project_link": "nonebot_plugin_mc_watcher", + "author": "Lonely-Sails", + "tags": [ + { + "label": "Minecraft", + "color": "#d79f10" + } + ], + "is_official": false } ]