From 0d26eb0142a55d2b6de83613545d5a09e5fc8172 Mon Sep 17 00:00:00 2001 From: 3cxc <81449257+3cxc@users.noreply.github.com> Date: Thu, 12 Feb 2026 16:07:06 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=E3=80=81=E9=9C=80=E6=B1=82=E6=B8=B8=E6=88=8F=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=92=8C=E6=8F=92=E4=BB=B6=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Plugins.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Plugins.cs b/Plugins.cs index f1a4aa1..eeb8b74 100644 --- a/Plugins.cs +++ b/Plugins.cs @@ -34,17 +34,17 @@ namespace EasyTools } - public static System.Version RequiredGameVersion => new(14, 1, 1); + public static System.Version RequiredGameVersion => new(14, 2, 1); public static Plugins Instance { get; private set; } public override string Name => "EasyTools"; - public override string Description => "Server Tools"; + public override string Description => "一个简单的服务器工具插件"; public override string Author => "3cxc"; - public override System.Version Version => new(1, 1, 0); + public override System.Version Version => new(1, 0, 0); public override System.Version RequiredApiVersion => new(LabApiProperties.CompiledVersion);