Quick Looting doesnt work #15


  • New
  • Defect
Open
Assigned to tux2
  • _ForgeUser7206959 created this issue Feb 6, 2012

    What steps will reproduce the problem?
    1. Die
    2. Quick Loot a chest

    What is the expected output? What do you see instead?
    Expected: Quick loot the chest and chest and beacon disappears
    Instead: Nothing

    What version of the product are you using?
    v 0.6
    RB 1.1-R3 (b1846)

    Do you have an error log of what happened?

    12:30:00 [SEVERE] Could not pass event org.bukkit.event.block.BlockDamage
    Event to DeadMansChest
    org.bukkit.event.EventException
            at org.bukkit.plugin.java.JavaPluginLoader$103.execute(JavaPluginLoader.
    java:1026)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:57)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:453)
            at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockDamageEvent(C
    raftEventFactory.java:223)
            at net.minecraft.server.ItemInWorldManager.dig(ItemInWorldManager.java:1
    37)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:507)
            at net.minecraft.server.Packet14BlockDig.handle(SourceFile:43)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:100)
            at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:7
    8)
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:537)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:435)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    Caused by: java.lang.reflect.InvocationTargetException
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
            at java.lang.reflect.Method.invoke(Unknown Source)
            at org.bukkit.plugin.java.JavaPluginLoader$103.execute(JavaPluginLoader.
    java:1024)
            ... 12 more
    Caused by: java.lang.NoSuchMethodError: com.griefcraft.model.Protection.getType(
    )I
            at com.wesnc.playerchestdeath.CdBlockListener.onBlockDamage(CdBlockListe
    ner.java:69)
            ... 17 more
    
  • _ForgeUser7206959 added the tags Defect New Feb 6, 2012
  • Tux2 posted a comment Feb 6, 2012

    This will be fixed in the next version of DeadMansChest. LWC updated to version 4, and with it some of the methods I was using have changed.


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