Discussion in 'Development' started by xXNiceAssassinlo YT, Jan 15, 2018.
I know there is a way but I don’t know how to disable breaking or place in coordination’s
Cancel BlockPlaceEvents and BlockBreakEvents if the coordinates match
K
Also cancel interact event if you want to go really sure. (buckets, opening chests/doors etc.)
$event->setCancelled() or $event->setCancelled(true) to force