byteful / LevelTools

A Spigot/Bukkit plugin that adds a leveling system to tools, swords, and bows. https://discord.gg/G8BDgqsuyw
GNU Affero General Public License v3.0
13 stars 6 forks source link

Change all event handlers to MONITOR priority #27

Closed bristermitten closed 2 years ago

bristermitten commented 2 years ago

This means that leveltools will respect all protection plugins, as some use EventPriority.HIGHEST, causing them to be ignored by leveltools

It might also have some improved performance, idk how bukkit events work