Skip to content

Commit

Permalink
chore: bump CommandAPI to 9.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MC-XiaoHei committed Aug 12, 2024
1 parent 4de6836 commit 823037e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions patches/server/0004-Command-API-support.patch
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ Date: Sat, 20 Jul 2024 06:06:46 +0000
Subject: [PATCH] Command API support


diff --git a/build.gradle.kts b/build.gradle.kts
index e8f78fc0a8310a9428da2378f831795a0c047a4b..364f93c5cd4b5d1a0cd0c3026c3e1809491fb3e9 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -39,8 +39,8 @@ dependencies {
implementation("org.spongepowered:configurate-yaml:4.2.0-SNAPSHOT") // Paper - config files
implementation("org.spongepowered:configurate-hocon:4.2.0-SNAPSHOT") // Lumina - config files
// Lumina start - Command API
- compileOnly("dev.jorel:commandapi-preprocessor:9.5.1")
- implementation("dev.jorel:commandapi-bukkit-core:9.5.1")
+ compileOnly("dev.jorel:commandapi-preprocessor:9.5.3")
+ implementation("dev.jorel:commandapi-bukkit-core:9.5.3")
// Lumina end - Command API
implementation("commons-lang:commons-lang:2.6")
runtimeOnly("org.xerial:sqlite-jdbc:3.45.3.0")
diff --git a/src/main/java/dev/jorel/commandapi/CommandAPIVersionHandler.java b/src/main/java/dev/jorel/commandapi/CommandAPIVersionHandler.java
new file mode 100644
index 0000000000000000000000000000000000000000..0c978c7f7a5291b27b62457519d0373ae1230238
Expand Down

0 comments on commit 823037e

Please sign in to comment.