[X] I'm using the very latest version of ItemsAdder and its dependencies.
[X] I already searched on this Github page to check if the same issue was already reported.
[X] I already searched on the plugin wiki to know if a solution is already known.
[x] I already asked on the #💬ia-community-help channel on Discord to know if anyone already has a solution for the issue.
Discord tag (optional)
XDaniXSin#3332
What happened?
error spam in the console.
Steps to reproduce the issue
When breaking a plugin block, the error appears in the console.
it only works with NoteBlock.
Server version
version
[05:16:45 INFO]: Checking version, please wait...
[05:16:45 INFO]: This server is running Paper version git-Paper-267 (MC: 1.18.2) (Implementing API version 1.18.2-R0.1-SNAPSHOT) (Git: e7d928a)
ItemsAdder Version
version ItemsAdder
[05:17:42 INFO]: ItemsAdder version 3.0.4
[05:17:42 INFO]: Customized Minecraft without client mods!
[05:17:42 INFO]: Website: devs.beer
[05:17:42 INFO]: Author: LoneDev
ProtocolLib Version
version ProtocolLib
[05:18:41 INFO]: ProtocolLib version 4.8.0
[05:18:41 INFO]: Provides read/write access to the Minecraft protocol.
[05:18:41 INFO]: Authors: dmulloy2 and comphenix
LoneLibs Version
version LoneLibs
[05:19:09 INFO]: LoneLibs version 1.0.18
[05:19:09 INFO]: Collection of libs used by my plugins
[05:19:09 INFO]: Authors: LoneDev and others
`[05:02:13 ERROR]: Could not pass event BlockBreakEvent to ItemsAdder v3.0.4
java.lang.NoSuchMethodError: 'net.minecraft.world.level.material.FluidType net.minecraft.server.level.WorldServer.b_(net.minecraft.core.BlockPosition)'
at dev.lone.itemsadder.NMS.BlockUtil.impl.v1_18_R2.E(SourceFile:252) ~[ItemsAdder_3.0.4.jar:?]
at dev.lone.itemsadder.main.cE.b(SourceFile:665) ~[ItemsAdder_3.0.4.jar:?]
at com.destroystokyo.paper.event.executor.MethodHandleEventExecutor.execute(MethodHandleEventExecutor.java:37) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:git-Paper-267]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:629) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
at net.minecraft.server.level.ServerPlayerGameMode.destroyBlock(ServerPlayerGameMode.java:412) ~[?:?]
at net.minecraft.server.level.ServerPlayerGameMode.destroyAndAck(ServerPlayerGameMode.java:366) ~[?:?]
at net.minecraft.server.level.ServerPlayerGameMode.handleBlockBreakAction(ServerPlayerGameMode.java:248) ~[?:?]
at net.minecraft.server.network.ServerGamePacketListenerImpl.handlePlayerAction(ServerGamePacketListenerImpl.java:1769) ~[?:?]
at net.minecraft.network.protocol.game.ServerboundPlayerActionPacket.handle(ServerboundPlayerActionPacket.java:34) ~[?:?]
at net.minecraft.network.protocol.game.ServerboundPlayerActionPacket.handle(ServerboundPlayerActionPacket.java:8) ~[?:?]
at net.minecraft.network.protocol.PacketUtils.lambda$ensureRunningOnSameThread$1(PacketUtils.java:51) ~[?:?]
at net.minecraft.server.TickTask.run(TickTask.java:18) ~[paper-1.18.2.jar:git-Paper-267]
at net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:153) ~[?:?]
at net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:23) ~[?:?]
at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1399) ~[paper-1.18.2.jar:git-Paper-267]
at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:188) ~[paper-1.18.2.jar:git-Paper-267]
at net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:126) ~[?:?]
at net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1376) ~[paper-1.18.2.jar:git-Paper-267]
at net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1369) ~[paper-1.18.2.jar:git-Paper-267]
at net.minecraft.util.thread.BlockableEventLoop.runAllTasks(BlockableEventLoop.java:114) ~[?:?]
at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1503) ~[paper-1.18.2.jar:git-Paper-267]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1225) ~[paper-1.18.2.jar:git-Paper-267]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:315) ~[paper-1.18.2.jar:git-Paper-267]
at java.lang.Thread.run(Thread.java:833) ~[?:?]`
Terms
Discord tag (optional)
XDaniXSin#3332
What happened?
error spam in the console.
Steps to reproduce the issue
When breaking a plugin block, the error appears in the console. it only works with NoteBlock.
Server version
version [05:16:45 INFO]: Checking version, please wait... [05:16:45 INFO]: This server is running Paper version git-Paper-267 (MC: 1.18.2) (Implementing API version 1.18.2-R0.1-SNAPSHOT) (Git: e7d928a)
ItemsAdder Version
version ItemsAdder [05:17:42 INFO]: ItemsAdder version 3.0.4 [05:17:42 INFO]: Customized Minecraft without client mods! [05:17:42 INFO]: Website: devs.beer [05:17:42 INFO]: Author: LoneDev
ProtocolLib Version
version ProtocolLib [05:18:41 INFO]: ProtocolLib version 4.8.0 [05:18:41 INFO]: Provides read/write access to the Minecraft protocol. [05:18:41 INFO]: Authors: dmulloy2 and comphenix
LoneLibs Version
version LoneLibs [05:19:09 INFO]: LoneLibs version 1.0.18 [05:19:09 INFO]: Collection of libs used by my plugins [05:19:09 INFO]: Authors: LoneDev and others
LightAPI Version (optional)
No response
LibsDisguises Version (optional)
No response
FULL server log
latest.log
Error (optional)
ItemsAdder config.yml
Problematic items yml configuration file (optional)
No response
Other files, you can drag and drop them here to upload. (optional)
No response
Screenshots/Videos (you can drag and drop files or paste links)
No response