Hey! So I am very new to all of this Spigot and plugin stuff. I have completed coding a plugin. I have been following the "Creating a blank Spigot plugin" page. Well, when I go to export it it's supposed to say "plugin.yml", as shown in this picture: I unchecked .classpath and .project, but plugin.yml doesn't appear in this list! It says that it is supposed to go where you created the project. Is that the workspace folder if I am using Eclipse? If so, where in the workspace folder? Does it go in any of the following folders? All help will be appreciated!
In Eclipse: Code (Text): YourProjectName | > src | > packages | plugin.yml The plugin.yml file goes in the project root directory. In this example that would be YourProjectName
In Eclipse find where your plugin.yml is currently located and drag and drop it onto the main folder of your plugin.
Ok I did that, then exported as normal. Then, I ran the server, but it didn't load my plugin. In the image, you can see it doesn't say "Activating plugin.jar" or whatever.
There were no errors, and when I exported, I unchecked .project and .classpath, like it said to do, but I kept plugin.yml checked.
http://hastebin.com/odeqecupuh.vbs The link probably won't work because I have no idea how to use hastebin
"Cannot find main class `com.meeku.tutorialPlugin.SpigotBlankPlugin'" The main class specified in your plugin.yml needs to match the main class of your plugin. my.package.name.MainClassName