Skip to content

Commit

Permalink
Correct path to main class
Browse files Browse the repository at this point in the history
  • Loading branch information
esotericenderman committed Jul 12, 2024
1 parent 499d68f commit 333b0d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ tasks {
// Configure plugin.yml generation
// - name, version, and description are inherited from the Gradle project.
bukkitPluginYaml {
main = "io.papermc.paperweight.testplugin.TemplatePaperPlugin"
main = "net.slqmy.template_paper_plugin.TemplatePaperPlugin"
load = BukkitPluginYaml.PluginLoadOrder.STARTUP
authors.add("Slqmy")
apiVersion = "1.21"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package net.slqmy.template_paper_plugin.testplugin;
package net.slqmy.template_paper_plugin;

import org.bukkit.event.Listener;
import org.bukkit.plugin.java.JavaPlugin;
Expand Down

0 comments on commit 333b0d8

Please sign in to comment.