Updated Command Reference (markdown)

Gallion 2013-04-26 16:16:05 -07:00
parent 100db2c1ee
commit b7a699219b
1 changed files with 6 additions and 5 deletions

@ -28,6 +28,7 @@ If you're looking for the [Multiverse-Portals](https://github.com/Multiverse/Mul
* [Add](#wiki-modify_addremove)
* [Remove](#wiki-modify_addremove)
* [Clear](#wiki-modify_clear)
1. [Gamerule Command](#wiki-gamerule)
1. [Environment Command](#wiki-env)
1. [Silent Command](#wiki-silent)
1. [Sleep Command - **DISABLED**](#wiki-sleep)
@ -648,18 +649,18 @@ See also: [`/mv modify set`](#wiki-modify_set) and [/mv modify {add¦remove}
---
## <a name="env" href="#wiki-env"></a>Gamerule Command
## <a name="gamerule" href="#wiki-gamerule"></a>Gamerule Command
#### Description:
Sets a Minecraft game rule for a world.
#### Usage:
`/mv gamerule {RULE} {VALUE} [WORLD]`
#### Examples:
`/mv gamerule mobGriefing false`
`/mv gamerule doFireTick false world1`
`/mv gamerule mobGriefing false`
`/mv gamerule doFireTick false world1`
#### Aliases:
`/mvgamerule`
`/mv rule`
`/mvrule`
`/mv rule`
`/mvrule`
#### Permission:
`multiverse.core.gamerule.set`
#### Details: