Hey guys. I cant find this so called "SimplePluginManager" anywhere. Im running bukkit and a few plugins. Right now I am getting an error with Truezip-6.8.1.jar. Error code: Jan 31, 2011 10:10:17 AM org.bukkit.plugin.SimplePluginManager loadPlugins SEVERE: Could not load plugins\truezip-6.8.1.jar in plugins: null org.bukkit.plugin.InvalidPluginException at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j ava:61) at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager. java:117) at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager .java:82) at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:43) at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:153) at net.minecraft.server.MinecraftServer.c(MinecraftServer.java:140) at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:104) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:177) at net.minecraft.server.ThreadServerApplication.run(SourceFile:512) Caused by: java.io.FileNotFoundException: Jar does not contain plugin.yml ... 9 more Can anyone shed some light on this simple plugin manager? This isnt the only plugin thats given me that error. Mincart plugins return the same sort of errors. With the exception of the mincartmain, that works fine.
org.bukkit.plugin.SimplePluginManager is to do with coding plugins (As far as I am aware). It is just for developers. Since CraftBukkit build 168, many plugins don't work yet... So if you either updated your plugins or updated your CraftBukkit version without doing the other, you will probably get errors similar to this one. Try updating the plugins, and getting the latest CraftBukkit build. Alternatively, try downgrading to 166.
Simple Plugin Manager is what CraftBukkit uses to load plugins. Note: newer builds of CraftBukkit have broken plugins. You can try using an older version of CraftBukkit, or updating your plugins and eliminating the plugins that have not been updated yet.
Thanks for the reply.. So do I need this plugin manager somewhere somehow on my PC? ir is it basically built into Craftbukkit?
It is built into Bukkit, which CraftBukkit uses - Basically, you don't need to worry about installing anything extra. Please fill this out and post it back here: http://forums.bukkit.org/threads/you-need-help-we-need-this-information-to-help-you.2018/
Ok thank you so much for the info. Links bookmarked and read. thanks for those. I kinda thought it was built in. just needed confirmation i guess. Everything I need working works so far thanks again.