Skip to content

Commit df6c061

Browse files
committed
fix: fix plugin entrance
1 parent a0be6a5 commit df6c061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ allay {
2121
apiOnly = false
2222

2323
plugin {
24-
entrance = ".NetAllay"
24+
entrance = "org.allaymc.netallay.NetAllay"
2525
authors += "YiRanKuma"
2626
website = "https://github.com/AllayMC/NetAllay"
2727
}

0 commit comments

Comments
 (0)