ParadigmMC / mcman

Powerful Minecraft Server Manager CLI. Easily install jars (server, plugins & mods) and write config files. Docker and git support included.
GNU General Public License v3.0
131 stars 11 forks source link

Plugins/Mods/Datapacks Commands #18

Open TheAlan404 opened 10 months ago

TheAlan404 commented 10 months ago

Implement some commands for editing, removing or adding a new Downloadable to datapacks, plugins or mods.

I'm thinking of:

For example:

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