Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2013
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1.  
  2. 2013-07-03 05:54:38 [SEVERE] Could not pass event PlayerInteractEvent to QuickShop v4.4
  3. org.bukkit.event.EventException
  4. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427)
  5. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
  6. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
  7. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
  8. at org.bukkit.craftbukkit.v1_5_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:190)
  9. at net.minecraft.server.v1_5_R3.PlayerInteractManager.dig(PlayerInteractManager.java:108)
  10. at net.minecraft.server.v1_5_R3.PlayerConnection.a(PlayerConnection.java:547)
  11. at net.minecraft.server.v1_5_R3.Packet14BlockDig.handle(SourceFile:46)
  12. at net.minecraft.server.v1_5_R3.NetworkManager.b(NetworkManager.java:292)
  13. at net.minecraft.server.v1_5_R3.PlayerConnection.d(PlayerConnection.java:115)
  14. at net.minecraft.server.v1_5_R3.ServerConnection.b(SourceFile:35)
  15. at net.minecraft.server.v1_5_R3.DedicatedServerConnection.b(SourceFile:30)
  16. at net.minecraft.server.v1_5_R3.MinecraftServer.r(MinecraftServer.java:581)
  17. at net.minecraft.server.v1_5_R3.DedicatedServer.r(DedicatedServer.java:226)
  18. at net.minecraft.server.v1_5_R3.MinecraftServer.q(MinecraftServer.java:477)
  19. at net.minecraft.server.v1_5_R3.MinecraftServer.run(MinecraftServer.java:410)
  20. at net.minecraft.server.v1_5_R3.ThreadServerApplication.run(SourceFile:573)
  21. Caused by: java.lang.NoClassDefFoundError: com/greatmancode/craftconomy3/Common
  22. at net.milkbowl.vault.economy.plugins.Economy_Craftconomy3.format(Economy_Craftconomy3.java:108)
  23. at org.maxgamer.QuickShop.Economy.Economy_Vault.format(Economy_Vault.java:62)
  24. at org.maxgamer.QuickShop.Economy.Economy.format(Economy.java:58)
  25. at org.maxgamer.QuickShop.Util.Util.format(Util.java:748)
  26. at org.maxgamer.QuickShop.Util.MsgUtil.sendShopInfo(MsgUtil.java:173)
  27. at org.maxgamer.QuickShop.Util.MsgUtil.sendShopInfo(MsgUtil.java:147)
  28. at org.maxgamer.QuickShop.Listeners.PlayerListener.onClick(PlayerListener.java:94)
  29. at sun.reflect.GeneratedMethodAccessor382.invoke(Unknown Source)
  30. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  31. at java.lang.reflect.Method.invoke(Unknown Source)
  32. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425)
  33. ... 16 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement