Jump to content

Recommended Posts

Posted

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

Posted

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?

Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...