Advertisement
Guest User

Untitled

a guest
May 19th, 2015
349
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.92 KB | None | 0 0
  1. [11:55:32 ERROR]: Could not pass event RegionEnterEvent to RegionTitles v1.4
  2. org.bukkit.event.EventException
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
  4. va:305) ~[spigot.jar:git-Spigot-870264a-0a645a2]
  5. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
  6. a:62) ~[spigot.jar:git-Spigot-870264a-0a645a2]
  7. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.j
  8. ava:502) [spigot.jar:git-Spigot-870264a-0a645a2]
  9. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
  10. ava:487) [spigot.jar:git-Spigot-870264a-0a645a2]
  11. at com.mewin.WGRegionEvents.WGRegionEventsListener.updateRegions(WGRegio
  12. nEventsListener.java:109) [WGRegionEvents-1.3.jar:?]
  13. at com.mewin.WGRegionEvents.WGRegionEventsListener.onPlayerJoin(WGRegion
  14. EventsListener.java:77) [WGRegionEvents-1.3.jar:?]
  15. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0
  16. _45]
  17. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0
  18. _45]
  19. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1
  20. .8.0_45]
  21. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_45]
  22. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
  23. va:301) [spigot.jar:git-Spigot-870264a-0a645a2]
  24. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
  25. a:62) [spigot.jar:git-Spigot-870264a-0a645a2]
  26. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.j
  27. ava:502) [spigot.jar:git-Spigot-870264a-0a645a2]
  28. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
  29. ava:487) [spigot.jar:git-Spigot-870264a-0a645a2]
  30. at net.minecraft.server.v1_8_R2.PlayerList.onPlayerJoin(PlayerList.java:
  31. 296) [spigot.jar:git-Spigot-870264a-0a645a2]
  32. at net.minecraft.server.v1_8_R2.PlayerList.a(PlayerList.java:156) [spigo
  33. t.jar:git-Spigot-870264a-0a645a2]
  34. at net.minecraft.server.v1_8_R2.LoginListener.b(LoginListener.java:144)
  35. [spigot.jar:git-Spigot-870264a-0a645a2]
  36. at net.minecraft.server.v1_8_R2.LoginListener.c(LoginListener.java:54) [
  37. spigot.jar:git-Spigot-870264a-0a645a2]
  38. at net.minecraft.server.v1_8_R2.NetworkManager.a(NetworkManager.java:231
  39. ) [spigot.jar:git-Spigot-870264a-0a645a2]
  40. at net.minecraft.server.v1_8_R2.ServerConnection.c(ServerConnection.java
  41. :148) [spigot.jar:git-Spigot-870264a-0a645a2]
  42. at net.minecraft.server.v1_8_R2.MinecraftServer.A(MinecraftServer.java:8
  43. 11) [spigot.jar:git-Spigot-870264a-0a645a2]
  44. at net.minecraft.server.v1_8_R2.DedicatedServer.A(DedicatedServer.java:3
  45. 68) [spigot.jar:git-Spigot-870264a-0a645a2]
  46. at net.minecraft.server.v1_8_R2.MinecraftServer.z(MinecraftServer.java:6
  47. 51) [spigot.jar:git-Spigot-870264a-0a645a2]
  48. at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java
  49. :554) [spigot.jar:git-Spigot-870264a-0a645a2]
  50. at java.lang.Thread.run(Unknown Source) [?:1.8.0_45]
  51. Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/v1_8_R1/Packet
  52. at com.questcraft.regiontitles.titles.Title.wgDisplay(Title.java:20) ~[?
  53. :?]
  54. at com.questcraft.regiontitles.worldguard.RegionEnter.onRegionEnter(Regi
  55. onEnter.java:22) ~[?:?]
  56. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0
  57. _45]
  58. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0
  59. _45]
  60. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1
  61. .8.0_45]
  62. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_45]
  63. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
  64. va:301) ~[spigot.jar:git-Spigot-870264a-0a645a2]
  65. ... 24 more
  66. Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_8_R1.Packet
  67.  
  68. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
  69. java:91) ~[spigot.jar:git-Spigot-870264a-0a645a2]
  70. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
  71. java:86) ~[spigot.jar:git-Spigot-870264a-0a645a2]
  72. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_45]
  73. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_45]
  74. at com.questcraft.regiontitles.titles.Title.wgDisplay(Title.java:20) ~[?
  75. :?]
  76. at com.questcraft.regiontitles.worldguard.RegionEnter.onRegionEnter(Regi
  77. onEnter.java:22) ~[?:?]
  78. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0
  79. _45]
  80. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0
  81. _45]
  82. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1
  83. .8.0_45]
  84. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_45]
  85. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
  86. va:301) ~[spigot.jar:git-Spigot-870264a-0a645a2]
  87. ... 24 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement