mcman
mcman copied to clipboard
Powerful Minecraft Server Manager CLI. Easily install jars (server, plugins & mods) and write config files. Docker and git support included.
Most addons could be downloaded but some are compiled. This proposal (that will require a lot of code change) will allow there to be more complex addons. The idea is...
This new API would provide a way to manage installed java versions and handle which java binary to use on tasks (such as server installation and running the server) This...
I'm thinking either we include this in `server.launcher` or a file like this: ```sh echo Starting server ${command} echo ended ``` If we do include it in the ServerLauncher, we...
Would be nice if you could just do `mcman run --ngrok` and it would also start ngrok or playit.gg or other alternatives :p
- pufferfish - folia - plazma - sponge
Lets say theres a plugin named `Banana` And lets also say Banana has a directory in `*/plugins/banana/assets` which contain some "assets" A special file of some sorts could be used...
Add more `env` commands, such as `velocity`, `luckperms`, etc. Might also add [`mc-modpack-kit`](https://github.com/jh-devv/mc-modpack-kit) after https://github.com/jh-devv/mc-modpack-kit/issues/48 might also also add a multiselect to `mcman init` with the env options
would use lockfile ( #19 ) to get the past versions of addons and compare, then make a list of changelogs probably would create a txt file with markdown, or...
Implement some commands for editing, removing or adding a new Downloadable to datapacks, plugins or mods. I'm thinking of: - `mcman add ` - `mcman remove ` For example: -...