Added some tweak for better compability with Minecraft 1.9.
Built against Spigot API 1.9.2
Fixed a discovered issue where having `needAxe` set to false meant held items would disappear, if used for chopping. Durability damage en-masse now only happens to axes
Durability damage no longer applies if player is in creative mode
Blocks now broken with held item taken into account
Version 1.5.0 of WoodCutter was crafted with help from
Roy Curtis.
Made the BlockBreakEvent handler ignore cancelled events, and use MONITOR priority. Without this, WoodCutter was bypassing protection plugins like WorldGuard and allowed players to chop down trees in regions.
Added support for the Unbreaking enchant. Calculating the damage to the player's axe should now properly account for the Unbreaking enchants.
Fixed tool not being broken. I noticed there was a fix for this before, but it did not seem to work for me. Setting the item stack's amount to 0 seemed to result in inventory de-sync for me. To fix this, I made it so the player's held item became null.