Event cancellation on BlockDamageEvent has no effect on newest block (in this case doors used).
No other plugin uses setCancelled(false) also as mine on specified event.
Logging returned what was needed but after some investigation I found that event cancellation on BlockDamageEvent on last placed block has no effect.
Can be reproduced by placing block, cancelling block damage event (for example command which saves block into list), if it fails, then place another block somewhere else, then cancellation isn't ignored anymore.