[Enhancement]: Add a config file to disable specific mods
sebastientromp opened this issue ยท 1 comments
Describe the new feature or enhancement
I am integrating MelonLoader inside my app (a companion app for Hearthstone).
At the moment, if a user wants to disable a mod, they need to delete it from the Mods folder, which can be a bit cumbersome (especially if it's a mod that they want to reactivate later on).
Ideally, I would be able to write to a config file somewhere that this mod should be deactivated, so that it's not loaded the next time MelonLoader starts up.
It's not a critical feature, but would help making the MelonLoader integration as seamless as possible.
Thanks for considering it!