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 ```