From 6a13c90ded97b79e9af31eacdad3e17966073b7e Mon Sep 17 00:00:00 2001 From: youhavetrouble Date: Sat, 10 Jun 2023 10:11:55 +0200 Subject: [PATCH] 1.20 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8af7202..ed9c3d2 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Note for users that are on vanilla, Fabric or Spigot (or anything below Paper) - go to your server.properties and change `sync-chunk-writes` to `false`. This option is forcibly set to false on Paper and its forks, but on other server implementations you need to switch this to false manually. This allows the server to save chunks off the main thread, lessening the load on the main tick loop. -Guide for version 1.19. Some things may still apply to 1.15 - 1.18. +Guide for version 1.20. Some things may still apply to 1.15 - 1.19. Based on [this guide](https://www.spigotmc.org/threads/guide-server-optimization%E2%9A%A1.283181/) and other sources (all of them are linked throughout the guide when relevant).