World Pre Generator

World Pre Generator

Provides a pre-generator for Minecraft worlds.

von
18.9K Downloads
forgeneoforgeoptimizationutilityworldgen
Server mit dieser Mod mieten

Über diese Mod

Version 5.X.X

For older versions of the mod, check the wiki.

This Mod can pre generate the Minecraft dimensions per command.
The Mod is only needed on the server side, but can also be used on the client side.


You need a server to play with friends? You don't know how to set up one? Just rent an already configured server!

Click on the picture above, select a plan (with recommended at least 6 GB),
use my code **** to get 25% off your first month and enjoy playing with your friends!


Support

Supported Versions Image
Minecraft versions, for which the mod is not released, are not supported.
You can find a text version here.

Hints

The pre generation tasks are executed one after the other.
The pre generations are continued after restarts.
Chunks already generated are skipped on pre-generation, if the forced flag is not true.

In semi-parallel pre generation mode, multiple tasks for pre generation are started in parallel, but the execution is done the Minecraft way. As of 1.20.1, this means, that only one chunk can be generated at a time.

Server Config

  • send_feedback
    Shall a pre generation feedback send to all online players?
  • generation
    Parameters for generation
    • type
      Type of generation
      SERIAL: Every chunk one after another is generated.
      SEMI_PARALLEL: Multiple chunk generation tasks are created, but the generation is still serial (speed up the chunk generation).
    • semi_parallel_task_count
      How many chunk generation tasks shall be start in parallel?
      If the value is "0", the number of processor cores is used.
  • delays
    Delays of the print and save tasks
    • print
      Time between 2 status prints
    • save
      Time between 2 saving events

Commands

  • /pregen list - Lists all running pre generation tasks.
  • /pregen gen <dimension> start <block|chunk> <center> <radius> [<force>] - Creates a pre generation task with the specified centre, radius and dimension. Optional, the force flag (true, false) can be set. If it is set to true, all chunks are loaded. If it is set to false, already generated chunks are skipped. If the force flag is absent, it is set to false.
    • block: The center coordinates and the radius are in blocks.
      If you want to generate a 4000x4000 (2000 in the positive and negative direction) from the center of the world, the command would be:
      /pregen gen minecraft:overworld start block 0 0 2000
      If you want to generate a 4002x4002 (2001 in the positive and negative direction) from x = 100, z = 150 of the world, the command would be:
      /pregen gen minecraft:overworld start block 100 150 2001
      Hint: In the pregeneration list it will show up, with the following center and radius data, because the block data are calculated to chunk data and back:
      x = "round down"(100 / 16) * 16 = 96
      z = "round down"(150 / 16) * 16 = 144
      radius = "round up"(2001 / 16) * 16 = 2016
    • chunk: The center coordinates and the radius are in chunks.
      If you want to generate a 4000x4000 (2000 in the positive and negative direction) from the center of the world, the command would be:
      /pregen gen minecraft:overworld start chunk 0 0 125
      If you want to generate a 4002x4002 (2001 in the positive and negative direction) from x = 100, z = 150 of the world.
      "chunk x" = "round down"(100 / 16) = 6
      "chunk z" = "round down"(150 / 16) = 9
      "chunk radius" = "round up"(2001 / 16) = 126
      The command would be:
      /pregen gen minecraft:overworld start chunk 6 9 126
  • /pregen gen <dimension> resume - Resumes the pre generation task of the dimension.
  • /pregen gen <dimension> pause - Pauses the pre generation task of the dimension.
  • /pregen gen <dimension> cancel - Cancels the pre generation task of the dimension.
  • /pregen clear - Cancels all pre generation tasks.
  • /pregen sendFeedback - Shows, if the progression feedback is enabled or disabled.
  • /pregen sendFeedback <isFeedbackEnabled> - Enables or disables progression feedback depending on isFeedbackEnabled. Generation start and finish feedback are not affected of that.

Progression State

The progress state computed is in chunks.
You get the following information in the generation messages: "A B/C (D%) E chunks/s"

  • Dimension (A)
  • Chunk generated (B)
  • Total chunks to generate (C)
  • Percentage of chunks for which generation is finished (D)
  • Rate of Chunks per second generated between this and the last message (E)

Thanks for the logo to Muse31.
You can use this mod in non-commercial modpacks without asking.
You can find more mods from me on CurseForge and Modrinth.

This is a Forge mod only until 1.21.1. This is a NeoForge mod only starting 1.21.1. There will be no Fabric version. It will not be backported.

Verfügbare Versionen

World Pre Generator 1.21.1-5.0.1release
MC 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5, 1.21.6, 1.21.7, 1.21.8, 1.21.9, 1.21.10neoforge
2. Mai 2026
World Pre Generator 1.21.1-5.0.0release
MC 1.21.1neoforge
11. Dezember 2025
World Pre Generator 1.21.1-4.0.0release
MC 1.21.1forge
1. September 2024
World Pre Generator 1.21-4.0.0release
MC 1.21forge
30. August 2024
World Pre Generator 1.20.6-4.0.0release
MC 1.20.6forge
1. Juni 2024

World Pre Generator auf dem Server installieren

1

Server bestellen

Bestelle einen Minecraft Java Server mit mindestens 4 GB RAM (6 GB empfohlen).

2

forge Loader setzen

Wähle im Panel unter "Egg" den forge-Loader und die passende Minecraft-Version (1.21.10).

3

Mod installieren

Öffne den Mod-Browser im Dashboard und suche nach "World Pre Generator". Klicke "Installieren" – fertig! Alternativ: Lade die .jar via SFTP in den /mods Ordner.

Kompatibilität

Mod-Loader

forgeneoforge

Minecraft-Versionen

1.21.10, 1.21.9, 1.21.8 (+16 weitere)

Server-seitig

Erforderlich

Empfohlener RAM

6 GB(min. 4 GB)

Häufige Fragen

World Pre Generator Server crasht beim Start – was tun?

Häufigste Ursache: falsche forge-Version oder zu wenig RAM. Prüfe im Server-Log (latest.log), ob ein "OutOfMemoryError" oder "Mixin"-Fehler auftritt. Bei Mado Hosting: Stelle sicher, dass mindestens 4 GB RAM zugewiesen sind und der Loader zur Mod-Version passt (1.21.10). Über das Panel kannst du den Loader mit einem Klick wechseln.

Ist World Pre Generator mit forge und neoforge kompatibel?

World Pre Generator unterstützt offiziell forge, neoforge für Minecraft 1.21.10, 1.21.9, 1.21.8. Im Mado Dashboard werden inkompatible Loader-Kombinationen automatisch erkannt.

Server laggt mit World Pre Generator – wie optimiere ich die Performance?

Empfohlener RAM: 6 GB (+1 GB pro 5 Spieler). Prüfe mit /spark profiler, ob World Pre Generator den meisten Tick-Time verbraucht. Häufige Fixes: Server-View-Distance auf 8-10 reduzieren, bei Forge "performant" oder "starlight" als Zusatz-Mod installieren. Bei Mado Hosting läuft dein Server auf NVMe-SSDs mit dedizierten CPU-Kernen für minimale Latenz.

Modded Server mieten

Installiere World Pre Generator mit nur einem Klick auf deinem Server.

Empfohlener RAM
6 GBab €7.800000000000001/Monat
Min. 4 GB | +1 GB pro 5 Spieler
Jetzt Server erstellen
1-Klick Mod Installation
NVMe SSD Speicher
DDoS-Schutz inklusive

Details

Lizenz
LicenseRef-All-Rights-Reserved
Server-seitig
Erforderlich

Unterstützte Versionen

1.21.101.21.91.21.81.21.71.21.61.21.51.21.41.21.31.21.21.21.1+9 mehr