This commit is contained in:
YuTian 2024-08-08 03:29:36 +08:00
parent 9b37d2a330
commit b2c1ae9f58
2 changed files with 1 additions and 2 deletions

View File

@ -71,7 +71,6 @@ public class CommandNode {
return arguments; return arguments;
} }
@Deprecated
public CommandNode executes(Command command) { public CommandNode executes(Command command) {
this.command = command; this.command = command;
return this; return this;

View File

@ -1,5 +1,5 @@
name: ElementOriginLib name: ElementOriginLib
version: '1.2' version: '1.2.1'
main: com.io.yutian.elementoriginlib.ElementOriginLib main: com.io.yutian.elementoriginlib.ElementOriginLib
api-version: '1.20' api-version: '1.20'
authors: [ SuperYuTian ] authors: [ SuperYuTian ]