Description
Expected behavior
blocks at 0 0 0 will not break
Observed/Actual behavior
blocks at 0 0 0 break, they do not drop item
Steps/models to reproduce
- place a block at 0 0 0
- cancell PlayerInteractEvent using plugin:
@EventHandler public void PlayerInteractEvent(PlayerInteractEvent event) { event.setCancelled(true); }
- go in survival mode and try to break block
Plugin and Datapack List
testplugin (what I used for cancelling block event)
Paper version
1.21.4-185-main@0a6e743 (2025-02-26T13:10:43Z) (Implementing API version 1.21.4-R0.1-SNAPSHOT)
Other
No response