From f2321bcd2ff76e9c5a73cd182d138e97181364d6 Mon Sep 17 00:00:00 2001 From: "Pantera (Mad_Daniel)" <89838384+Pantera07@users.noreply.github.com> Date: Mon, 15 May 2023 23:55:39 +0900 Subject: [PATCH 1/3] Neighbor update lag machines --- readme.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/readme.md b/readme.md index bd48568..bef3708 100644 --- a/readme.md +++ b/readme.md @@ -42,6 +42,15 @@ collisions: fix-climbing-bypassing-cramming-rule: true ``` +### Neighbor update lag machines + +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 +max-chained-neighbor-updates=10000 +``` + ### Command suggestion packet spam Some commands on the server might have a lot of logic involved with their command suggestions. This can be exploited by 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 2/3] 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 ``` From 329954a716d87f69f510874d43a6818500887956 Mon Sep 17 00:00:00 2001 From: "Pantera (Mad_Daniel)" <89838384+Pantera07@users.noreply.github.com> Date: Tue, 16 May 2023 00:08:33 +0900 Subject: [PATCH 3/3] Alphabetical order --- readme.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/readme.md b/readme.md index 0d89275..2424e7c 100644 --- a/readme.md +++ b/readme.md @@ -42,15 +42,6 @@ collisions: fix-climbing-bypassing-cramming-rule: true ``` -### Neighbor update lag machines - -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` -```properties -max-chained-neighbor-updates=10000 -``` - ### Command suggestion packet spam Some commands on the server might have a lot of logic involved with their command suggestions. This can be exploited by @@ -100,6 +91,15 @@ settings: max-joins-per-second: true ``` +### Neighbor update lag machines + +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` +```properties +max-chained-neighbor-updates=10000 +``` + ### Projectile suspension Projectiles can be suspended in bubble columns indefinitely. They can also be transported into unloaded chunks in mass.