Minecraft In Space

World Creation

Scene from Minecraft

Some Preliminaries

Run the Bukkit server, and start your Minecraft client now.

In Minecraft under Multiplayer click on Add Server and put in the IP address under "Server Address". If you are running the server on your own computer the address will be 127.0.0.1.
The Server Name doesn't matter. It can be anything. Then click on Done.
Click on the server name and click on "Join Server".

You will be thrust into a brand new standard Minecraft world. The first thing to do is probably to make some basic changes to make it "safe". Otherwise it will soon get dark and some monster will come and kill you.

First, while Minecraft is still running (hit ESC to get keyboard control if you need to) go back to the black "cmd.exe" window where the server is running.
You should see something like this:

11:47:54 [INFO] PlayerName[/127.0.0.1:61394] logged in with entity id 2504 at ([world] -61.5, 59.0, 248.5)

Click in the window and type this to make yourself an "Operator" which is a sort of super user who can run any command:

op PlayerName

Where "PlayerName" is your player's actual Minecraft name, as seen in the "INFO" line above.

Minecraft in Survival Mode
Minecraft in "Survival" Mode

Now you are done in the server window. You may notice later that this window gives lots of interesting information, including listing every command you run from the game.

Go back to the Minecraft game and type this to make yourself safe:

/creative

You should notice your health bar and hunger level bars disappear. You can't die now except if you fall out of the world.
Also notice how the "/" character puts you into a typing box and you can send commands to the server. You will use this a lot.

Also, if you are underground, which sometimes happens for some reason, you can get out by typing /top. This will take you to the highest solid surface of the world where you are at.

Set things up

Now run these commands one at a time from the Minecraft game window.

Fill operation in progress
Fill operation in progress

Now you need to wait for the [Fill] process to finish.

While you are waiting you can point your web browser at http://127.0.0.1:8123/ to see Dynmap's map of the Minecraft world. When it opens, use the pop out menu bar on the right to find your space world and take a look. The red world border should be visible, and the green flat land should be there growing. You will also see villages. These pop up automatically.

WorldBorder will tell you when the [Fill] process is done with the line:

[Fill] task successfully completed!

If you left and came back to a Minecraft screen with no messages on it press t to see messages that have disappeared off of the screen.

Dynmap of Freshly filled map

If you look at Dynmap now it should look something like the image on the left.

The red line is the border. Players will not be able to go past this, but instead will wrap to the other side of the map when they pass it.

WorldBorder has filled in the map with flat area, including a buffer around the border so that Minecraft won't create new map out there when players get near it.

There are also villages scattered about. These are auto generated by Minecraft and I am not aware of a way to prevent them. We will delete them later.

Type /spawn to return to the initial world, so you aren't in "space" anymore.

Now you can Disconnect, Quit Minecraft and run stop on the server to shut it down.

We are ready to use the World Editor ->