Odd Error, Possibly With Arrows #11


  • New
  • Defect
Open
Assigned to devil_boy512
  • _ForgeUser7076941 created this issue Apr 7, 2013

    What steps will reproduce the problem?

    1. I'm not sure, I'm guessing it's something with an arrow hitting the player.

    What is the expected output? What do you see instead?

    N?A

    What version of the product are you using?

    v4.6

    Do you have an error log of what happened?

    07.04 11:20:03 [Server] INFO ... 26 more
    07.04 11:20:03 [Server] INFO at java.lang.ClassLoader.loadClass(Unknown Source)
    07.04 11:20:03 [Server] INFO at java.lang.ClassLoader.loadClass(Unknown Source)
    07.04 11:20:03 [Server] INFO at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53)
    07.04 11:20:03 [Server] INFO at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:87)
    07.04 11:20:03 [Server] INFO at java.net.URLClassLoader.findClass(Unknown Source)
    07.04 11:20:03 [Server] INFO at java.security.AccessController.doPrivileged(Native Method)
    07.04 11:20:03 [Server] INFO at java.net.URLClassLoader$1.run(Unknown Source)
    07.04 11:20:03 [Server] INFO at java.net.URLClassLoader$1.run(Unknown Source)
    07.04 11:20:03 [Server] INFO Caused by: java.lang.ClassNotFoundException: pgDev.bukkit.DisguiseCraft.api.DisguiseCraftAPI
    07.04 11:20:03 [Server] INFO ... 20 more
    07.04 11:20:03 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425)
    07.04 11:20:03 [Server] INFO at java.lang.reflect.Method.invoke(Unknown Source)
    07.04 11:20:03 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    07.04 11:20:03 [Server] INFO at sun.reflect.GeneratedMethodAccessor124.invoke(Unknown Source)
    07.04 11:20:03 [Server] INFO at pgDev.bukkit.MDPVPControl.MDPVPListener.damageCatcher(MDPVPListener.java:41)
    07.04 11:20:03 [Server] INFO at pgDev.bukkit.MDPVPControl.MDPVPCMain.isDisguised(MDPVPCMain.java:57)
    07.04 11:20:03 [Server] INFO Caused by: java.lang.NoClassDefFoundError: pgDev/bukkit/DisguiseCraft/api/DisguiseCraftAPI
    07.04 11:20:03 [Server] INFO at net.minecraft.server.v1_5_R1.ThreadServerApplication.run(SourceFile:573)
    07.04 11:20:03 [Server] INFO at net.minecraft.server.v1_5_R1.MinecraftServer.run(MinecraftServer.java:403)
    07.04 11:20:03 [Server] INFO at net.minecraft.server.v1_5_R1.MinecraftServer.q(MinecraftServer.java:471)
    07.04 11:20:03 [Server] INFO at net.minecraft.server.v1_5_R1.DedicatedServer.r(DedicatedServer.java:229)
    07.04 11:20:03 [Server] INFO at net.minecraft.server.v1_5_R1.MinecraftServer.r(MinecraftServer.java:561)
    07.04 11:20:03 [Server] INFO at net.minecraft.server.v1_5_R1.WorldServer.tickEntities(WorldServer.java:494)
    07.04 11:20:03 [Server] INFO at net.minecraft.server.v1_5_R1.World.tickEntities(World.java:1303)
    07.04 11:20:03 [Server] INFO at net.minecraft.server.v1_5_R1.World.playerJoinedWorld(World.java:1431)
    07.04 11:20:03 [Server] INFO at net.minecraft.server.v1_5_R1.WorldServer.entityJoinedWorld(WorldServer.java:628)
    07.04 11:20:03 [Server] INFO at net.minecraft.server.v1_5_R1.World.entityJoinedWorld(World.java:1455)
    07.04 11:20:03 [Server] INFO at net.minecraft.server.v1_5_R1.EntityArrow.l_(EntityArrow.java:235)
    07.04 11:20:03 [Server] INFO at net.minecraft.server.v1_5_R1.EntityMonster.damageEntity(EntityMonster.java:39)
    07.04 11:20:03 [Server] INFO at net.minecraft.server.v1_5_R1.EntityLiving.damageEntity(EntityLiving.java:697)
    07.04 11:20:03 [Server] INFO at org.bukkit.craftbukkit.v1_5_R1.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:391)
    07.04 11:20:03 [Server] INFO at org.bukkit.craftbukkit.v1_5_R1.event.CraftEventFactory.callEntityDamageEvent(CraftEventFactory.java:369)
    07.04 11:20:03 [Server] INFO at org.bukkit.craftbukkit.v1_5_R1.event.CraftEventFactory.callEvent(CraftEventFactory.java:81)
    07.04 11:20:03 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:464)
    07.04 11:20:03 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:479)
    07.04 11:20:03 [Server] INFO at org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:26)
    07.04 11:20:03 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    07.04 11:20:03 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427)
    07.04 11:20:03 [Server] INFO org.bukkit.event.EventException
    07.04 11:20:03 [Server] SEVERE Could not pass event EntityDamageByEntityEvent to MobDisguisePVPControl v0.6

  • _ForgeUser7076941 added the tags New Defect Apr 7, 2013

To post a comment, please login or register a new account.