Skip to content
This repository has been archived by the owner on Mar 20, 2021. It is now read-only.

Pregeneration

dfsek edited this page Dec 7, 2020 · 5 revisions

Since any and all world generation plugins will have a performance impact (even vanilla worldgen is laggy) it is highly recommended to pregenerate your world when using BetterEnd.

Pregeneration generates all the chunks in your world out to a certain distance, meaning that when players are exploring your world, the chunks are loaded from the disk, rather than being generated live. It is recommended to set the world border to this distance, to prevent new chunks from ever being generated when the server is live.

Pregeneration can be done using plugins such as Chunky. Documentation can be found on their respective pages.

Other pregeneration plugins exist, but Chunky is recommended, as it is designed around Paper's optimized chunk generation.