mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Add a "move worlds to worldstorage" step to the installation page
This commit is contained in:
parent
c0738687d9
commit
0cd0f93664
@ -92,6 +92,12 @@ Manual Installation
|
|||||||
|
|
||||||
[versions]: https://github.com/marcuswhybrow/minecraft-server-manager/blob/latest/versioning/versions.txt
|
[versions]: https://github.com/marcuswhybrow/minecraft-server-manager/blob/latest/versioning/versions.txt
|
||||||
|
|
||||||
|
12. Move generated worlds to the world storage folder:
|
||||||
|
|
||||||
|
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`. See [Concepts → Server Layout][layout] for further explanation.
|
||||||
|
|
||||||
|
|
||||||
Check Out The Commands
|
Check Out The Commands
|
||||||
----------------------
|
----------------------
|
||||||
@ -101,4 +107,5 @@ If stuck, you can always type `msm help` for a quick list of all commands, or if
|
|||||||
[config]: {{ site.baseurl }}/docs/configuration/
|
[config]: {{ site.baseurl }}/docs/configuration/
|
||||||
[cron]: {{ site.baseurl }}/docs/concepts/cron.html
|
[cron]: {{ site.baseurl }}/docs/concepts/cron.html
|
||||||
[commands]: {{ site.baseurl }}/docs/commands/
|
[commands]: {{ site.baseurl }}/docs/commands/
|
||||||
[#26]: https://github.com/marcuswhybrow/minecraft-server-manager/issues/26
|
[#26]: https://github.com/marcuswhybrow/minecraft-server-manager/issues/26
|
||||||
|
[layout]: {{ site.baseurl }}/docs/concepts/layout.html
|
||||||
|
Loading…
Reference in New Issue
Block a user