From 6fb0ffb472a347aacae2bd4af250479b9f0226ad Mon Sep 17 00:00:00 2001 From: Pysio <71202163+pysio2007@users.noreply.github.com> Date: Fri, 8 Mar 2024 02:40:09 +0800 Subject: [PATCH] =?UTF-8?q?doc:=20=E5=B8=B8=E8=A7=81=E9=97=AE=E9=A2=98=20?= =?UTF-8?q?=E6=8F=92=E4=BB=B6=E6=97=A0=E6=B3=95=E9=93=BE=E6=8E=A5=E5=88=B0?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=9C=8D=E5=8A=A1=E5=99=A8=20(#242)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * doc: 常见问题 插件无法链接到更新服务器 * Update docs/server/plugins.md Co-authored-by: Kevin Z * Update docs/server/plugins.md Co-authored-by: Kevin Z * Update docs/server/plugins.md --------- Co-authored-by: bingxin666 <73421892+bingxin666@users.noreply.github.com> Co-authored-by: Kevin Z --- docs/server/plugins.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/server/plugins.md b/docs/server/plugins.md index 2d003c35..051e76ec 100644 --- a/docs/server/plugins.md +++ b/docs/server/plugins.md @@ -8,6 +8,18 @@ 注:Spigot 和 Paper 及其衍生服务器端的问题也可部分参考该条目 +### Bukkit 插件自动更新失败 + +解释:部分 Bukkit 插件会在启动时自动更新,但是插件自动更新失败了。 + +解决方案:手动更新插件,或关闭插件的自动更新。 + +关键词: + +```log +java.net.ConnectException: null +``` + ## Spigot 及其衍生服务器端 ## Paper 及其衍生服务器端