Advertisement
Guest User

1.8

a guest
Jan 16th, 2015
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.31 KB | None | 0 0
  1. [02:42:40] [Server thread/ERROR]: Error occurred while enabling Blacksmith v1.1 (Is it up to date?)
  2. java.lang.NoClassDefFoundError: regalowl/hyperconomy/HyperObjectAPI
  3.     at net.apunch.blacksmith.BlacksmithPlugin.onEnable(BlacksmithPlugin.java:54) ~[?:?]
  4.     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot.jar:git-Spigot-c46583f-e6f9fd4]
  5.     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:335) [spigot.jar:git-Spigot-c46583f-e6f9fd4]
  6.     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot.jar:git-Spigot-c46583f-e6f9fd4]
  7.     at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugin(CraftServer.java:355) [spigot.jar:git-Spigot-c46583f-e6f9fd4]
  8.     at org.bukkit.craftbukkit.v1_8_R1.CraftServer.enablePlugins(CraftServer.java:315) [spigot.jar:git-Spigot-c46583f-e6f9fd4]
  9.     at net.minecraft.server.v1_8_R1.MinecraftServer.q(MinecraftServer.java:402) [spigot.jar:git-Spigot-c46583f-e6f9fd4]
  10.     at net.minecraft.server.v1_8_R1.MinecraftServer.k(MinecraftServer.java:370) [spigot.jar:git-Spigot-c46583f-e6f9fd4]
  11.     at net.minecraft.server.v1_8_R1.MinecraftServer.a(MinecraftServer.java:325) [spigot.jar:git-Spigot-c46583f-e6f9fd4]
  12.     at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:211) [spigot.jar:git-Spigot-c46583f-e6f9fd4]
  13.     at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:494) [spigot.jar:git-Spigot-c46583f-e6f9fd4]
  14.     at java.lang.Thread.run(Unknown Source) [?:1.8.0_25]
  15. Caused by: java.lang.ClassNotFoundException: regalowl.hyperconomy.HyperObjectAPI
  16.     at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_25]
  17.     at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_25]
  18.     at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_25]
  19.     at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_25]
  20.     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot.jar:git-Spigot-c46583f-e6f9fd4]
  21.     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.jar:git-Spigot-c46583f-e6f9fd4]
  22.     at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
  23.     at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
  24.     ... 12 more
  25. [02:42:40] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement