sargunv / modsman

Minecraft mod manager and updater for the CLI
Apache License 2.0
29 stars 7 forks source link

Manage incompatible mods/RPs #6

Open Madis0 opened 4 years ago

Madis0 commented 4 years ago

When the user defines the version by init, modsman upgrades the mods only to the specific version. What about the ones that can not be upgraded to work with the specified version? For example, after a Minecraft update.

I would suggest commands for

sargunv commented 4 years ago

You can kind of do this right now; just run modsman-cli list-outdated and you’ll see an error line for each mod that doesn’t match the configured version requirements. I most likely won’t add any tracked mod archiving functionality. I will add something like the following: 


modsman-cli list-incompliant
modsman-cli remove-incompliant
``` 

As well as a `--move` param to all `remove` commands to move them to a different directory instead of deleting. 

Pinned mods will be exempt from version checking, and will therefore also be exempt from the incompliant status.
sargunv commented 4 years ago

If you have email notifications enabled, sorry for the garbage notification. Windows Mail decided to insert a bunch of formatting garbage into my reply, which GitHub helpfully inserted into the text.

I've edited the above comment to fix it.