Skip to content

Commit fb612d9

Browse files
Merge pull request #22 from maximjsx/main
Change plugin load phase
2 parents 332b1e1 + d1d1a51 commit fb612d9

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)