Block#breakNaturally won't trigger BlockDestroyEvent, BlockBreakEvent or BlockDropItemEvent
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 12.7k
- Forks
- 3.5k
- Avg merge
- 3d 13h
- Merged PRs (30d)
- 11
Description
Expected behavior
Trigger at least one of those events
Observed/Actual behavior
None of those events is triggered
Steps/models to reproduce
Just use Block#breakNaturally to break any block
Plugin and Datapack List
None
Paper version
This server is running Paper version 1.21.10-84-main@bac3da1 (2025-10-20T02:11:40Z) (Implementing API version 1.21.10-R0.1-SNAPSHOT)
You are running the latest version
Previous version: 1.21.10-81-7845cba (MC: 1.21.10)
Other
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the implementation of Block#breakNaturally and trace how block-breaking events are dispatched. Reproduce the behavior with a block and verify that the implementation triggers at least one of BlockDestroyEvent, BlockBreakEvent, or BlockDropItemEvent.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100