feat(cli): add commands to list, view and download PaperMC builds

This commit is contained in:
Jef Roosens 2026-04-13 22:44:17 +02:00
parent f2c4b97626
commit d38cb4ce39
Signed by: Jef Roosens
GPG key ID: 21FD3D77D56BAF49
6 changed files with 230 additions and 0 deletions

View file

@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased](https://git.rustybever.be/Chewing_Bever/alex/src/branch/dev)
### Added
* CLI commands to interact with the PaperMC API
* list and view available Minecraft versions and builds per version
* Download jars to simplify manual server updating
## [0.4.2](https://git.rustybever.be/Chewing_Bever/alex/src/tag/0.4.2)
### Fixed