Problem/Bug Console is getting spammed and im not sure what the issue is ?

Discussion in 'Bukkit Help' started by elijm, Dec 7, 2018.

Thread Status:
Not open for further replies.
  1. Offline

    elijm

    Hey guys i keep getting error messages in my console and im not sure whats going on ive looked up online but cant seem to find the right thing anychance someone is able to help me out .

    My console logs .

    07.12 23:57:36 [Server] ERROR Could not pass event PlayerInteractEvent to Essentials v2.0.1-b488 07.12 23:57:36 [Server] INFO org.bukkit.event.EventException: null 07.12 23:57:36 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:300) ~[craftbukkit_latest.jar:git-Bukkit-e693496] 07.12 23:57:36 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit_latest.jar:git-Bukkit-e693496] 07.12 23:57:36 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:499) ~[craftbukkit_latest.jar:git-Bukkit-e693496] 07.12 23:57:36 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:484) ~[craftbukkit_latest.jar:git-Bukkit-e693496] 07.12 23:57:36 [Server] INFO at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:298) ~[craftbukkit_latest.jar:git-Bukkit-e693496] 07.12 23:57:36 [Server] INFO at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:265) ~[craftbukkit_latest.jar:git-Bukkit-e693496] 07.12 23:57:36 [Server] INFO at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:261) ~[craftbukkit_latest.jar:git-Bukkit-e693496] 07.12 23:57:36 [Server] INFO at net.minecraft.server.v1_13_R2.PlayerConnection.a(PlayerConnection.java:1246) ~[craftbukkit_latest.jar:git-Bukkit-e693496] 07.12 23:57:36 [Server] INFO at net.minecraft.server.v1_13_R2.PacketPlayInBlockPlace.a(SourceFile:32) ~[craftbukkit_latest.jar:git-Bukkit-e693496] 07.12 23:57:36 [Server] INFO at net.minecraft.server.v1_13_R2.PacketPlayInBlockPlace.a(SourceFile:9) ~[craftbukkit_latest.jar:git-Bukkit-e693496] 07.12 23:57:36 [Server] INFO at net.minecraft.server.v1_13_R2.PlayerConnectionUtils.a(SourceFile:10) ~[craftbukkit_latest.jar:git-Bukkit-e693496] 07.12 23:57:36 [Server] INFO at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_162] 07.12 23:57:36 [Server] INFO at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_162] 07.12 23:57:36 [Server] INFO at net.minecraft.server.v1_13_R2.SystemUtils.a(SourceFile:199) [craftbukkit_latest.jar:git-Bukkit-e693496] 07.12 23:57:36 [Server] INFO at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:843) [craftbukkit_latest.jar:git-Bukkit-e693496] 07.12 23:57:36 [Server] INFO at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:382) [craftbukkit_latest.jar:git-Bukkit-e693496] 07.12 23:57:36 [Server] INFO at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:796) [craftbukkit_latest.jar:git-Bukkit-e693496] 07.12 23:57:36 [Server] INFO at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:699) [craftbukkit_latest.jar:git-Bukkit-e693496] 07.12 23:57:36 [Server] INFO at java.lang.Thread.run(Unknown Source) [?:1.8.0_162] 07.12 23:57:36 [Server] INFO Caused by: java.lang.NoSuchMethodError: org.bukkit.entity.Player.getTargetBlock(Ljava/util/HashSet;I)Lorg/bukkit/block/Block; 07.12 23:57:36
     

    Attached Files:

  2. I think it also has plugins on your server which contain the same event as Essentials. These events "overlap" and there is an error message. My tip is to try everything in 1 plugin to program.
     
  3. Offline

    KrisEike

    Something to do with essentials and/or SimplePluginManager if you have a plugin called that.
     
Thread Status:
Not open for further replies.

Share This Page