modpack-dl-go

module
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 31, 2024 License: GPL-3.0

README

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

Directories

Path Synopsis
cmd
Package modpacksch implements an API client for downloading modpacks from https://api.modpacks.ch/.
Package modpacksch implements an API client for downloading modpacks from https://api.modpacks.ch/.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL