Advertisement
Guest User

Untitled

a guest
Jun 3rd, 2014
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 3.48 KB | None | 0 0
  1. [22:20:11] [Server thread/ERROR]: Could not pass event PlayerDeathEvent to PrivateDeathMessage v1.9.2
  2. org.bukkit.event.EventException
  3.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:294) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
  4.     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
  5.     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
  6.     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
  7.     at org.bukkit.craftbukkit.v1_7_R3.event.CraftEventFactory.callPlayerDeathEvent(CraftEventFactory.java:370) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
  8.     at net.minecraft.server.v1_7_R3.EntityPlayer.die(EntityPlayer.java:373) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
  9.     at net.minecraft.server.v1_7_R3.EntityLiving.damageEntity(EntityLiving.java:732) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
  10.     at net.minecraft.server.v1_7_R3.EntityHuman.damageEntity(EntityHuman.java:746) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
  11.     at net.minecraft.server.v1_7_R3.EntityPlayer.damageEntity(EntityPlayer.java:452) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
  12.     at net.minecraft.server.v1_7_R3.EntityHuman.attack(EntityHuman.java:925) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
  13.     at net.minecraft.server.v1_7_R3.PlayerConnection.a(PlayerConnection.java:1106) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
  14.     at net.minecraft.server.v1_7_R3.PacketPlayInUseEntity.a(SourceFile:55) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
  15.     at net.minecraft.server.v1_7_R3.PacketPlayInUseEntity.handle(SourceFile:10) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
  16.     at net.minecraft.server.v1_7_R3.NetworkManager.a(NetworkManager.java:157) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
  17.     at net.minecraft.server.v1_7_R3.ServerConnection.c(SourceFile:134) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
  18.     at net.minecraft.server.v1_7_R3.MinecraftServer.v(MinecraftServer.java:667) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
  19.     at net.minecraft.server.v1_7_R3.DedicatedServer.v(DedicatedServer.java:260) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
  20.     at net.minecraft.server.v1_7_R3.MinecraftServer.u(MinecraftServer.java:558) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
  21.     at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:469) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
  22.     at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
  23. Caused by: java.util.ConcurrentModificationException
  24.     at java.util.ArrayList$Itr.checkForComodification(Unknown Source) ~[?:1.8.0]
  25.     at java.util.ArrayList$Itr.next(Unknown Source) ~[?:1.8.0]
  26.     at a4.privatedeath.Main.onKill(Main.java:162) ~[?:?]
  27.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0]
  28.     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0]
  29.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0]
  30.     at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0]
  31.     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
  32.     ... 19 more
  33. [22:20:19] [Server thread/INFO]: A3_Papers lost connection: Disconnected
  34. [22:20:19] [Server thread/INFO]: A3_Papers left the game.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement