mirror of
https://github.com/YouHaveTrouble/minecraft-exploits-and-how-to-fix-them.git
synced 2026-05-11 22:16:58 +00:00
more clear wording and more information
This commit is contained in:
@@ -34,7 +34,7 @@ Books are a common target for exploitation techniques, and have been used for al
|
|||||||
|
|
||||||
#### Option 1
|
#### Option 1
|
||||||
|
|
||||||
Moderately reducing page-max can mitigate 'book exploit' without affecting vanilla clients.
|
Moderately reducing page-max can mitigate most book exploits without affecting vanilla clients.
|
||||||
|
|
||||||
`paper-global.yml`
|
`paper-global.yml`
|
||||||
```yaml
|
```yaml
|
||||||
@@ -45,7 +45,7 @@ item-validation:
|
|||||||
|
|
||||||
#### Option 2
|
#### Option 2
|
||||||
|
|
||||||
Disabling the book completely prevents the 'book exploit', but prevents players from writing to the book.
|
Disabling books completely prevents the most book exploits (as long as plugins don't create non-standard books). Pufferfish config option prevents players from writing to the book, therefore ruling out anything that requires player input to work.
|
||||||
|
|
||||||
`pufferfish.yml`
|
`pufferfish.yml`
|
||||||
```yaml
|
```yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user