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

Conflicts with plugins that cancel BlockBreakEvent #11

Closed lucyydotp closed 2 years ago

lucyydotp commented 2 years ago

LevelTools handles BlockBreakEvent before other plugins such as claiming plugins have a chance to alter or cancel events if necessary. This means that tools still gain XP without taking any durability or moving any blocks, should the event be cancelled.

byteful commented 2 years ago

What version of LevelTools are you on? I fixed a bug like this with a conflict with WorldGuard.