Skip to content

Commit 1025f75

Browse files
Merge pull request #126 from Pantera07/patch-2
Re-add missing commits
2 parents 96c4048 + c7ac42c commit 1025f75

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

README.md

+11-7
Original file line numberDiff line numberDiff line change
@@ -387,9 +387,14 @@ Lobotomized villagers are stripped from their AI and only restock their offers e
387387

388388
#### villager.search-radius
389389

390-
`Good starting value: 16`
390+
```
391+
Good starting values:
392+
393+
acquire-poi: 16
394+
nearest-bed-sensor: 16
395+
```
391396

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.
393398

394399
---
395400

@@ -575,7 +580,7 @@ If this option is greater that `0`, players above the set y level will be damage
575580
---
576581

577582
# 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.
579584

580585
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.
581586
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
612617
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).
613618

614619
[`SOG`]: https://www.spigotmc.org/threads/guide-server-optimization%E2%9A%A1.283181/
615-
[server.properties]: https://minecraft.wiki/w/Server.properties
616-
[bukkit.yml]: https://bukkit.fandom.com/wiki/Bukkit.yml
617-
[spigot.yml]: https://www.spigotmc.org/wiki/spigot-configuration/
620+
[server.properties]: https://docs.papermc.io/paper/reference/server-properties
621+
[bukkit.yml]: https://docs.papermc.io/paper/reference/bukkit-configuration
622+
[spigot.yml]: https://docs.papermc.io/paper/reference/spigot-configuration
618623
[paper-global configuration]: https://docs.papermc.io/paper/reference/global-configuration
619624
[paper-world configuration]: https://docs.papermc.io/paper/reference/world-configuration
620625
[purpur.yml]: https://purpurmc.org/docs/Configuration/
621626
[pufferfish.yml]: https://docs.pufferfish.host/setup/pufferfish-fork-configuration/
622-
[Petal]: https://github.com/Bloom-host/Petal

0 commit comments

Comments
 (0)