Advertisement
EDWIN3150

Error in WelcomeTitle v3.0 with git-Spigot-870264a-0a2

May 5th, 2015
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.47 KB | None | 0 0
  1. [00:04:16] [Server thread/ERROR]: Could not pass event PlayerJoinEvent to WelcomeTitle v3.0
  2. org.bukkit.event.EventException
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:305) ~[spigot.jar:git-Spigot-870264a-0a645a2]
  4. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-870264a-0a645a2]
  5. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot.jar:git-Spigot-870264a-0a645a2]
  6. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot.jar:git-Spigot-870264a-0a645a2]
  7. at net.minecraft.server.v1_8_R2.PlayerList.onPlayerJoin(PlayerList.java:296) [spigot.jar:git-Spigot-870264a-0a645a2]
  8. at net.minecraft.server.v1_8_R2.PlayerList.a(PlayerList.java:156) [spigot.jar:git-Spigot-870264a-0a645a2]
  9. at net.minecraft.server.v1_8_R2.LoginListener.b(LoginListener.java:144) [spigot.jar:git-Spigot-870264a-0a645a2]
  10. at net.minecraft.server.v1_8_R2.LoginListener.c(LoginListener.java:54) [spigot.jar:git-Spigot-870264a-0a645a2]
  11. at net.minecraft.server.v1_8_R2.NetworkManager.a(NetworkManager.java:231) [spigot.jar:git-Spigot-870264a-0a645a2]
  12. at net.minecraft.server.v1_8_R2.ServerConnection.c(ServerConnection.java:148) [spigot.jar:git-Spigot-870264a-0a645a2]
  13. at net.minecraft.server.v1_8_R2.MinecraftServer.A(MinecraftServer.java:811) [spigot.jar:git-Spigot-870264a-0a645a2]
  14. at net.minecraft.server.v1_8_R2.DedicatedServer.A(DedicatedServer.java:368) [spigot.jar:git-Spigot-870264a-0a645a2]
  15. at net.minecraft.server.v1_8_R2.MinecraftServer.z(MinecraftServer.java:651) [spigot.jar:git-Spigot-870264a-0a645a2]
  16. at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:554) [spigot.jar:git-Spigot-870264a-0a645a2]
  17. at java.lang.Thread.run(Unknown Source) [?:1.8.0_45]
  18. Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/v1_8_R1/Packet
  19. at me.maxedoutfreaky.welcometitle.WTListener.onJoin(WTListener.java:18) ~[?:?]
  20. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_45]
  21. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_45]
  22. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_45]
  23. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_45]
  24. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301) ~[spigot.jar:git-Spigot-870264a-0a645a2]
  25. ... 14 more
  26. Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_8_R1.Packet
  27. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[spigot.jar:git-Spigot-870264a-0a645a2]
  28. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.jar:git-Spigot-870264a-0a645a2]
  29. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_45]
  30. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_45]
  31. at me.maxedoutfreaky.welcometitle.WTListener.onJoin(WTListener.java:18) ~[?:?]
  32. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_45]
  33. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_45]
  34. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_45]
  35. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_45]
  36. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301) ~[spigot.jar:git-Spigot-870264a-0a645a2]
  37. ... 14 more
  38. [00:04:17] [Server thread/INFO]: EDWIN3150[/192.168.254.1:49214] logged in with entity id 39 at ([world]182.5, 13.5, -173.5)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement