I made a plugin.yml file, put it in resources, Hit Complile the Plugin complied with no problem
then I put the plugin into Plugins
ran RW, the world loaded to 5% then it gave me this Error:
LoadingState: Error while loading singleplayer game
pluginapi.PluginException: No 'plugin.yml' definition file found for plugin "JavaLibrary5.jar"!
If you are the creator of this plugin, you have to put a proper 'plugin.yml' file into the "resources" package
at pluginapi.PluginLoader.loadPluginFromJar(SourceFile:188)
at pluginapi.PluginLoader.loadPlugins(SourceFile:43)
at pluginapi.PluginManager.initialize(SourceFile:60)
at u.t.c(SourceFile:294)
at u.t.a(SourceFile:172)
at u.j.run(SourceFile:195)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)