Updated Command Reference (markdown)

Eric Stokes 2016-03-06 10:45:48 -07:00
parent 91b2225e2d
commit 9b38ea55ac
1 changed files with 6 additions and 6 deletions

@ -48,17 +48,17 @@ Items inside square braces (`[]`) are __OPTIONAL__ where items inside curly brac
#### Simple command example
Let's look at a simple one first:
`[/mv info [WORLD]](#wiki-info)`
`[/mv info [WORLD]](#information-command)`
This means that this command has one optional parameter, meaning you could type [`/mv info`](#wiki-info) __or__ [`/mv info world`](#wiki-info). Obviously the command will do different things with or without it's params. You can tell what those effects are by reading this wiki.
This means that this command has one optional parameter, meaning you could type [`/mv info`](#information-command) __or__ [`/mv info world`](#information-command). Obviously the command will do different things with or without it's params. You can tell what those effects are by reading this wiki.
#### Complex command example
Let's look at the most complex example:
_NOTE: This is the most complex command in MV2 and in order to use it correctly, please refer to the [Create Command](#wiki-create)._
_NOTE: This is the most complex command in MV2 and in order to use it correctly, please refer to the [Create Command](#create-command)._
[`/mv create {NAME} {ENV} -s [SEED] -g [GENERATOR[:ID]]`](#wiki-create)
[`/mv create {NAME} {ENV} -s [SEED] -g [GENERATOR[:ID]]`](#create-command)
At first you will notice that there are 2 required params, __NAME__ and __ENV__. Then you will see the flags afterwards. If you want to use a [[seed|World-Properties#wiki-seed]] you must add `-s gargamel` to the command string. If you want a [[generator|World-Properties#wiki-generator]] the same principle applies: `-g BukkitFullOfMoon`. Full examples of this command are located at the [Create Command reference](#wiki-create)
At first you will notice that there are 2 required params, __NAME__ and __ENV__. Then you will see the flags afterwards. If you want to use a [[seed|World-Properties#seeds]] you must add `-s gargamel` to the command string. If you want a [[generator|World-Properties#generators]] the same principle applies: `-g BukkitFullOfMoon`. Full examples of this command are located at the [Create Command reference](#create-command)
[Back to Top](#wiki-top)
@ -156,7 +156,7 @@ 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` [***](#wiki-spacesnote)
`/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` [***](#wiki-spacesnote)
`/mv create "My Seed World" NORMAL -s "Seed With Spaces!"` [***](#wiki-spacesnote)
`/mv create moon NORMAL -g BukkitFullOfMoon`