From b2c1ae9f58deec8a981a4ca013aee1253d8708c7 Mon Sep 17 00:00:00 2001 From: YuTian <2953516620@qq.com> Date: Thu, 8 Aug 2024 03:29:36 +0800 Subject: [PATCH] 1.2.1 --- .../com/io/yutian/elementoriginlib/command/CommandNode.java | 1 - src/main/resources/plugin.yml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/java/com/io/yutian/elementoriginlib/command/CommandNode.java b/src/main/java/com/io/yutian/elementoriginlib/command/CommandNode.java index f5d2086..87c1d38 100644 --- a/src/main/java/com/io/yutian/elementoriginlib/command/CommandNode.java +++ b/src/main/java/com/io/yutian/elementoriginlib/command/CommandNode.java @@ -71,7 +71,6 @@ public class CommandNode { return arguments; } - @Deprecated public CommandNode executes(Command command) { this.command = command; return this; diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 76e68cd..39f63f4 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,5 +1,5 @@ name: ElementOriginLib -version: '1.2' +version: '1.2.1' main: com.io.yutian.elementoriginlib.ElementOriginLib api-version: '1.20' authors: [ SuperYuTian ]