I'm using denizen to cancel some block break events in regions and went right for bukkit_priority:MONITOR thinking no other plugin would use monitor, but low and behold, MCMMO is. Still prevents the break, but allows all sorts of mcmmo logic to fire (where I want denizen to make it as if the block was not broken, ie fully cancelled)
Is there anyway to resolve multiple event listeners using monitor priority?