mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-22 10:36:06 +01:00
Add world types to create command.
parent
9e4a09a0d5
commit
0893d1afde
@ -155,6 +155,7 @@ Creates a new world and loads it.
|
||||
`/mv create my_world NORMAL`
|
||||
`/mv create my_hell NETHER`
|
||||
`/mv create my_cloud_world SKYLANDS`
|
||||
`/mv create flat_world NORMAL -t FLAT`
|
||||
`/mv create "My World with spaces in the name" NORMAL` [***](#wiki-spacesnote)
|
||||
`/mv create "My Seed World" NORMAL -s gargamel` [***](#wiki-spacesnote)
|
||||
`/mv create "My Seed World" NORMAL -s "Seed With Spaces!"` [***](#wiki-spacesnote)
|
||||
@ -175,16 +176,21 @@ 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`](#wiki-env). Your world names **CAN** have spaces[***](#wiki-spacesnote), but we recommend you keep your folder names sensible and use the [[Alias Feature|World-Properties#wiki-alias]]
|
||||
|
||||
##### <a name="seeds"></a>Seeds
|
||||
##### <a name="seeds" href="#wiki-seeds">•</a>Seeds
|
||||
You can create a world with a custom seed by adding `-s SEEDNAME` after the 2 required params. Here is an example that creates the famed gargamel world and names it mountain\_world:
|
||||
|
||||
`/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
|
||||
|
||||
##### <a name="worldtypes" href="#wiki-worldtypes">•</a>World Types
|
||||
As of minecraft 1.1, the concept of world types has been introduced. These seem to be like generators, but baked into minecraft itself. To use a generator, simply use the `-t` parameter, for type. Here is a flat normal world:
|
||||
|
||||
##### <a name="generators"></a>Generators
|
||||
`/mv create flat_world NORMAL -t FLAT`
|
||||
|
||||
Currently, there are only `FLAT` and `NORMAL` for world types.
|
||||
|
||||
##### <a name="generators" href="#wiki-generators">•</a>Generators
|
||||
Multiverse 2 supports Custom Generators. What does this mean? We support any plugin that makes use of the Bukkit custom generator feature. If an author has implemented their own style that does NOT use the custom generator method [described here](http://forums.bukkit.org/threads/22795/), it may not work with MV. We will try and keep an updated page of [[Custom Generator Plugins]].
|
||||
|
||||
Once you've found a plugin you want to use, copy the jar of that plugin to your plugins folder. Then all that's left to do is type a single command:
|
||||
|
Loading…
Reference in New Issue
Block a user