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

BlockPhysicsEvent error #589

Closed
tika opened this issue Aug 7, 2021 · 1 comment
Closed

BlockPhysicsEvent error #589

tika opened this issue Aug 7, 2021 · 1 comment
Labels
NEW New issue, needs to be classified Type: Bug Problem with the plugin

Comments

@tika
Copy link

tika commented Aug 7, 2021

07.08 18:47:54 [Server] ERROR Could not pass event BlockPhysicsEvent to AreaShop v2.6.0
07.08 18:47:54 [Server] INFO java.lang.NullPointerException: Cannot invoke "org.bukkit.block.BlockFace.getModX()" because "face" is null
07.08 18:47:54 [Server] INFO at org.bukkit.craftbukkit.v1_17_R1.block.CraftBlock.getRelative(CraftBlock.java:255) ~[patched_1.17.1.jar:git-Paper-"377a60d"]
07.08 18:47:54 [Server] INFO at org.bukkit.craftbukkit.v1_17_R1.block.CraftBlock.getRelative(CraftBlock.java:250) ~[patched_1.17.1.jar:git-Paper-"377a60d"]
07.08 18:47:54 [Server] INFO at me.wiefferink.areashop.features.signs.SignsFeature.onIndirectSignBreak(SignsFeature.java:120) ~[?:?]
07.08 18:47:54 [Server] INFO at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor408.execute(Unknown Source) ~[?:?]
07.08 18:47:54 [Server] INFO at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69) ~[patched_1.17.1.jar:git-Paper-"377a60d"]
07.08 18:47:54 [Server] INFO at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[patched_1.17.1.jar:git-Paper-"377a60d"]
07.08 18:47:54 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[patched_1.17.1.jar:git-Paper-"377a60d"]
07.08 18:47:54 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:624) ~[patched_1.17.1.jar:git-Paper-"377a60d"]
07.08 18:47:54 [Server] INFO at net.minecraft.world.level.Level.notifyAndUpdatePhysics(Level.java:575) ~[?:?]
07.08 18:47:54 [Server] INFO at net.minecraft.world.item.ItemStack.placeItem(ItemStack.java:413) ~[patched_1.17.1.jar:git-Paper-"377a60d"]
07.08 18:47:54 [Server] INFO at net.minecraft.server.level.ServerPlayerGameMode.useItemOn(ServerPlayerGameMode.java:571) ~[?:?]
07.08 18:47:54 [Server] INFO at net.minecraft.server.network.ServerGamePacketListenerImpl.handleUseItemOn(ServerGamePacketListenerImpl.java:1723) ~[?:?]
07.08 18:47:54 [Server] INFO at net.minecraft.network.protocol.game.ServerboundUseItemOnPacket.handle(ServerboundUseItemOnPacket.java:33) ~[?:?]
07.08 18:47:54 [Server] INFO at net.minecraft.network.protocol.game.ServerboundUseItemOnPacket.handle(ServerboundUseItemOnPacket.java:9) ~[?:?]
07.08 18:47:54 [Server] INFO at net.minecraft.network.protocol.PacketUtils.lambda$ensureRunningOnSameThread$1(PacketUtils.java:36) ~[?:?]
07.08 18:47:54 [Server] INFO at net.minecraft.server.TickTask.run(TickTask.java:18) ~[patched_1.17.1.jar:git-Paper-"377a60d"]
07.08 18:47:58 [Server] INFO at net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:149) ~[?:?]
07.08 18:47:58 [Server] INFO at net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:23) ~[?:?]
07.08 18:47:58 [Server] INFO at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1348) ~[patched_1.17.1.jar:git-Paper-"377a60d"]
07.08 18:47:58 [Server] INFO at net.minecraft.server.MinecraftServer.shouldRun(MinecraftServer.java:190) ~[patched_1.17.1.jar:git-Paper-"377a60d"]
07.08 18:47:58 [Server] INFO at net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:122) ~[?:?]
07.08 18:47:58 [Server] INFO at net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1327) ~[patched_1.17.1.jar:git-Paper-"377a60d"]
07.08 18:47:58 [Server] INFO at net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1320) ~[patched_1.17.1.jar:git-Paper-"377a60d"]
07.08 18:47:58 [Server] INFO at net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:132) ~[?:?]
07.08 18:47:58 [Server] INFO at net.minecraft.server.MinecraftServer.waitUntilNextTick(MinecraftServer.java:1281) ~[patched_1.17.1.jar:git-Paper-"377a60d"]
07.08 18:47:58 [Server] INFO at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1192) ~[patched_1.17.1.jar:git-Paper-"377a60d"]
07.08 18:47:58 [Server] INFO at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316) ~[patched_1.17.1.jar:git-Paper-"377a60d"]
07.08 18:47:58 [Server] INFO at java.lang.Thread.run(Thread.java:831) [?:?]

@tika tika added NEW New issue, needs to be classified Type: Bug Problem with the plugin labels Aug 7, 2021
@tika
Copy link
Author

tika commented Aug 10, 2021

Duplicate issue #584.

@tika tika closed this as completed Aug 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NEW New issue, needs to be classified Type: Bug Problem with the plugin
Projects
None yet
Development

No branches or pull requests

1 participant