Skip to content

Commit d1d1a51

Browse files
authored
feat: new plugin load phase
1 parent 332b1e1 commit d1d1a51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ plugin {
2424
enabled = true
2525
main = "studio.o7.octopus.plugin.OctopusPlugin"
2626
apiVersion = ApiVersion.PAPER_1_21_8
27-
load.set(Load.POST_WORLD)
27+
load.set(Load.STARTUP)
2828
}
2929

3030
tasks.named<ShadowJar>("shadowJar") {

0 commit comments

Comments
 (0)