PyvesB / advanced-achievements

:fireworks: Popular plugin that adds unique and challenging achievements to Minecraft servers.
https://www.spigotmc.org/resources/83466
GNU General Public License v3.0
200 stars 214 forks source link

Event listener does not allow other plugins which needs to process an event after AA #995

Closed vk2gpz closed 3 years ago

vk2gpz commented 3 years ago

Since AA's BlockBreakEvent listener is processing the event at MONITOR level, a plugin that needs to process the BlockBreakEvent "after" AA cannot do so.

vk2gpz commented 3 years ago

I will close the comment since the author thinks it's other plugins' fault that they try to process BlockBreakEvent after AA.