nolte / ansible-minecraft

Ansible role for provisioning a vanilla Minecraft server, forked devops-coop/minecraft/
https://galaxy.ansible.com/nolte/minecraft/
Apache License 2.0
20 stars 11 forks source link

Fix broken papermc support #266

Closed sleepy-nols closed 7 months ago

sleepy-nols commented 7 months ago

Hi, first of all big thanks for this role. I freshened up the papermc download and install a bit, as paper works way better than spigot for me. The download uri is now automatically build form the given minecraft_version number which can still be overwritten with minecraft_paper_url.

I tried to support custom builds (with checksum) too instead of just the latest of the version but I cloud not get it to work without producing a very verbose output. (branch: sleepy-nols/ansible-minecraft/tree/paper_support_costom_builds)

Please suggest changes if something doesnt seem right.