Skip to content
/ msdcli Public

GO Lang tool to setup minecraft servers and download modpacks from Curseforge

Notifications You must be signed in to change notification settings

lyssar/msdcli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Minecraft Server Download CLI 👋

Version Documentation License: MIT Twitter: lyssar\_

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.

Install

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

Usage

# 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

Author

👤 Sebastian Hens

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2022 Sebastian Hens.
This project is MIT licensed.


This README was generated with ❤️ by readme-md-generator

About

GO Lang tool to setup minecraft servers and download modpacks from Curseforge

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages