Skip to content

Commit

Permalink
Use latest version of MultiWorldEdit to support 1.12.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofpu authored Oct 26, 2024
1 parent e7688b3 commit 2a8ef6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spigot/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {
implementation("com.github.ben-manes.caffeine:caffeine:2.9.3")

implementation("com.github.cryptomorin:XSeries:8.7.1")
implementation("com.github.tofpu.MultiWorldEdit:multiworldedit-api:0eb85d6cbd") {
implementation("com.github.tofpu.MultiWorldEdit:multiworldedit-api:8930fd3caa") {
exclude("de.schlichtherle", "truezip")
exclude("rhino", "js")
exclude("com.sk89q", "worldedit")
Expand Down Expand Up @@ -83,4 +83,4 @@ tasks {
minecraftVersion("1.19.4")
pluginJars(project.file("libs/worldedit-bukkit-7.3.0.jar"))
}
}
}

0 comments on commit 2a8ef6c

Please sign in to comment.