New menus.yml and messages.yml files are exposed to allow all data to be configured.
Added automatic migration system. Future config changes will automatically be applied when you update the plugin. No more manual work copying files or re-generating new files.
Added ability to add permissions to most tweaks.
Requires negating the permission node (i.e. -tweaky.tweaks.villager-follow to negate the villager follow tweak). After negating, players need either the non-negated permission (i.e. tweaky.tweaks.villager-follow) or they need the negated permission to be deleted.
Added new Admin commands:
/tweaky list - Lists all enabled/disabled tweaks.
/tweaky toggle <tweak_id> - Toggles the specific tweak.
Added update checker to notify Admins of future updates to the plugin.
Multiple other internal changes were made to support the above changes.