MinecraftServerControl / mscs

Powerful command-line control for UNIX and Linux powered Minecraft servers
https://minecraftservercontrol.github.io
BSD 2-Clause "Simplified" License
485 stars 62 forks source link

PaperMC Setup Docu outdated #270

Closed Killerbear closed 3 years ago

Killerbear commented 3 years ago

On the documentation for mscs to setup a PaperMC Server the mscs-server-url is linking to an outdated download page.

mscs-server-url=https://papermc.io/ci/job/Paper-$SERVER_VERSION/lastSuccessfulBuild/artifact/paperclip.jar

According to the documentation of PaperMC this needs to be

mscs-server-url=https://papermc.io/api/v1/paper/$SERVER_VERSION/latest/download
zanix commented 3 years ago

Thanks! If you are feeling up to it, you can update the documentation and submit a pull request here https://github.com/MinecraftServerControl/MinecraftServerControl.github.io

Killerbear commented 3 years ago

sure. i was already looking for it but couldnt find it. PR is open.