Jump to content

Problems with LWC in my server.


Mr_Waffles998

Recommended Posts

whenever i run my server and join i get this error code in the console:

19:06:23 [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 eloraam.machine.TileBreaker.onBlockNeighborChange(TileBreaker.java:151)

at eloraam.core.BlockExtended.doPhysics(BlockExtended.java:63)

at eloraam.core.RedPowerLib.notifyBlock(RedPowerLib.java:25)

at eloraam.core.RedPowerLib.updateCurrent(RedPowerLib.java:1220)

at eloraam.machine.TileRedstoneTube.onBlockNeighborChange(TileRedstoneTube.java:124)

at eloraam.core.BlockMultipart.doPhysics(BlockMultipart.java:29)

at eloraam.core.RedPowerLib.notifyBlock(RedPowerLib.java:25)

at eloraam.core.RedPowerLib.updateCurrent(RedPowerLib.java:1220)

at eloraam.machine.TileRedstoneTube.onBlockNeighborChange(TileRedstoneTube.java:124)

at eloraam.core.BlockMultipart.doPhysics(BlockMultipart.java:29)

at eloraam.core.RedPowerLib.notifyBlock(RedPowerLib.java:25)

at eloraam.core.RedPowerLib.updateCurrent(RedPowerLib.java:1220)

at eloraam.machine.TileRedstoneTube.onBlockNeighborChange(TileRedstoneTube.java:124)

at eloraam.core.BlockMultipart.doPhysics(BlockMultipart.java:29)

at net.minecraft.server.World.k(World.java:528)

at net.minecraft.server.World.applyPhysics(World.java:507)

at net.minecraft.server.BlockRedstoneWire.g(BlockRedstoneWire.java:55)

at net.minecraft.server.BlockRedstoneWire.doPhysics(BlockRedstoneWire.java:297)

at eloraam.core.RedPowerLib.notifyBlock(RedPowerLib.java:25)

at eloraam.core.RedPowerLib.updateIndirectNeighbors(RedPowerLib.java:48)

at eloraam.core.TileExtended.updateBlockChange(TileExtended.java:98)

at eloraam.logic.TileLogicPointer.timerUpdate(TileLogicPointer.java:219)

at eloraam.logic.TileLogicPointer.q_(TileLogicPointer.java:413)

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(NativeMethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:597)

at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302)

... 30 more

Link to comment
Share on other sites

Caused by: java.lang.NullPointerException

java's trying to "get" an object that is not defined yet. The causes of this could be...well, anything.

I'd recommend reinstalling LWC.

Btw, do you have the Tekkit items listed in LWC so they can be used?

Also, are you using any permission based plugin?

Link to comment
Share on other sites

Caused by: java.lang.NullPointerException

java's trying to "get" an object that is not defined yet. The causes of this could be...well, anything.

I'd recommend reinstalling LWC.

Btw, do you have the Tekkit items listed in LWC so they can be used?

Also, are you using any permission based plugin?

i fixed it thanks for replying though :D

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...