We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 332b1e1 + d1d1a51 commit fb612d9Copy full SHA for fb612d9
1 file changed
plugin/build.gradle.kts
@@ -24,7 +24,7 @@ plugin {
24
enabled = true
25
main = "studio.o7.octopus.plugin.OctopusPlugin"
26
apiVersion = ApiVersion.PAPER_1_21_8
27
- load.set(Load.POST_WORLD)
+ load.set(Load.STARTUP)
28
}
29
30
tasks.named<ShadowJar>("shadowJar") {
0 commit comments