/modpack-dl-go

⚒️⏬ Minecraft modpack downloader written in Go.

Primary LanguageGoGNU General Public License v3.0GPL-3.0

Minecraft Modpack Downloader

Build Release AUR version

⚒️⏬ Minecraft modpack downloader written in Go.

Usage

# Display help.
modpack-dl-go -h

# Retrieve and print information about a modpack and its latest version.
modpack-dl-go -modpackID 120

# Retrieve and print information about a modpack and the specified version.
modpack-dl-go -modpackID 120 -versionID 11334

# Download the latest modpack client to the specified directory.
modpack-dl-go -modpackID 120 -clientPath /tmp/modpack-dl-go/client

# Download the latest modpack server to the specified directory.
modpack-dl-go -modpackID 120 -serverPath /tmp/modpack-dl-go/server

# Download the latest modpack client and server to the specified directories.
modpack-dl-go -modpackID 120 -clientPath /tmp/modpack-dl-go/client -serverPath /tmp/modpack-dl-go/server

# Upgrade an existing modpack installation to the latest version.
modpack-dl-go -modpackID 120 -clientPath /tmp/modpack-dl-go/client -serverPath /tmp/modpack-dl-go/server -migrateFromPath /tmp/modpack-dl-go/old

# Same as above, but copy files instead of moving them.
modpack-dl-go -modpackID 120 -clientPath /tmp/modpack-dl-go/client -serverPath /tmp/modpack-dl-go/server -migrateFromPath /tmp/modpack-dl-go/old -preserveMigrationSource

License

GPLv3