Advertisement
Guest User

Untitled

a guest
Jun 12th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.09 KB | None | 0 0
  1. ERROR Could not pass event PlayerDeathEvent to PowerSurge v0.9.0 12.06 23:23:56 [Server] INFO org.bukkit.event.EventException: null 12.06 23:23:56 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[spigot1132.jar:git-Spigot-1a3504a-dfa7583] 12.06 23:23:56 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:66) ~[spigot1132.jar:git-Spigot-1a3504a-dfa7583] 12.06 23:23:56 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:507) [spigot1132.jar:git-Spigot-1a3504a-dfa7583] 12.06 23:23:56 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:492) [spigot1132.jar:git-Spigot-1a3504a-dfa7583] 12.06 23:23:56 [Server] INFO at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.callPlayerDeathEvent(CraftEventFactory.java:591) [spigot1132.jar:git-Spigot-1a3504a-dfa7583] 12.06 23:23:56 [Server] INFO at net.minecraft.server.v1_13_R2.EntityPlayer.die(EntityPlayer.java:491) [spigot1132.jar:git-Spigot-1a3504a-dfa7583] 12.06 23:23:56 [Server] INFO at net.minecraft.server.v1_13_R2.EntityLiving.damageEntity(EntityLiving.java:1055) [spigot1132.jar:git-Spigot-1a3504a-dfa7583] 12.06 23:23:56 [Server] INFO at net.minecraft.server.v1_13_R2.EntityHuman.damageEntity(EntityHuman.java:792) [spigot1132.jar:git-Spigot-1a3504a-dfa7583] 12.06 23:23:56 [Server] INFO at net.minecraft.server.v1_13_R2.EntityPlayer.damageEntity(EntityPlayer.java:625) [spigot1132.jar:git-Spigot-1a3504a-dfa7583] 12.06 23:23:56 [Server] INFO at net.minecraft.server.v1_13_R2.EntityLiving.aa(EntityLiving.java:1579) [spigot1132.jar:git-Spigot-1a3504a-dfa7583] 12.06 23:23:56 [Server] INFO at net.minecraft.server.v1_13_R2.Entity.W(Entity.java:463) [spigot1132.jar:git-Spigot-1a3504a-dfa7583] 12.06 23:23:56 [Server] INFO at net.minecraft.server.v1_13_R2.EntityLiving.W(EntityLiving.java:210) [spigot1132.jar:git-Spigot-1a3504a-dfa7583] 12.06 23:23:56 [Server] INFO at net.minecraft.server.v1_13_R2.Entity.tick(Entity.java:331) [spigot1132.jar:git-Spigot-1a3504a-dfa7583] 12.06 23:23:56 [Server] INFO at net.minecraft.server.v1_13_R2.EntityLiving.tick(EntityLiving.java:2027) [spigot1132.jar:git-Spigot-1a3504a-dfa7583] 12.06 23:23:56 [Server] INFO at net.minecraft.server.v1_13_R2.EntityHuman.tick(EntityHuman.java:147) [spigot1132.jar:git-Spigot-1a3504a-dfa7583] 12.06 23:23:56 [Server] INFO at net.minecraft.server.v1_13_R2.EntityPlayer.playerTick(EntityPlayer.java:379) [spigot1132.jar:git-Spigot-1a3504a-dfa7583] 12.06 23:23:56 [Server] INFO at net.minecraft.server.v1_13_R2.PlayerConnection.tick(PlayerConnection.java:140) [spigot1132.jar:git-Spigot-1a3504a-dfa7583] 12.06 23:23:56 [Server] INFO at net.minecraft.server.v1_13_R2.NetworkManager.a(NetworkManager.java:230) [spigot1132.jar:git-Spigot-1a3504a-dfa7583] 12.06 23:23:56 [Server] INFO at net.minecraft.server.v1_13_R2.ServerConnection.c(ServerConnection.java:119) [spigot1132.jar:git-Spigot-1a3504a-dfa7583] 12.06 23:23:56 [Server] INFO at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:994) [spigot1132.jar:git-Spigot-1a3504a-dfa7583] 12.06 23:23:56 [Server] INFO at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [spigot1132.jar:git-Spigot-1a3504a-dfa7583] 12.06 23:23:56 [Server] INFO at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [spigot1132.jar:git-Spigot-1a3504a-dfa7583] 12.06 23:23:56 [Server] INFO at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [spigot1132.jar:git-Spigot-1a3504a-dfa7583] 12.06 23:23:56 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_201] 12.06 23:23:56 [Server] INFO Caused by: java.lang.NullPointerException 12.06 23:23:56 [Server] INFO at com.tux2mc.powersurge.PowerArena.playerDied(PowerArena.java:452) ~[?:?] 12.06 23:23:56 [Server] INFO at com.tux2mc.powersurge.listeners.PowerListener.onPlayerDeath(PowerListener.java:55) ~[?:?] 12.06 23:23:56 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_201] 12.06 23:23:56 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_201] 12.06 23:23:56 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_201] 12.06 23:23:56 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_201] 12.06 23:23:56 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:312) ~[spigot1132.jar:git-Spigot-1a3504a-dfa7583] 12.06 23:23:56 [Server] INFO ... 23 more 12.06 23:23:56 [Server] INFO RavioliCat fell out of the world 12.06 23:23:59 [Server] ERROR Could not pass event PlayerDeathEvent to PowerSurge v0.9.0 12.06 23:23:59 [Server] INFO org.bukkit.event.EventException: null 12.06 23:23:59 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[spigot1132.jar:git-Spigot-1a3504a-dfa7583] 12.06 23:23:59 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:66) ~[spigot1132.jar:git-Spigot-1a3504a-dfa7583] 12.06 23:23:59 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:507) [spigot1132.jar:git-Spigot-1a3504a-dfa7583] 12.06 23:23:59 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:492) [spigot1132.jar:git-Spigot-1a3504a-dfa7583] 12.06 23:23:59 [Server] INFO at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.callPlayerDeathEvent(CraftEventFactory.java:591) [spigot1132.jar:git-Spigot-1a3504a-dfa7583] 12.06 23:23:59 [Server] INFO at net.minecraft.server.v1_13_R2.EntityPlayer.die(EntityPlayer.java:491) [spigot1132.jar:git-Spigot-1a3504a-dfa7583] 12.06 23:23:59 [Server] INFO at net.minecraft.server.v1_13_R2.EntityLiving.damageEntity(EntityLiving.java:1055) [spigot1132.jar:git-Spigot-1a3504a-dfa7583] 12.06 23:23:59 [Server] INFO at net.minecraft.server.v1_13_R2.EntityHuman.damageEntity(EntityHuman.java:792) [spigot1132.jar:git-Spigot-1a3504a-dfa7583] 12.06 23:23:59 [Server] INFO at net.minecraft.server.v1_13_R2.EntityPlayer.damageEntity(EntityPlayer.java:625) [spigot1132.jar:git-Spigot-1a3504a-dfa7583] 12.06 23:23:59 [Server] INFO at net.minecraft.server.v1_13_R2.EntityLiving.aa(EntityLiving.java:1579) [spigot1132.jar:git-Spigot-1a3504a-dfa7583] 12.06 23:23:59 [Server] INFO at net.minecraft.server.v1_13_R2.Entity.W(Entity.java:463) [spigot1132.jar:git-Spigot-1a3504a-dfa7583] 12.06 23:23:59 [Server] INFO at net.minecraft.server.v1_13_R2.EntityLiving.W(EntityLiving.java:210) [spigot1132.jar:git-Spigot-1a3504a-dfa7583] 12.06 23:23:59 [Server] INFO at net.minecraft.server.v1_13_R2.Entity.tick(Entity.java:331) [spigot1132.jar:git-Spigot-1a3504a-dfa7583] 12.06 23:23:59 [Server] INFO at net.minecraft.server.v1_13_R2.EntityLiving.tick(EntityLiving.java:2027) [spigot1132.jar:git-Spigot-1a3504a-dfa7583] 12.06 23:23:59 [Server] INFO at net.minecraft.server.v1_13_R2.EntityHuman.tick(EntityHuman.java:147) [spigot1132.jar:git-Spigot-1a3504a-dfa7583] 12.06 23:23:59 [Server] INFO at net.minecraft.server.v1_13_R2.EntityPlayer.playerTick(EntityPlayer.java:379) [spigot1132.jar:git-Spigot-1a3504a-dfa7583] 12.06 23:23:59 [Server] INFO at net.minecraft.server.v1_13_R2.PlayerConnection.tick(PlayerConnection.java:140) [spigot1132.jar:git-Spigot-1a3504a-dfa7583] 12.06 23:23:59 [Server] INFO at net.minecraft.server.v1_13_R2.NetworkManager.a(NetworkManager.java:230) [spigot1132.jar:git-Spigot-1a3504a-dfa7583] 12.06 23:23:59 [Server] INFO at net.minecraft.server.v1_13_R2.ServerConnection.c(ServerConnection.java:119) [spigot1132.jar:git-Spigot-1a3504a-dfa7583] 12.06 23:23:59 [Server] INFO at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:994) [spigot1132.jar:git-Spigot-1a3504a-dfa7583] 12.06 23:23:59 [Server] INFO at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [spigot1132.jar:git-Spigot-1a3504a-dfa7583] 12.06 23:23:59 [Server] INFO at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [spigot1132.jar:git-Spigot-1a3504a-dfa7583] 12.06 23:23:59 [Server] INFO at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [spigot1132.jar:git-Spigot-1a3504a-dfa7583] 12.06 23:23:59 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_201] 12.06 23:23:59 [Server] INFO Caused by: java.lang.NullPointerException 12.06 23:23:59 [Server] INFO at com.tux2mc.powersurge.PowerArena.playerDied(PowerArena.java:452) ~[?:?] 12.06 23:23:59 [Server] INFO at com.tux2mc.powersurge.listeners.PowerListener.onPlayerDeath(PowerListener.java:55) ~[?:?] 12.06 23:23:59 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_201] 12.06 23:23:59 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_201] 12.06 23:23:59 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_201] 12.06 23:23:59 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_201] 12.06 23:23:59 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:312) ~[spigot1132.jar:git-Spigot-1a3504a-dfa7583]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement