From 9b86789bfac46dde433d61555f517483f023e2ea Mon Sep 17 00:00:00 2001 From: Ben Woo <30431861+benwoo1110@users.noreply.github.com> Date: Thu, 31 Dec 2020 13:45:01 +0800 Subject: [PATCH] world name should not have space. --- Command-Reference.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/Command-Reference.md b/Command-Reference.md index bc13a81..f482df5 100644 --- a/Command-Reference.md +++ b/Command-Reference.md @@ -164,13 +164,11 @@ Creates a new world and loads it. `/mv create my_hell NETHER` `/mv create my_cloud_world -g SkyLandsPlus NORMAL` `/mv create flat_world NORMAL -t FLAT` -`/mv create "My World with spaces in the name" NORMAL` [***](#a-note-about-spaces-in-world-names) -`/mv create "My Seed World" NORMAL -s gargamel` [***](#a-note-about-spaces-in-world-names) -`/mv create "My Seed World" NORMAL -s "Seed With Spaces!"` [***](#a-note-about-spaces-in-world-names) +`/mv create "My-Seed-World" NORMAL -s gargamel` `/mv create moon NORMAL -g BukkitFullOfMoon` -`/mv create "Custom world with a generator and an ID" NORMAL -g BukkitFullOfMoon:Dinnerbone` [***](#a-note-about-spaces-in-world-names) -`/mv create "Custom generator world with seed" NORMAL -g BukkitFullOfMoon:Dinnerbone -s gargamel` [***](#a-note-about-spaces-in-world-names) -`/mv create example NORMAL -g "BananaGen:hilly,tscale=35.0,terrainheight=15.0,notorches"` [***](#a-note-about-spaces-in-world-names) +`/mv create Custom-world-with-a-generator-and-an-ID NORMAL -g BukkitFullOfMoon:Dinnerbone` +`/mv create Custom-generator-world-with-seed NORMAL -g BukkitFullOfMoon:Dinnerbone -s gargamel` +`/mv create example NORMAL -g "BananaGen:hilly,tscale=35.0,terrainheight=15.0,notorches"` ### Aliases: `/mv create ...` `/mvc ...` @@ -183,7 +181,7 @@ The create command allows you to add new worlds to your server thus allowing man --- #### World Name and Environment -When you are going to create a new world you MUST specify a name and environment. Valid environments can be seen by using [`/mv env`](#environment-command). Your world names **CAN** have spaces[***](#a-note-about-spaces-in-world-names), but we recommend you keep your folder names sensible and use the [Alias Feature](World-Properties#wiki-alias) +When you are going to create a new world you MUST specify a name and environment. Valid environments can be seen by using [`/mv env`](#environment-command). Your world names **CANNOT** have spaces, use the [Alias Feature](World-Properties#wiki-alias) for that. --- @@ -192,8 +190,6 @@ You can create a world with a custom seed by adding `-s SEEDNAME` after the 2 re `/mv create mountain_world NORMAL -s gargamel` -You can use spaces in your seeds as long as you surround them with quotes. You cannot use a seed name with quotes in it - --- #### World Types