Skip to content

Commit

Permalink
Fix main class definition
Browse files Browse the repository at this point in the history
  • Loading branch information
esotericenderman committed Oct 11, 2024
1 parent 686c17a commit ec2afa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ bukkitPluginYaml {
description = project.description
authors = projectAuthors

main = "$projectGroupString$groupStringSeparator${pascalcase(projectNameString)}"
main = "org.esoteric.minecraft.plugins.template.TemplatePaperPlugin"
apiVersion = paperApiMinecraftVersion
load = BukkitPluginYaml.PluginLoadOrder.STARTUP
}
Expand Down

0 comments on commit ec2afa1

Please sign in to comment.