mirror of
https://github.com/YouHaveTrouble/minecraft-exploits-and-how-to-fix-them.git
synced 2026-05-11 22:16:58 +00:00
add join spam
This commit is contained in:
@@ -46,6 +46,26 @@ commands:
|
||||
spam-exclusions: []
|
||||
```
|
||||
|
||||
### Join spam
|
||||
|
||||
Sometimes shear quantity of players joining the server can cause the server to lag out. This is especially true for bot
|
||||
attacks and moments after server restart. This can be fixed by setting max joins per tick. Players joining will be
|
||||
delayed in time so server can properly tick between handling them. If joins still overwhelm the server, you can also
|
||||
enable max-joins-per-second in purpur.yml that will make it so value from paper config will be applied per second
|
||||
instead of per tick.
|
||||
|
||||
`paper-global.yml`
|
||||
```yaml
|
||||
misc:
|
||||
max-joins-per-tick: 3
|
||||
```
|
||||
|
||||
`purpur.yml`
|
||||
```yaml
|
||||
settings:
|
||||
network:
|
||||
max-joins-per-second: true
|
||||
```
|
||||
### Treasure search
|
||||
|
||||
When new treasure map is generated, usually via cartographer villager or opening a chest with treasure map in it, the
|
||||
|
||||
Reference in New Issue
Block a user