A fork of ArmoredElytra
Go to file
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.
2019-08-23 17:37:16 +02:00
src/main Clean up code, fix bugs, use Maven 2019-08-23 17:37:16 +02:00
.gitignore - Added support for version 1.12 of Minecraft. Probably. 2017-09-14 21:48:23 +02:00
pom.xml Clean up code, fix bugs, use Maven 2019-08-23 17:37:16 +02:00