Added 1.17 and 1.18 blocks and mobs to BlockSounds and MobHeads
Support for 1.18 and 1.18.1
Changes:
Removed MaterialSounds as they were not needed
Remove lang3 support for custom support
ArmorEquipEvent and ItemEquipEvent have been merged into EquipEvent to handle both types of equipping
ItemSlotType has been updated to contain every inventory slot of player inventories and include an optional Raw Slot integer for compatibility with InventoryClickEvent
Added Fishing Stick to Enchantable items (Carrot on a Stick, Warped Fungus on a Stick)
Removed compatibility for 1.13.x, 1.14.x, 1.15.x, 1.16.0, 1.16.1, 1.16.2, 1.16.3, 1.16.4, and 1.17
1.16.5 and 1.17.1 support remain
Due to the Java vulnerability found a few days ago, 1.16.5 and 1.17.1 are the only supported versions for 1.16 and 1.17 due to Spigot release updates just for these versions.
Older versions are preventing CrashAPI plugins from reaching the full potential of the new versions and thus have been discontinued
Allow NMS code to find the proper version even if the server it is connected to has no Internet.
Notes: This should have very little impact on the vast majority of players, but being without Internet for over a week and not being able to test made this a very important change for my sanity.