msdcli is a golang based cli for linux to easily download and setup a minecraft server with one of the existing launcher like spigot, papermc, forge or fabric.
export MSDVERSION="1.3.2"
export MSDPLATFORM="linux"
export MSDFARCH="amd64"
sudo curl -Lo /usr/local/bin/msdcli "https://github.com/lyssar/msdcli/releases/download/${MSDVERSION}/msdcli-${MSDPLATFORM}-${MSDFARCH}"
sudo chmod ugo+x /usr/local/bin/msdcli
# To setup a server; in this case mincraft 1.18.1 with forge 39.0.59
msdcli server -mcversion "1.18.1" -type "forge" -serverVersion "39.0.59"
# To get a modpack from curseforge
msdcli modpack -packageId 495683 -serverPackageFileID 3620338
👤 Sebastian Hens
- Website: http://lyssar.me/
- Twitter: @lyssar__
- Github: @lyssar
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
Copyright © 2022 Sebastian Hens.
This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator