New configurable max enchantment overrides. This allows you to still prevent unobtainable enchantments but can allow higher than would regularly be in vanilla. An example may be that you allow Sharpness 10 on swords for OP PvP.
(Regenerate your config.yml or append this section if you wish to use this feature)
Code (Text):
# Override Minecraft's max enchantment levels
# Useful if you want to manually set a max enchantment level for specific enchantments
# You must use either normal or strict mode for this to work
# Find a list of Minecraft enchantment names here: https://www.digminecraft.com/lists/enchantment_list_pc.php
max-enchantment-levels:
override-minecraft-max-enchantment-levels: false
overrides:
sharpness: 15
protection: 10
feather_falling: 10