msmhq / msm

An init script for managing Minecraft servers
http://msmhq.com
GNU General Public License v3.0
1.22k stars 225 forks source link

Creating new worlds #278

Open jbcrestot opened 9 years ago

jbcrestot commented 9 years ago

I would like to know if it's possible to generate new world?

endofcake commented 9 years ago

I'm sure it is. What exactly is your problem?

evolve2k commented 9 years ago

From the end of the installation documentation:

"When a Minecraft server starts for the first time, it generates a new world according to the level-name entry in server.properties, which is world by default.

MSM requires that you move this newly generated world (and any accompanying folders such as world_nether or world_the_end in the case of CraftBukkit) to a new directory which you must create inside of the server root folder called worldstorage.

After moving them, run sudo msm worlds load to create the symlinks needed for the server to recognize new worlds."

ref: http://msmhq.com/docs/installation.html

evolve2k commented 9 years ago

How to make a new world called 'brave'.

  1. $ msm server create 'newworld' # create a new server if you don't have one already.
  2. edit the file server.properties level-name: brave
  3. $ msm newworld start # this will create a new world called brave