Skip to content

Commit

Permalink
Add commandapi to dependency list
Browse files Browse the repository at this point in the history
  • Loading branch information
booky10 committed Oct 1, 2024
1 parent a88195d commit e0a578e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ bukkit {
main = "$group.vanish.CloudVanishMain"
apiVersion = "1.20"
authors = listOf("booky10")
depend = listOf("CloudCore")
depend = listOf("CloudCore", "CommandAPI")
}

tasks {
Expand Down

0 comments on commit e0a578e

Please sign in to comment.