Okay, I've made a plugin loader that loads from the plugins/ directory. Instead of having a plugin.yml like Bukkit plugins, it uses a single entry in the JAR's manifest for the plugin class. Everything else is configured in code, including its name and the commands that it creates. Plugins are also allowed to load other plugins, which I may abstract into a dependency system.
I'M BAAAAAAACK!