Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR]: Could not pass event ProjectileHitEvent to BloodMoon v0.55-Samistine #12

Open
Kervinou opened this issue Jan 28, 2016 · 2 comments

Comments

@Kervinou
Copy link

ERROR]: Could not pass event ProjectileHitEvent to BloodMoon v0.55-Samistine
org.bukkit.event.EventException
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[spigot.jar:git-Spigot-db6de12-07c3001]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-db6de12-07c3001]
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot.jar:git-Spigot-db6de12-07c3001]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot.jar:git-Spigot-db6de12-07c3001]
at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callProjectileHitEvent(CraftEventFactory.java:760) [spigot.jar:git-Spigot-db6de12-07c3001]
at net.minecraft.server.v1_8_R3.EntityProjectile.t_(EntityProjectile.java:157) [spigot.jar:git-Spigot-db6de12-07c3001]
at net.minecraft.server.v1_8_R3.World.entityJoinedWorld(World.java:1607) [spigot.jar:git-Spigot-db6de12-07c3001]
at net.minecraft.server.v1_8_R3.World.g(World.java:1582) [spigot.jar:git-Spigot-db6de12-07c3001]
at net.minecraft.server.v1_8_R3.World.tickEntities(World.java:1425) [spigot.jar:git-Spigot-db6de12-07c3001]
at net.minecraft.server.v1_8_R3.WorldServer.tickEntities(WorldServer.java:597) [spigot.jar:git-Spigot-db6de12-07c3001]
at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:786) [spigot.jar:git-Spigot-db6de12-07c3001]
at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot.jar:git-Spigot-db6de12-07c3001]
at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot.jar:git-Spigot-db6de12-07c3001]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot.jar:git-Spigot-db6de12-07c3001]
at java.lang.Thread.run(Thread.java:745) [?:1.7.0_91]
Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_8_R3.projectiles.CraftBlockProjectileSource cannot be cast to org.bukkit.entity.LivingEntity
at uk.co.jacekk.bukkit.bloodmoon.feature.mob.FireArrowsListener.onProjectileHit(FireArrowsListener.java:37) ~[?:?]
at sun.reflect.GeneratedMethodAccessor329.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_91]
at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_91]
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-db6de12-07c3001]
... 14 more

@Keeland
Copy link

Keeland commented Feb 24, 2016

Most likely case is that, you're not running bukkit revision 3. I'd disable fire arrows if you don't have any intentions of updating

@RoboMWM
Copy link

RoboMWM commented Mar 1, 2016

Also getting this as well - will try disabling fire arrows.

[18:29:26 ERROR]: Could not pass event ProjectileHitEvent to BloodMoon v0.55-Samistine                                                            
org.bukkit.event.EventException                                                                                                                   
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[patched.jar:git-PaperSpigot-442]                        
        at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) ~[patched.jar:git-PaperSpigot-442]                             
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[patched.jar:git-PaperSpigot-442]                          
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [patched.jar:git-PaperSpigot-442]                        
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [patched.jar:git-PaperSpigot-442]                        
        at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callProjectileHitEvent(CraftEventFactory.java:760) [patched.jar:git-PaperSpigot-
442]                                                                                                                                              
        at net.minecraft.server.v1_8_R3.EntityArrow.t_(EntityArrow.java:232) [patched.jar:git-PaperSpigot-442]                                    
        at net.minecraft.server.v1_8_R3.World.entityJoinedWorld(World.java:1644) [patched.jar:git-PaperSpigot-442]                                
        at net.minecraft.server.v1_8_R3.World.g(World.java:1611) [patched.jar:git-PaperSpigot-442]                                                
        at net.minecraft.server.v1_8_R3.World.tickEntities(World.java:1448) [patched.jar:git-PaperSpigot-442]                                     
        at net.minecraft.server.v1_8_R3.WorldServer.tickEntities(WorldServer.java:600) [patched.jar:git-PaperSpigot-442]                          
        at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:846) [patched.jar:git-PaperSpigot-442]                             
        at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:378) [patched.jar:git-PaperSpigot-442]                             
        at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:713) [patched.jar:git-PaperSpigot-442]                             
        at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:616) [patched.jar:git-PaperSpigot-442]                           
        at java.lang.Thread.run(Thread.java:745) [?:1.8.0_45]                                                                                     
Caused by: java.lang.NullPointerException                                                                                                         
        at uk.co.jacekk.bukkit.bloodmoon.feature.mob.FireArrowsListener.onProjectileHit(FireArrowsListener.java:38) ~[?:?]                        
        at sun.reflect.GeneratedMethodAccessor464.invoke(Unknown Source) ~[?:?]                                                                   
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_45]                                    
        at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_45]                                                                         
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:300) ~[patched.jar:git-PaperSpigot-442]                        
        ... 15 more                                                                                                                               
[18:30:00 ERROR]: Could not pass event ProjectileHitEvent to BloodMoon v0.55-Samistine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants