Alphabetical order

This commit is contained in:
Pantera (Mad_Daniel)
2023-05-16 00:08:33 +09:00
committed by GitHub
parent 5ca25cf9de
commit 329954a716
+9 -9
View File
@@ -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.