Connected Tutorial(This question is a follow-up to this tutorial):
How To Create a Minecraft Server on Ubuntu 20.04I was following the tutorial but everytime I tried to replace the 1.15.2 with 1.16.5 (the latest version) it kept on booting up a 1.15.2 server. How do I fix this?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
If you’ve followed the tutorial exactly you’ll have 1,15,2 as that’s the version used there. Having said that, if you turn you attention to
You need to download the current version of the Minecraft server. You can do this by navigating to Minecraft’s Website and copying the link that says Download minecraft_server.X.X.X.jar, where the X’s are the latest version of the server.
You can now use wget and the copied link to download the server:
wget https://launcher.mojang.com/v1/objects/1b557e7b033b583cd9f66746b7a9ab1ec1673ced/server.jar
Once done, do to the following
mv server.jar minecraft_server.1.16.5.jar
And from there you can continue using the same steps in the tutorial and it will install the specific version you are looking for.
Regards, KFSys
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.