You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+11-7
Original file line number
Diff line number
Diff line change
@@ -387,9 +387,14 @@ Lobotomized villagers are stripped from their AI and only restock their offers e
387
387
388
388
#### villager.search-radius
389
389
390
-
`Good starting value: 16`
390
+
```
391
+
Good starting values:
392
+
393
+
acquire-poi: 16
394
+
nearest-bed-sensor: 16
395
+
```
391
396
392
-
Radius within which villagers will search for a bed. This significantly boosts performance with large amount of villagers, but wil prevent them from detecting beds that are further away than set value.
397
+
Radius within which villagers will search for job site blocks and beds. This significantly boosts performance with large amount of villagers, but will prevent them from detecting job site blocks or beds that are further away than set value.
393
398
394
399
---
395
400
@@ -575,7 +580,7 @@ If this option is greater that `0`, players above the set y level will be damage
575
580
---
576
581
577
582
# Java startup flags
578
-
[Vanilla Minecraft and Minecraft server software in version 1.19 requires Java 17 or higher](https://docs.papermc.io/java-install-update). Oracle has changed their licensing, and there is no longer a compelling reason to get your java from them. Recommended vendors are [Adoptium](https://adoptium.net/) and [Amazon Corretto](https://aws.amazon.com/corretto/). Alternative JVM implementations such as OpenJ9 or GraalVM can work, however they are not supported by Paper and have been known to cause issues, therefore they are not currently recommended.
583
+
[Vanilla Minecraft and Minecraft server software in version 1.20.5+ requires Java 21 or higher](https://docs.papermc.io/java-install-update). Oracle has changed their licensing, and there is no longer a compelling reason to get your java from them. Recommended vendors are [Adoptium](https://adoptium.net/) and [Amazon Corretto](https://aws.amazon.com/corretto/). Alternative JVM implementations such as OpenJ9 or GraalVM can work, however they are not supported by Paper and have been known to cause issues, therefore they are not currently recommended.
579
584
580
585
Your garbage collector can be configured to reduce lag spikes caused by big garbage collector tasks. You can find startup flags optimized for Minecraft servers [here](https://docs.papermc.io/paper/aikars-flags)[`SOG`]. Keep in mind that this recommendation will not work on alternative JVM implementations.
581
586
It's recommended to use the [flags.sh](https://flags.sh) startup flags generator to get the correct startup flags for your server
@@ -612,11 +617,10 @@ To get Timings of your server, you just need to execute the `/timings paste` com
612
617
To see how to fix exploits that can cause lag spikes or crashes on a Minecraft server, refer to [here](https://github.com/YouHaveTrouble/minecraft-exploits-and-how-to-fix-them).
0 commit comments