Advertisement
Guest User

Untitled

a guest
Sep 24th, 2015
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.06 KB | None | 0 0
  1.  
  2. [12:41:53] [Async Chat Thread - #0/INFO]: [Owner] MrSulu : now try
  3. [12:43:40] [Server thread/ERROR]: Could not pass event PlayerInteractEvent to SuperWars v1.8
  4. org.bukkit.event.EventException
  5. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[spigot.jar:git-Spigot-d97e08b-880a532]
  6. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-d97e08b-880a532]
  7. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot.jar:git-Spigot-d97e08b-880a532]
  8. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot.jar:git-Spigot-d97e08b-880a532]
  9. at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:227) [spigot.jar:git-Spigot-d97e08b-880a532]
  10. at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:194) [spigot.jar:git-Spigot-d97e08b-880a532]
  11. at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:190) [spigot.jar:git-Spigot-d97e08b-880a532]
  12. at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1200) [spigot.jar:git-Spigot-d97e08b-880a532]
  13. at net.minecraft.server.v1_8_R3.PacketPlayInArmAnimation.a(PacketPlayInArmAnimation.java:18) [spigot.jar:git-Spigot-d97e08b-880a532]
  14. at net.minecraft.server.v1_8_R3.PacketPlayInArmAnimation.a(PacketPlayInArmAnimation.java:1) [spigot.jar:git-Spigot-d97e08b-880a532]
  15. at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-d97e08b-880a532]
  16. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_60]
  17. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_60]
  18. at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [spigot.jar:git-Spigot-d97e08b-880a532]
  19. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:714) [spigot.jar:git-Spigot-d97e08b-880a532]
  20. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot.jar:git-Spigot-d97e08b-880a532]
  21. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:653) [spigot.jar:git-Spigot-d97e08b-880a532]
  22. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:556) [spigot.jar:git-Spigot-d97e08b-880a532]
  23. at java.lang.Thread.run(Unknown Source) [?:1.8.0_60]
  24. Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/v1_8_R1/EnumParticle
  25. at io.hotmail.com.jacob_vejvoda.SuperWars.ParticleEffects_1_8_1.createPacket(ParticleEffects_1_8_1.java:149) ~[?:?]
  26. at io.hotmail.com.jacob_vejvoda.SuperWars.ParticleEffects_1_8_1.sendToLocation(ParticleEffects_1_8_1.java:134) ~[?:?]
  27. at io.hotmail.com.jacob_vejvoda.SuperWars.SuperWars.displayParticles(SuperWars.java:2215) ~[?:?]
  28. at io.hotmail.com.jacob_vejvoda.SuperWars.heroes.SuperMan.onManInteract(SuperMan.java:125) ~[?:?]
  29. at sun.reflect.GeneratedMethodAccessor125.invoke(Unknown Source) ~[?:?]
  30. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60]
  31. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_60]
  32. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-d97e08b-880a532]
  33. ... 18 more
  34. Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_8_R1.EnumParticle
  35. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[spigot.jar:git-Spigot-d97e08b-880a532]
  36. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.jar:git-Spigot-d97e08b-880a532]
  37. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_60]
  38. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_60]
  39. at io.hotmail.com.jacob_vejvoda.SuperWars.ParticleEffects_1_8_1.createPacket(ParticleEffects_1_8_1.java:149) ~[?:?]
  40. at io.hotmail.com.jacob_vejvoda.SuperWars.ParticleEffects_1_8_1.sendToLocation(ParticleEffects_1_8_1.java:134) ~[?:?]
  41. at io.hotmail.com.jacob_vejvoda.SuperWars.SuperWars.displayParticles(SuperWars.java:2215) ~[?:?]
  42. at io.hotmail.com.jacob_vejvoda.SuperWars.heroes.SuperMan.onManInteract(SuperMan.java:125) ~[?:?]
  43. at sun.reflect.GeneratedMethodAccessor125.invoke(Unknown Source) ~[?:?]
  44. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60]
  45. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_60]
  46. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-d97e08b-880a532]
  47. ... 18 more
  48. [12:43:52] [Server thread/ERROR]: Could not pass event PlayerInteractEvent to SuperWars v1.8
  49. org.bukkit.event.EventException
  50. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[spigot.jar:git-Spigot-d97e08b-880a532]
  51. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-d97e08b-880a532]
  52. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot.jar:git-Spigot-d97e08b-880a532]
  53. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot.jar:git-Spigot-d97e08b-880a532]
  54. at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:227) [spigot.jar:git-Spigot-d97e08b-880a532]
  55. at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:194) [spigot.jar:git-Spigot-d97e08b-880a532]
  56. at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:190) [spigot.jar:git-Spigot-d97e08b-880a532]
  57. at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:717) [spigot.jar:git-Spigot-d97e08b-880a532]
  58. at net.minecraft.server.v1_8_R3.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:52) [spigot.jar:git-Spigot-d97e08b-880a532]
  59. at net.minecraft.server.v1_8_R3.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:1) [spigot.jar:git-Spigot-d97e08b-880a532]
  60. at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-d97e08b-880a532]
  61. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_60]
  62. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_60]
  63. at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [spigot.jar:git-Spigot-d97e08b-880a532]
  64. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:714) [spigot.jar:git-Spigot-d97e08b-880a532]
  65. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot.jar:git-Spigot-d97e08b-880a532]
  66. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:653) [spigot.jar:git-Spigot-d97e08b-880a532]
  67. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:556) [spigot.jar:git-Spigot-d97e08b-880a532]
  68. at java.lang.Thread.run(Unknown Source) [?:1.8.0_60]
  69. Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/v1_8_R1/EnumParticle
  70. at io.hotmail.com.jacob_vejvoda.SuperWars.ParticleEffects_1_8_1.createPacket(ParticleEffects_1_8_1.java:149) ~[?:?]
  71. at io.hotmail.com.jacob_vejvoda.SuperWars.ParticleEffects_1_8_1.sendToLocation(ParticleEffects_1_8_1.java:134) ~[?:?]
  72. at io.hotmail.com.jacob_vejvoda.SuperWars.SuperWars.displayParticles(SuperWars.java:2215) ~[?:?]
  73. at io.hotmail.com.jacob_vejvoda.SuperWars.heroes.SuperMan.onManInteract(SuperMan.java:211) ~[?:?]
  74. at sun.reflect.GeneratedMethodAccessor125.invoke(Unknown Source) ~[?:?]
  75. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60]
  76. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_60]
  77. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-d97e08b-880a532]
  78. ... 18 more
  79. [12:44:23] [Server thread/ERROR]: Could not pass event PlayerInteractEvent to SuperWars v1.8
  80. org.bukkit.event.EventException
  81. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[spigot.jar:git-Spigot-d97e08b-880a532]
  82. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-d97e08b-880a532]
  83. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot.jar:git-Spigot-d97e08b-880a532]
  84. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot.jar:git-Spigot-d97e08b-880a532]
  85. at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:227) [spigot.jar:git-Spigot-d97e08b-880a532]
  86. at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:194) [spigot.jar:git-Spigot-d97e08b-880a532]
  87. at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:190) [spigot.jar:git-Spigot-d97e08b-880a532]
  88. at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1200) [spigot.jar:git-Spigot-d97e08b-880a532]
  89. at net.minecraft.server.v1_8_R3.PacketPlayInArmAnimation.a(PacketPlayInArmAnimation.java:18) [spigot.jar:git-Spigot-d97e08b-880a532]
  90. at net.minecraft.server.v1_8_R3.PacketPlayInArmAnimation.a(PacketPlayInArmAnimation.java:1) [spigot.jar:git-Spigot-d97e08b-880a532]
  91. at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-d97e08b-880a532]
  92. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_60]
  93. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_60]
  94. at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [spigot.jar:git-Spigot-d97e08b-880a532]
  95. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:714) [spigot.jar:git-Spigot-d97e08b-880a532]
  96. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot.jar:git-Spigot-d97e08b-880a532]
  97. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:653) [spigot.jar:git-Spigot-d97e08b-880a532]
  98. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:556) [spigot.jar:git-Spigot-d97e08b-880a532]
  99. at java.lang.Thread.run(Unknown Source) [?:1.8.0_60]
  100. Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/v1_8_R1/EnumParticle
  101. at io.hotmail.com.jacob_vejvoda.SuperWars.ParticleEffects_1_8_1.createPacket(ParticleEffects_1_8_1.java:149) ~[?:?]
  102. at io.hotmail.com.jacob_vejvoda.SuperWars.ParticleEffects_1_8_1.sendToLocation(ParticleEffects_1_8_1.java:134) ~[?:?]
  103. at io.hotmail.com.jacob_vejvoda.SuperWars.SuperWars.displayParticles(SuperWars.java:2215) ~[?:?]
  104. at io.hotmail.com.jacob_vejvoda.SuperWars.heroes.SuperMan.onManInteract(SuperMan.java:125) ~[?:?]
  105. at sun.reflect.GeneratedMethodAccessor125.invoke(Unknown Source) ~[?:?]
  106. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60]
  107. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_60]
  108. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-d97e08b-880a532]
  109. ... 18 more
  110. [12:47:10] [Server thread/ERROR]: Could not pass event PlayerInteractEvent to SuperWars v1.8
  111. org.bukkit.event.EventException
  112. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[spigot.jar:git-Spigot-d97e08b-880a532]
  113. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-d97e08b-880a532]
  114. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot.jar:git-Spigot-d97e08b-880a532]
  115. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot.jar:git-Spigot-d97e08b-880a532]
  116. at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:227) [spigot.jar:git-Spigot-d97e08b-880a532]
  117. at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:194) [spigot.jar:git-Spigot-d97e08b-880a532]
  118. at net.minecraft.server.v1_8_R3.PlayerInteractManager.a(PlayerInteractManager.java:107) [spigot.jar:git-Spigot-d97e08b-880a532]
  119. at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:623) [spigot.jar:git-Spigot-d97e08b-880a532]
  120. at net.minecraft.server.v1_8_R3.PacketPlayInBlockDig.a(SourceFile:40) [spigot.jar:git-Spigot-d97e08b-880a532]
  121. at net.minecraft.server.v1_8_R3.PacketPlayInBlockDig.a(SourceFile:10) [spigot.jar:git-Spigot-d97e08b-880a532]
  122. at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-d97e08b-880a532]
  123. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_60]
  124. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_60]
  125. at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [spigot.jar:git-Spigot-d97e08b-880a532]
  126. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:714) [spigot.jar:git-Spigot-d97e08b-880a532]
  127. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot.jar:git-Spigot-d97e08b-880a532]
  128. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:653) [spigot.jar:git-Spigot-d97e08b-880a532]
  129. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:556) [spigot.jar:git-Spigot-d97e08b-880a532]
  130. at java.lang.Thread.run(Unknown Source) [?:1.8.0_60]
  131. Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/v1_8_R1/EnumParticle
  132. at io.hotmail.com.jacob_vejvoda.SuperWars.ParticleEffects_1_8_1.createPacket(ParticleEffects_1_8_1.java:149) ~[?:?]
  133. at io.hotmail.com.jacob_vejvoda.SuperWars.ParticleEffects_1_8_1.sendToLocation(ParticleEffects_1_8_1.java:134) ~[?:?]
  134. at io.hotmail.com.jacob_vejvoda.SuperWars.SuperWars.displayParticles(SuperWars.java:2215) ~[?:?]
  135. at io.hotmail.com.jacob_vejvoda.SuperWars.heroes.SuperMan.onManInteract(SuperMan.java:125) ~[?:?]
  136. at sun.reflect.GeneratedMethodAccessor125.invoke(Unknown Source) ~[?:?]
  137. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60]
  138. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_60]
  139. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-d97e08b-880a532]
  140. ... 18 more
  141. [12:47:33] [Server thread/INFO]: MrSulu issued server command: /i 276
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement