mirror of
https://github.com/YouHaveTrouble/minecraft-exploits-and-how-to-fix-them.git
synced 2026-05-11 22:16:58 +00:00
Neighbor update lag machines
This commit is contained in:
committed by
GitHub
parent
533262290a
commit
f2321bcd2f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user