Morlok8k / MinecraftLandGenerator

Pregenerate Land in a SMP Minecraft Server
http://www.minecraftforum.net/topic/187737-minecraft-land-generator/
Do What The F*ck You Want To Public License
97 stars 20 forks source link

MLG fails to properly create world #7

Closed Gallion closed 9 years ago

Gallion commented 9 years ago

MLG fails to properly launch the server to create the world when the world doesn't exist and instead tries to generate a null world.

Morlok8k commented 9 years ago

MLG does function correctly with the latest server (1.8.1). its just on first launch if server.properties is missing it will say the world name is "null". subsequent launches will show the correct name.

I'll review your changes.

Morlok8k commented 9 years ago

(FYI, i've added a eula.txt file that should allow MLG to run on new servers without the need for manual editing.)

Gallion commented 9 years ago

Right, it happens if you launch Run_MLG_XXX from a different working directory than the one it's in. I fixed it though so now it should work properly.