mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-22 02:25:41 +01:00
Added allowflight
parent
87121085ca
commit
9c7175adbf
@ -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)
|
Loading…
Reference in New Issue
Block a user