Pim van der Loos
e906ddfdb3
Clean up code, fix bugs, use Maven
- Switched to Maven for project compilation. - Added config options to globally bypass permissions for crafting and/or wearing of all tiers. - Now using Consumer for stuff that previously used the ugly is1_9 boolean. - Switched to using ArmorEquipEvent for checking if players are allowed to wear something. It's much cleaner and includes some previously omitted equip events (such as from a dispenser). - Code cleanup. - Fixed issue where unbreakable armored elytras would still "break". - Added MENDING enchantment to the default set of enchantments again. - Using Maven shade for bStats and removed the old Metrics class.
Description
Languages
Java
100%