Skip to content

Commit

Permalink
移除cloud命令框架内容,添加litecommands命令框架依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
huanmeng-qwq committed Feb 12, 2024
1 parent afbf3ca commit a44ca17
Show file tree
Hide file tree
Showing 24 changed files with 17 additions and 3,816 deletions.
17 changes: 8 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,10 @@
<id>architectury</id>
<url>https://maven.architectury.dev/</url>
</repository>
<repository>
<id>panda-repo</id>
<url>https://repo.panda-lang.org/releases</url>
</repository>
</repositories>

<dependencies>
Expand Down Expand Up @@ -296,16 +300,11 @@
<version>${mixin.version}</version>
</dependency>

<!--Command - Cloud-->
<dependency>
<groupId>cloud.commandframework</groupId>
<artifactId>cloud-core</artifactId>
<version>1.8.3</version>
</dependency>
<!--Command - LiteCommands-->
<dependency>
<groupId>cloud.commandframework</groupId>
<artifactId>cloud-annotations</artifactId>
<version>1.8.3</version>
<groupId>dev.rollczi</groupId>
<artifactId>litecommands-framework</artifactId>
<version>3.3.3</version>
</dependency>

<dependency>
Expand Down
875 changes: 0 additions & 875 deletions src/main/java/cloud/commandframework/annotations/AnnotationParser.java

This file was deleted.

This file was deleted.

75 changes: 0 additions & 75 deletions src/main/java/cloud/commandframework/annotations/SyntaxParser.java

This file was deleted.

Loading

0 comments on commit a44ca17

Please sign in to comment.