Solved CoreProtect

Discussion in 'Bukkit Help' started by computerman_, Apr 4, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    computerman_

    I'm using core protect right now as my "log block" and when a player kills an entity it will spam java errors in my console, please respond asp.
    Show Spoiler

    [20:13:34 ERROR]: Could not pass event EntityDeathEvent to CoreProtect v2.0.9
    org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
    va:427) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:62) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.j
    ava:481) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:466) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    at org.bukkit.craftbukkit.v1_7_R1.event.CraftEventFactory.callEntityDeat
    hEvent(CraftEventFactory.java:328) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974j
    nks]
    at net.minecraft.server.v1_7_R1.EntitySpider.dropDeathLoot(EntitySpider.
    java:117) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    at net.minecraft.server.v1_7_R1.EntityLiving.die(EntityLiving.java:783)
    [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    at net.minecraft.server.v1_7_R1.EntityLiving.damageEntity(EntityLiving.j
    ava:732) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    at net.minecraft.server.v1_7_R1.EntityMonster.damageEntity(EntityMonster
    .java:47) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    at net.minecraft.server.v1_7_R1.EntityArrow.h(EntityArrow.java:228) [cra
    ftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    at net.minecraft.server.v1_7_R1.World.entityJoinedWorld(World.java:1338)
    [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    at net.minecraft.server.v1_7_R1.World.playerJoinedWorld(World.java:1319)
    [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    at net.minecraft.server.v1_7_R1.World.tickEntities(World.java:1207) [cra
    ftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    at net.minecraft.server.v1_7_R1.WorldServer.tickEntities(WorldServer.jav
    a:480) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    at net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:6
    37) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:2
    50) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:5
    45) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java
    :457) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:6
    17) [craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    Caused by: java.lang.NoSuchMethodError: org.bukkit.entity.Arrow.getShooter()Lorg
    /bukkit/projectiles/ProjectileSource;
    at net.coreprotect.listener.EntityListener.onEntityDeath(EntityListener.
    java:290) ~[?:?]
    at sun.reflect.GeneratedMethodAccessor126.invoke(Unknown Source) ~[?:?]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1
    .7.0_51]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_51]
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
    va:425) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
    ... 18 more
     
  2. Offline

    lecraeman


    Did you get the latest update?
     
  3. Offline

    sfxworks

    These types of issues occur when the plugin is incompatible with the current version of bukkit or the author made an error when building it for the latest version. Upgrade to the latest. If their still an issue, check your config, then report it to the author.
     
  4. Offline

    computerman_

    lecraeman
    *face palm* let me update it and see if that is the problem
     
  5. Offline

    lecraeman


    No Facepalm xD They don't have an update notification!

    I am not even sure that will fix it, but they said they fixed a bunch of errors concerning entities!
     
Thread Status:
Not open for further replies.

Share This Page