Friday, October 28, 2011

Can someone explain the difference between minecraft maps and worlds?

Question

I have two Minecraft Bukkit SMP server instances on my host and I understand there's a default "world" included with each instance. I've read about multi-world support in future versions of Bukkit or Minecraft, but at the moment, I believe I'm stuck with a single "map" for each world.

Am I missing something or am I currently limited to a single world (and a single map) on each server?

Answer

AFAIK, there is no difference between "map" and "world."1

You can generate new maps/worlds for your server by renaming the "world" folder that is in the same directory as your server. When you start your server, it will see that there isn't a world named "world", and will create one.

1Note: There is now a map object in the game.

No comments:

Post a Comment