Does anybody have a video tutorial regarding scripting new plugins? Nobody seems to show how to make plugins, only how to install plugins they downloaded. I've read both Getting Started and the Create a Plugin threads, and while they may make sense to someone experienced with Java tools, it seems as though I'm doing something wrong. It would help to see somebody set up a project from scratch, so a novice can see how to properly package a plugin. I recreated one of the scripts from the Create a Plugin thread to see if I can even load a plugin, but I'm not sure it's being compiled correctly. I'm using IntelliJ IDEA. My code is as follows:
When I build the solution, it creates an output folder structured as follows:
I'm guessing everything in the production is compiled into the loose JAR file, but when I put it in the Plugins folder for the New Version, nothing happens. I don't know it I set the Module up incorrectly or if it has something to do with the fact IntelliJ isn't recognizing the @Override lines. Any thoughts?