mcman
mcman copied to clipboard
Plugins/Mods/Datapacks Commands
Implement some commands for editing, removing or adding a new Downloadable to datapacks, plugins or mods.
I'm thinking of:
-
mcman add <source> <query/id/term>
-
mcman remove <query>
For example:
-
mcman add modrinth create-fabric
-
mcman add cr toomanyitems
add and remove would not immediately add anything, they would do a search and let the user pick from the results. This also makes removing different kinds of Downloadables easier and with less confusion.
editing
An edit
command could be implemented which would be kind of like a terminal-ui, with a list of addons and remove/add buttons etc. This would be kinda tricky though...
things to consider
- an "all" source argument to search from multiple sources at once? might be a bad idea.
- Modrinth, Curserinth etc filtering needs to be improved