Why keep track of some events if they are not needed?
sigizmund13337 opened this issue ยท 0 comments
sigizmund13337 commented
Why keep track of some events if they are not needed?
For example, BlockPlaceEvent and BlockBreakEvent are never handled because the PlayerInteractEvent event is canceled earlier.
There are also several other unnecessary events.