Skip to content

Commit 3c93a85

Browse files
authored
Merge pull request #8 from OneLiteFeatherNET/bugfix/loading_issue_at_1_20_server_because_provides
Fix loading issue
2 parents ec457ad + a6fab7f commit 3c93a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ bukkit {
9494
apiVersion = "1.13"
9595
depend = listOf("FastAsyncWorldEdit")
9696
website = "https://github.com/OneLiteFeatherNET/BetterGoPaint"
97-
provides = listOf("goPaint")
97+
softDepend = listOf("goPaint")
9898

9999
commands {
100100
register("gopaint") {

0 commit comments

Comments
 (0)