Search results

  1. iLogeyy

    Plugin Won't Load At All

    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.
  2. iLogeyy

    Plugin Won't Load At All

    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...
  3. iLogeyy

    How to make my Plugin to be read earlier than others?

    In your plugin.yml, use: loadbefore: ["PluginName"]
Top