Skip to content

Commit 31c4ced

Browse files
committed
fix(deps): change load order for LuckPerms dependency to AFTER
1 parent 39faf2f commit 31c4ced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bukkit/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ paper {
115115
authors = listOf("theShadowsDust")
116116
serverDependencies {
117117
register("LuckPerms") {
118-
load = PaperPluginDescription.RelativeLoadOrder.BEFORE
118+
load = PaperPluginDescription.RelativeLoadOrder.AFTER
119119
}
120120
}
121121
}

0 commit comments

Comments
 (0)