BloodyMods / ServerStarter

MIT License
100 stars 64 forks source link

Only download and exit #60

Closed Spacelord09 closed 2 years ago

Spacelord09 commented 2 years ago

Hello, is it possible to just download the modpack and not start it afterwards? I'm currently developing an Ansible role that allows automated deployments of modpacks that are using ServerStarter.

YoYoK3nny commented 2 years ago

The serverstarter-{INSERT_VERSION}.jar needs to be given the argument install

Then it will only install the server files without starting the server.

Spacelord09 commented 2 years ago

Thanks.