- Added basic support for changing the max levels of vanilla enchantments.
Currently, this is very limited and only supports the anvil as obtaining mechanics for vanilla enchantments are still handled by vanilla minecraft. Because of this, it isn't recommended to lower the max level as they will still be obtainable at a vanilla level. I plan on adding vanilla support for this in the future.
- (API) EcoEnchant#getName now functions similarly to Enchantment#getName: It is the key in uppercase (eg ZEUS, VAMPIRE_ASPECT) This will be useful for players running plugins that use enchantment names instead of keys, as previously the names would change when changed in config. To get the display name, use EcoEnchant#getDisplayName now.