Set up a MineCraft Paper server on Ubuntu 20.04.1 LTS ② Update

Introduction

Said thing Set up a MineCraft Paper server on Ubuntu 20.04.1 LTS ① https://qiita.com/poseyamada/items/f00cbeaa3d9cf5c2e56d

When I wrote and uploaded this article, the version of PaperMC was up. When I asked google teacher how to update, I didn't understand well, so I will summarize what I tried in a hurry. I did not know how to do it even after checking it, so please point it out if anyone knows it.

Purpose

Increase the version of paperMC (#204→#206)

environment

What i did

Take a backup

Move to home directory

Move


$ cd

Backup (just make a copy with cp)

cp


$ cp -r mcp backupmcp

Erase previous paper jar

Move


$ cd mcp

Erase


$ rm papermc.jar

Download the latest paper jar

Check the latest version URL from the HP here https://papermc.io/downloads The following is for # 206

download


$ wget  -O papermc.jar https://papermc.io/api/v1/paper/1.16.3/206/download

Server startup

start.sh


$ ./start.sh

result


Patching vanilla jar...
System Info: Java 11 (OpenJDK 64-Bit Server VM 11.0.8+10-post-Ubuntu-0ubuntu120.04) Host: Linux 5.4.0-48-generic (amd64)
Loading libraries, please wait...

...

[12:54:00 INFO]: Done (2.580s)! For help, type "help"
[12:54:00 INFO]: Timings Reset

Check version

Command with the server running

Check version


paper version

result


[12:55:03 INFO]: This server is running Paper version git-Paper-206 (MC: 1.16.3) (Implementing API version 1.16.3-R0.1-SNAPSHOT)
[12:55:03 INFO]: Checking version, please wait...
[12:55:04 INFO]: Previous version: git-Paper-204 (MC: 1.16.3)
[12:55:04 INFO]: You are running the latest version

Looking at the first line, it seems to be done. I'm not sure if this is the right way to do it. If you are familiar with this, please give us information.

Delete backup

In addition, delete the backup if necessary after checking.

Go home


$ cd

Erase


$ rm -r backupmcp

in conclusion

I really didn't know how to update. Only installation methods and automation scripts come out. I don't know if it really matches, so please give me a conductor.

Recommended Posts

Set up a MineCraft Paper server on Ubuntu 20.04.1 LTS ② Update
Set up an SSH server on WSL2 Ubuntu 20.04
Set up ansible-playbook on Ubuntu 20.04
Steps to set up a VNC server on CentOS 8.3
Build a Minecraft server on AWS
Easily set up a Jenkins server on AWS using Bitnami's AMI
Set up Metabase service on Windows Server 2012
Minimal steps to set up a Ruby environment with rbenv on Ubuntu 20.04
Set Java version 11 of Docker Minecraft Paper server
Ubuntu18.04 LTS minecraft server java edition construction memorandum
Yes, let's make a Minecraft server (Ubuntu 20.04 + Bedrock Server)
Set up a CentOS virtual server with Vagrant
Apache2 on Ubuntu20.04 LTS
Install Ubuntu MATE 20.04 LTS on older MacBook Early 2008 (MB402 * / A, MB403 * / A, MB404 * / A)
Building WebGIS on Ubuntu20.04 LTS
Build VNC Server on Ubuntu 20.04
Install Docker on Ubuntu Server 20.04
Record video on ubuntu18.04 LTS
Set up Gitolite on CentOS 7
Installing OpenMX on Ubuntu 18.04.5 LTS
Install raspi-config on Ubuntu 20.04 (LTS)
Install WordPress 5.5 on Ubuntu 20.04 LTS
Minecraft server on Raspberry Pi 4
Install Ubuntu Server 20.04 on Btrfs
Set up Django on Ubuntu 16.04 with PostgreSQL and Gunicorn on ECS
Create a development environment for Ruby 3.0.0 and Rails 6.1.0 on Ubuntu 20.04.1 LTS
Creating a dual boot environment for Ubuntu Server 20.04.1 LTS and Windows 10
Install Docker on Ubuntu and set up remote connection using tls
Build a XAMPP environment on Ubuntu
Wake on Lan settings on Ubuntu 20.04.1 LTS
Building a DLNA server on Ubuntu (just move for the time being)
Set up Docker Registry locally on CentOS 7