1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-04-02 15:07:45 +02:00

minecraft: added server update world guide

This commit is contained in:
tiyn 2024-12-11 07:33:40 +01:00
parent 4caaa3a0a8
commit 625aa0b419

View File

@ -50,3 +50,10 @@ scoreboard.
/scoreboard objectives add Deaths deathCount
/scoreboard objectives setdisplay list Deaths
```
#### Updating a Server World to a New Version
An existing Minecraft world of a server can be updated simply by updating the server itself.
Chunks that have been loaded will not be affected by the update, but blocks that have not been
loaded will be.
For safety reasons it is advised to back up the instance before updating the version number.