papermc-downloader
v1.5.7
Published
A cli for download all files of papermc from Paper 1.8.8 to 1.19.x , Waterfall, Travertine, Velocity and Folia.
Downloads
17
Maintainers
Readme
Papermc-downloader
Papermc-downloader is a CLI tool written in JavaScript that allows you to easily download Papermc versions, including the latest release, for Minecraft 1.19.x. You can also download multiple versions and specify the output path.
Installation
You can install Papermc-downloader using npm by running the following command:
npm -g install papermc-downloader
Usage
To start using Papermc-downloader, simply execute the command and follow the prompts:
papermc-downloader
Alternatively, you can use command line options to specify the project, output path, version, release, and name:
papermc-downloader --proyect <proyect> --pathStr path1 --version <version> --release <release> --name <name>
Note that in the --version and --release options, you can also use the keyword latest to download the latest version.
This tool is particularly useful for integrating into bash scripts or creating aliases.