Open
Description
Describe the bug
When attempting to place a block that has an active item cooldown, Geyser trys to place it but the Java server does not allow placing blocks when they have an active item cooldown, resulting in a ghost block being placed.
To Reproduce
Spigot example:
Have a plugin that does something like this:
player.setCooldown(20, Material.DRAGON_EGG)
Attempt to place down the specified block whilst the cooldown is active. Bedrock trys to place it, and geyser doesnt update the now ghosted block.
Expected behaviour
The block doesnt place or it places the ghost block and geyser corrects it
Screenshots / Videos
No response
Server Version and Plugins
No response
Geyser Dump
No response
Geyser Version
git-master-a55a646
Minecraft: Bedrock Edition Device/Version
all
Additional Context
No response
Activity