MinecraftLandGenerator icon indicating copy to clipboard operation
MinecraftLandGenerator copied to clipboard

Pregenerate Land in a SMP Minecraft Server

Results 8 MinecraftLandGenerator issues
Sort by recently updated
recently updated
newest added

I have found a GUI code in the repo, is it used or not??

So, I have a server being setup for my kids and their friends. Naturally, I figured I would pre-generate a large chunk of the terrain, so I came here, as...

In case RandomSeed is not found, try find seed in WorldGenSettings.

I generated 2048x2048 world withbasic configuration and this is output world: https://imgur.com/a/CvufqnH What caused MLG to skip some chunks?

**- Restart server when gen didn't complete:** During generation with big view-distances in Alpha versions it occured that the server would spontaneously shutdown BEFORE it completed the generation. Without this...

`Usage: java -jar MinecraftLandGenerator.jar x z [serverpath] [switches]` ` serverpath : the path to the directory in which the server runs (takes precedence over the config file setting)` Config: `ServerPath=.`...

Minor Bug

During the setup I read that there was an error in program arguments and at the end, minecraft server wasn't launched. Here's the output from MLG_Initial_Setup_Windows.cmd: Click to expand >...

Minor Enhancement Request
PEBCAK

I'd like to implement a few changes to make this little project a more mature tool and easier to use. Things that could be improved IMO: - [ ] Use...

Major Enhancement Request