From 5ca25cf9de40e40da9a44ffc9e97b885625d115a Mon Sep 17 00:00:00 2001 From: "Pantera (Mad_Daniel)" <89838384+Pantera07@users.noreply.github.com> Date: Mon, 15 May 2023 23:57:51 +0900 Subject: [PATCH] properties --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index bef3708..0d89275 100644 --- a/readme.md +++ b/readme.md @@ -47,7 +47,7 @@ collisions: Limiting the amount of consecutive neighbor updates before skipping additional ones. Moderately reducing this value has no game impact and helps alleviate various 'neighbor update lag machines'. `server.properties` -```yaml +```properties max-chained-neighbor-updates=10000 ```