paper_auto_update 0.1.0

A simple automatic update program for PaperMC.
Documentation
  • Coverage
  • 100%
    5 out of 5 items documented0 out of 3 items with examples
  • Size
  • Source code size: 29.97 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.15 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 1m 1s Average build duration of successful builds.
  • all releases: 1m 1s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • InYourWalls
paper_auto_update-0.1.0 has been yanked.

PaperAutoUpdate

This is a small Rust program to automate the update process of PaperMC Minecraft servers. It simply gets the latest build for the specified Minecraft version. It has some configuration options, by editing a file named "update_config.json" in the server folder.

This program is not particularly quality, as it's merely a quick solution to a small problem I have. It panicks on most errors, and uses the blocking reqwest API. However, it works if properly configured. I do not intend to actively maintain this program. It's more a simple one-off.