Skip to content

Commit

Permalink
build.gradle - update CommandAPI to support MC 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneBeee committed Jun 14, 2024
1 parent 9afbd9d commit cbc6d83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {
}

// Command Api
implementation("dev.jorel:commandapi-bukkit-shade:9.4.2")
implementation("dev.jorel:commandapi-bukkit-shade:9.5.0")

// SkBee
compileOnly("com.github.ShaneBeee:SkBee:3.4.3")
Expand Down Expand Up @@ -71,5 +71,5 @@ shadowJar {
tasks.register('server', Copy) {
from shadowJar
// Change this to wherever you want your jar to build
into '/Users/ShaneBee/Desktop/Server/Skript/1-20-6/plugins'
into '/Users/ShaneBee/Desktop/Server/Skript/1-21/plugins'
}

0 comments on commit cbc6d83

Please sign in to comment.