Added allowflight

dumptruckman 2012-12-03 09:04:18 -08:00
parent 87121085ca
commit 9c7175adbf
1 changed files with 20 additions and 0 deletions

@ -25,6 +25,7 @@ Here are the various properties of worlds that can be set in `worlds.yml`. __Nor
1. [Portal Forming](#wiki-portalform)
1. [Time](#wiki-time)
1. [Player Limit](#wiki-playerlimit)
1. [Allow Flight](#wiki-allowflight)
---
@ -523,4 +524,23 @@ __In Game Usage:__
`mvm set playerlimit 10`
`mvm set limit -1`
[Back to Top](#wiki-top)
---
## <a name="allowflight" href="#wiki-allowflight"></a>Allow Flight
Multiverse has basic support for disabling flight per world. By default, this setting is true, which will allow flight. Set to false to disable flight. Note: This does not affect Creative mode.
A player may bypass this setting with the following permissions:
**NOT YET IMPLEMENTED!** (Waiting for permissions overhaul.)
__Type__:
`Boolean`
__Example:__
`allowflight: true`
__In Game Usage:__
`mvm set flight false`
`mvm set allowflight true`
[Back to Top](#wiki-top)