Plugin Won't Load At All

iLogeyy

New Member
I've just created a simple plugin that will set the world to day when a certain percentage of the players enter a bed.

I can't get this plugin to load at all and I can't figure out what's wrong.

I export the plugin from Eclipse as a .jar and place the file in the /plugins folder. I start the server and there is nothing in the console related to the plugin. No folder is made with the config or anything.



I've uploaded the code to a GitHub repository: https://github.com/Logey/LoganSleepNukkit

If anybody could help me it would be greatly appreciated.
Thanks!
 
Last edited:

iLogeyy

New Member
Resolved. Found this video on YouTube and followed it:

I set up the project as a Maven project instead of just a Java project, and instead of exporting the jar file I ran pom.xml with Maven Install.
 
Top