Minecraft – How to create an empty minecraft world

minecraft-java-edition

My friends and I want to create an adventure map, so I want to have a empty Minecraft Craftbukkit server map to start with, so there will be nothing other than the things I want to put into the map. How can I achieve this?

Best Answer

With bukkit there are plugins that change the world generation to make the world flat, for example:

http://forums.bukkit.org/threads/wgen-flatlands-v0-1-makes-a-flat-world-860.20888/

http://forums.bukkit.org/threads/wgen-hugetractsofland-0-1-generate-a-flat-world-using-any-block-1060.28662/

You can also search http://dev.bukkit.org/bukkit-plugins/?category=world-generators for different types of world generators.

Note: I have not tried either of them.