world name should not have space.

Ben Woo 2020-12-31 13:45:01 +08:00
parent 36388214f4
commit 9b86789bfa
1 changed files with 5 additions and 9 deletions

@ -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