KingGoldensPanda
Verified Member
Hi!
I believe this goes here I'm honestly not sure, the guide for this category is outdated.
There are 3 horrible errors that are continuously reoccurring however, I cannot figure out what they are. They cause logs to be nearly 1GB a day which is a problem x.x
Would anyone know if these will possibly be fixed soon or what causes them so I could disable the move until then to help my console out a bit?
Thank you so much in advanced!
I believe this goes here I'm honestly not sure, the guide for this category is outdated.
There are 3 horrible errors that are continuously reoccurring however, I cannot figure out what they are. They cause logs to be nearly 1GB a day which is a problem x.x
Would anyone know if these will possibly be fixed soon or what causes them so I could disable the move until then to help my console out a bit?
Thank you so much in advanced!
Code:
[01:08:12 ERROR]: Could not pass event PlayerToggleSneakEvent to ProjectKorra v1.8.6
org.bukkit.event.EventException: null
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-2086bb0-d0a3620]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-2086bb0-d0a3620]
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot.jar:git-Spigot-2086bb0-d0a3620]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot.jar:git-Spigot-2086bb0-d0a3620]
at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:1455) [spigot.jar:git-Spigot-2086bb0-d0a3620]
at net.minecraft.server.v1_12_R1.PacketPlayInEntityAction.a(SourceFile:43) [spigot.jar:git-Spigot-2086bb0-d0a3620]
at net.minecraft.server.v1_12_R1.PacketPlayInEntityAction.a(SourceFile:9) [spigot.jar:git-Spigot-2086bb0-d0a3620]
at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-2086bb0-d0a3620]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_141]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_141]
at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [spigot.jar:git-Spigot-2086bb0-d0a3620]
at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748) [spigot.jar:git-Spigot-2086bb0-d0a3620]
at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot.jar:git-Spigot-2086bb0-d0a3620]
at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot.jar:git-Spigot-2086bb0-d0a3620]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot.jar:git-Spigot-2086bb0-d0a3620]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_141]
Caused by: java.lang.NullPointerException
Code:
[01:07:19 ERROR]: Could not pass event EntityDamageByBlockEvent to ProjectKorra v1.8.6
org.bukkit.event.EventException: null
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-2086bb0-d0a3620]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-2086bb0-d0a3620]
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot.jar:git-Spigot-2086bb0-d0a3620]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot.jar:git-Spigot-2086bb0-d0a3620]
at org.bukkit.craftbukkit.v1_12_R1.event.CraftEventFactory.callEvent(CraftEventFactory.java:93) [spigot.jar:git-Spigot-2086bb0-d0a3620]
at org.bukkit.craftbukkit.v1_12_R1.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:491) [spigot.jar:git-Spigot-2086bb0-d0a3620]
at org.bukkit.craftbukkit.v1_12_R1.event.CraftEventFactory.handleNonLivingEntityDamageEvent(CraftEventFactory.java:631) [spigot.jar:git-Spigot-2086bb0-d0a3620]
at org.bukkit.craftbukkit.v1_12_R1.event.CraftEventFactory.handleNonLivingEntityDamageEvent(CraftEventFactory.java:617) [spigot.jar:git-Spigot-2086bb0-d0a3620]
at net.minecraft.server.v1_12_R1.EntityItem.damageEntity(EntityItem.java:256) [spigot.jar:git-Spigot-2086bb0-d0a3620]
at net.minecraft.server.v1_12_R1.Entity.burnFromLava(Entity.java:476) [spigot.jar:git-Spigot-2086bb0-d0a3620]
at net.minecraft.server.v1_12_R1.Entity.Y(Entity.java:447) [spigot.jar:git-Spigot-2086bb0-d0a3620]
at net.minecraft.server.v1_12_R1.Entity.B_(Entity.java:320) [spigot.jar:git-Spigot-2086bb0-d0a3620]
at net.minecraft.server.v1_12_R1.EntityItem.B_(EntityItem.java:61) [spigot.jar:git-Spigot-2086bb0-d0a3620]
at net.minecraft.server.v1_12_R1.World.entityJoinedWorld(World.java:1631) [spigot.jar:git-Spigot-2086bb0-d0a3620]
at net.minecraft.server.v1_12_R1.World.h(World.java:1601) [spigot.jar:git-Spigot-2086bb0-d0a3620]
at net.minecraft.server.v1_12_R1.World.tickEntities(World.java:1435) [spigot.jar:git-Spigot-2086bb0-d0a3620]
at net.minecraft.server.v1_12_R1.WorldServer.tickEntities(WorldServer.java:668) [spigot.jar:git-Spigot-2086bb0-d0a3620]
at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:817) [spigot.jar:git-Spigot-2086bb0-d0a3620]
at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot.jar:git-Spigot-2086bb0-d0a3620]
at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot.jar:git-Spigot-2086bb0-d0a3620]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot.jar:git-Spigot-2086bb0-d0a3620]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_141]
Caused by: java.lang.ClassCastException