Ok so everything was running smoothly until somebody placed a quarry and but they reported the quarry couldn't break blocks. Then I look in cosole and this error is SPAMMING and you can't see chat or anything. It spams so much the server log file is 3GB , anyway the code is:
2012-11-10 11:26:52 [sEVERE] Could not pass event BlockBreakEvent to LWC
org.bukkit.event.EventException
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:304)
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:482)
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:467)
at buildcraft.factory.TileQuarry.doWork(TileQuarry.java:193)
at buildcraft.api.PowerProvider.update(PowerProvider.java:50)
at buildcraft.core.TileBuildCraft.q_(TileBuildCraft.java:54)
at buildcraft.factory.TileQuarry.q_(TileQuarry.java:136)
at net.minecraft.server.World.tickEntities(World.java:1190)
at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:569)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:467)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
Caused by: java.lang.NullPointerException
at com.griefcraft.lwc.LWC.resolveProtectionConfiguration(LWC.java:1273)
at com.griefcraft.listeners.LWCBlockListener.onBlockBreak(LWCBlockListener.java:156)
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$1.execute(JavaPluginLoader.java:302)
... 11 more
Please help!