Problem/Bug Worldguard not working, and flooding console with errors

Discussion in 'Bukkit Help' started by Eclipse_Minecraft_Coder, Sep 27, 2016.

Thread Status:
Not open for further replies.
  1. Worldguard is flooding my console with the following error:
    (is this a problem I can fix? Or is there a problem with Worldguard? I hope you can respond to this quickly, because I have to shut down my server because of this error)

    [16:07:53] [Server thread/ERROR]: Could not pass event InventoryMoveItemEvent to WorldGuard v6.1.2;e38d98d
    org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[craftbukkit.jar:git-Bukkit-0cd0397]
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit.jar:git-Bukkit-0cd0397]
    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [craftbukkit.jar:git-Bukkit-0cd0397]
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [craftbukkit.jar:git-Bukkit-0cd0397]
    at net.minecraft.server.v1_9_R2.TileEntityHopper.H(TileEntityHopper.java:252) [craftbukkit.jar:git-Bukkit-0cd0397]
    at net.minecraft.server.v1_9_R2.TileEntityHopper.m(TileEntityHopper.java:174) [craftbukkit.jar:git-Bukkit-0cd0397]
    at net.minecraft.server.v1_9_R2.TileEntityHopper.c(TileEntityHopper.java:162) [craftbukkit.jar:git-Bukkit-0cd0397]
    at net.minecraft.server.v1_9_R2.World.tickEntities(World.java:1383) [craftbukkit.jar:git-Bukkit-0cd0397]
    at net.minecraft.server.v1_9_R2.WorldServer.tickEntities(WorldServer.java:613) [craftbukkit.jar:git-Bukkit-0cd0397]
    at net.minecraft.server.v1_9_R2.MinecraftServer.D(MinecraftServer.java:737) [craftbukkit.jar:git-Bukkit-0cd0397]
    at net.minecraft.server.v1_9_R2.DedicatedServer.D(DedicatedServer.java:360) [craftbukkit.jar:git-Bukkit-0cd0397]
    at net.minecraft.server.v1_9_R2.MinecraftServer.C(MinecraftServer.java:639) [craftbukkit.jar:git-Bukkit-0cd0397]
    at net.minecraft.server.v1_9_R2.MinecraftServer.run(MinecraftServer.java:543) [craftbukkit.jar:git-Bukkit-0cd0397]
    at java.lang.Thread.run(Unknown Source) [?:1.8.0_65]
    Caused by: java.lang.ClassCastException: org.bukkit.block.DoubleChest cannot be cast to org.bukkit.block.Chest
    at com.sk89q.worldguard.bukkit.listener.EventAbstractionListener.handleInventoryHolderUse(EventAbstractionListener.java:949) ~[?:?]
    at com.sk89q.worldguard.bukkit.listener.EventAbstractionListener.onInventoryMoveItem(EventAbstractionListener.java:807) ~[?:?]
    at sun.reflect.GeneratedMethodAccessor51.invoke(Unknown Source) ~[?:?]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_65]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_65]
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:300) ~[craftbukkit.jar:git-Bukkit-0cd0397]
    ... 13 more
     
  2. Offline

    oceantheskatr

    Stop your server.
    Start your server.
    When it's fully started, stop it again.
    Go in to your server files.
    Go to the logs folder.
    Open the file called latest.log.
    Copy and paste the contents at http://pastebin.com/.
    Post it there and then link the URL here.
     
Thread Status:
Not open for further replies.

Share This Page