I have configured everything that I can think of correctly. I have followed the steps listed here http://www.mcportcentral.co.za/index.php?topic=1824.0
and quarrys do work in Towns but my console is filled up every second with this error
2013-03-12 14:19:50 [sEVERE] Could not pass event BlockBreakEvent to Towny
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.positionReached(TileQuarry.java:438)
at buildcraft.factory.EntityMechanicalArm.doMove(EntityMechanicalArm.java:183)
at buildcraft.factory.TileQuarry.q_(TileQuarry.java:146)
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.palmergames.bukkit.towny.utils.PlayerCacheUtil.getPermission(Unknown Source)
at com.palmergames.bukkit.towny.utils.PlayerCacheUtil.triggerCacheCreate(Unknown Source)
at com.palmergames.bukkit.towny.utils.PlayerCacheUtil.getCachePermission(Unknown Source)
at com.palmergames.bukkit.towny.listeners.TownyBlockListener.onBlockBreak(Unknown Source)
at sun.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:613)
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302)
... 10 more
I have hit a wall and wondering if there is anything you guys can help me out with
Thank you in advance!