Vault 1.1.17
dawninginnovations opened this issue ยท 2 comments
With v1.1.17, Localshop (:)) can't find the Vault class; although it works with v1.1.16. On a hunch that the softdepend might be responsible, I commented out the directive in v1.1.17 and LocalShop was once again able to find it. Why? I have no clue, but I'd figure I'd let you know.
Best,
Frelling
My bad. Forgot the log dump. Running CraftBukkitRB#1561. Same error happens with LS 4.0.1 and LS 4.0.2
2011-12-08 01:23:59 [SEVERE] Could not load 'plugins\LocalShops.jar' in folder 'plugins': Vault
org.bukkit.plugin.UnknownDependencyException: Vault
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135)
at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:215)
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:136)
at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:149)
at org.bukkit.craftbukkit.CraftServer.(CraftServer.java:125)
at net.minecraft.server.ServerConfigurationManager.(ServerConfigurationManager.java:52)
at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:141)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:388)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
Best,
Frell