Skip to content

A CLI to download minecraft plugins using a config file

Notifications You must be signed in to change notification settings

MinehubMC/plugin-downloader

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

Plugin Downloader

This was created to ease the management of multiple different plugin versions for minecraft servers. Before this we had to manually update the download URLs in github action workflows, now they can all be managed in a single .json file.

Usage

plugin-downloader --config <dependency .json file path> --out <output folder>

Default values are: ./dependencies.json and . for the output folder.

Usage in a github action workflow

TODO

Contact

Feel free to contact Midka <[email protected]> also known as @kymppi on Github.