From 625aa0b419c361b39f5fb741c03f4d19f493f2a9 Mon Sep 17 00:00:00 2001 From: tiyn Date: Wed, 11 Dec 2024 07:33:40 +0100 Subject: [PATCH] minecraft: added server update world guide --- wiki/games/minecraft.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/wiki/games/minecraft.md b/wiki/games/minecraft.md index a030ffd..881198b 100644 --- a/wiki/games/minecraft.md +++ b/wiki/games/minecraft.md @@ -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.