Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when trying to break wood logs on 1.17 (won't break whole tree) #169

Open
LacesCS opened this issue Jun 13, 2021 · 0 comments
Open

Comments

@LacesCS
Copy link

LacesCS commented Jun 13, 2021

[23:49:00] [Server thread/ERROR]: Could not pass event BlockBreakEvent to VeinMiner v1.17.8
org.bukkit.event.EventException: null
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[spigot-1.17.jar:3111-Spigot-66f9d3c-cbf2f67]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot-1.17.jar:3111-Spigot-66f9d3c-cbf2f67]
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:589) ~[spigot-1.17.jar:3111-Spigot-66f9d3c-cbf2f67]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:576) ~[spigot-1.17.jar:3111-Spigot-66f9d3c-cbf2f67]
at net.minecraft.server.level.PlayerInteractManager.breakBlock(PlayerInteractManager.java:338) ~[spigot-1.17.jar:3111-Spigot-66f9d3c-cbf2f67]
at net.minecraft.server.level.PlayerInteractManager.a(PlayerInteractManager.java:298) ~[spigot-1.17.jar:3111-Spigot-66f9d3c-cbf2f67]
at net.minecraft.server.level.PlayerInteractManager.a(PlayerInteractManager.java:268) ~[spigot-1.17.jar:3111-Spigot-66f9d3c-cbf2f67]
at net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:1478) ~[spigot-1.17.jar:3111-Spigot-66f9d3c-cbf2f67]
at net.minecraft.network.protocol.game.PacketPlayInBlockDig.a(SourceFile:34) ~[spigot-1.17.jar:3111-Spigot-66f9d3c-cbf2f67]
at net.minecraft.network.protocol.game.PacketPlayInBlockDig.a(SourceFile:8) ~[spigot-1.17.jar:3111-Spigot-66f9d3c-cbf2f67]
at net.minecraft.network.protocol.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:30) ~[spigot-1.17.jar:3111-Spigot-66f9d3c-cbf2f67]
at net.minecraft.server.TickTask.run(SourceFile:18) ~[spigot-1.17.jar:3111-Spigot-66f9d3c-cbf2f67]
at net.minecraft.util.thread.IAsyncTaskHandler.executeTask(SourceFile:151) ~[spigot-1.17.jar:3111-Spigot-66f9d3c-cbf2f67]
at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[spigot-1.17.jar:3111-Spigot-66f9d3c-cbf2f67]
at net.minecraft.util.thread.IAsyncTaskHandler.executeNext(SourceFile:125) ~[spigot-1.17.jar:3111-Spigot-66f9d3c-cbf2f67]
at net.minecraft.server.MinecraftServer.bg(MinecraftServer.java:1124) ~[spigot-1.17.jar:3111-Spigot-66f9d3c-cbf2f67]
at net.minecraft.server.MinecraftServer.executeNext(MinecraftServer.java:1117) ~[spigot-1.17.jar:3111-Spigot-66f9d3c-cbf2f67]
at net.minecraft.util.thread.IAsyncTaskHandler.executeAll(SourceFile:110) ~[spigot-1.17.jar:3111-Spigot-66f9d3c-cbf2f67]
at net.minecraft.server.MinecraftServer.sleepForTick(MinecraftServer.java:1100) ~[spigot-1.17.jar:3111-Spigot-66f9d3c-cbf2f67]
at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1030) ~[spigot-1.17.jar:3111-Spigot-66f9d3c-cbf2f67]
at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:307) ~[spigot-1.17.jar:3111-Spigot-66f9d3c-cbf2f67]
at java.lang.Thread.run(Thread.java:831) [?:?]
Caused by: java.lang.NoSuchMethodError: 'boolean org.bukkit.entity.Player.breakBlock(org.bukkit.block.Block)'
at wtf.choco.veinminer.utils.ReflectionUtil.breakBlock(ReflectionUtil.java:52) ~[?:?]
at wtf.choco.veinminer.listener.BreakBlockListener.onBlockBreak(BreakBlockListener.java:183) ~[?:?]
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78) ~[?:?]
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
at java.lang.reflect.Method.invoke(Method.java:567) ~[?:?]
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-1.17.jar:3111-Spigot-66f9d3c-cbf2f67]
... 21 more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant