HeadDrops event priority
LadyCailinBot opened this issue ยท 2 comments
CRAFTBOOK-2851 - Reported by vxnick
Hi,
I'm creating a plugin which allows heads to be crafted from other blocks. CraftBook uses the highest priority for the HeadDrops BlockBreak event, which means that it labels all heads as "[player]'s Head", and I'm unable to override this behaviour to label the heads with my plugin's BlockBreak event handler.
Would you consider lowering this event to HIGH rather than HIGHEST? I didn't want to put in a pull request for this in case there are historical reasons for using HIGHEST.
Thanks,
Nick
Comment by me4502
Yeah, I'll change it. I generally keep cb mechs at HIGH, no idea why it's HIGHEST.