We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 332b1e1 commit d1d1a51Copy full SHA for d1d1a51
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