Jump to content
  • 0

Bug with jobs


Kenta7777

Question

Title: Bug with jobs

Version: 3.1.2

OS: linux

Java Version: i don't no

Description of Problem:

My plugins jobs spam my console

Error Messages:

Nothing IG

Error Log:


07.08 06:00:50 [server] INFO org.bukkit.event.EventException

07.08 06:00:50 [server] SEVERE Could not pass event BlockBreakEvent to Jobs

07.08 06:00:50 [server] INFO ... 18 more

07.08 06:00:50 [server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302)

07.08 06:00:50 [server] INFO at java.lang.reflect.Method.invoke(Method.java:601)

07.08 06:00:50 [server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

07.08 06:00:50 [server] INFO at sun.reflect.GeneratedMethodAccessor65.invoke(Unknown Source)

07.08 06:00:50 [server] INFO at me.zford.jobs.bukkit.listeners.JobsPaymentListener.onBlockBreak(JobsPaymentListener.java:91)

07.08 06:00:50 [server] INFO Caused by: java.lang.NullPointerException

07.08 06:00:50 [server] INFO at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)

07.08 06:00:50 [server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:467)

07.08 06:00:50 [server] INFO at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:569)

07.08 06:00:50 [server] INFO at net.minecraft.server.World.tickEntities(World.java:1190)

07.08 06:00:50 [server] INFO at eloraam.logic.TileLogicPointer.q_(TileLogicPointer.java:413)

07.08 06:00:50 [server] INFO at eloraam.logic.TileLogicPointer.timerUpdate(TileLogicPointer.java:219)

07.08 06:00:50 [server] INFO at eloraam.core.TileExtended.updateBlockChange(TileExtended.java:98)

07.08 06:00:50 [server] INFO at eloraam.core.RedPowerLib.updateIndirectNeighbors(RedPowerLib.java:48)

07.08 06:00:50 [server] INFO at eloraam.core.RedPowerLib.notifyBlock(RedPowerLib.java:25)

07.08 06:00:50 [server] INFO at eloraam.core.BlockMultipart.doPhysics(BlockMultipart.java:29)

07.08 06:00:50 [server] INFO at eloraam.wiring.TileWiring.onBlockNeighborChange(TileWiring.java:243)

07.08 06:00:50 [server] INFO at eloraam.core.RedPowerLib.updateCurrent(RedPowerLib.java:1220)

07.08 06:00:50 [server] INFO at eloraam.core.RedPowerLib.notifyBlock(RedPowerLib.java:25)

07.08 06:00:50 [server] INFO at eloraam.core.BlockExtended.doPhysics(BlockExtended.java:63)

07.08 06:00:50 [server] INFO at eloraam.machine.TileBreaker.onBlockNeighborChange(TileBreaker.java:151)

07.08 06:00:50 [server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:467)

07.08 06:00:50 [server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:482)

07.08 06:00:50 [server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)

07.08 06:00:50 [server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:304)

07.08 06:00:50 [server] INFO org.bukkit.event.EventException

07.08 06:00:50 [server] SEVERE Could not pass event BlockBreakEvent to Jobs

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Have you posted this on your plugin creator's page?

It looks like your plugin is having trouble handling the fake player [redpower] causing a BlockBreakEvent. The only thing that breaks blocks in redpower is the block breaker (creative name, right? ^_^ ). So, it would seem your issue lies with your jobs plugin and it's lack of compatibility with the mods.

In the future. If you want help (I'm guessing this is why no one responded before), you actually need to help us help you. For example, why did you not post the name of your specific jobs plugin? And did you think to Google "How do I find my Java version?".

Without info like that, we can't really help you all that much. We're not going to just list every conceivable thing that could possibly be wrong with the setup of your server.

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...