Documentation for portalform in worlds.yml added. Kane_Hart found documentation here: https://github.com/Multiverse/Multiverse-Core/blob/master/src/main/java/com/onarandombox/MultiverseCore/MVWorld.java#L161

acyrid 2012-03-30 23:09:23 -07:00
parent 30c5fc8567
commit 72c20fc337
1 changed files with 5 additions and 0 deletions

@ -22,6 +22,7 @@ Here are the various properties of worlds that can be set in `worlds.yml`. __Nor
1. [World Visibility](#wiki-hidden)
1. [Auto-Heal](#wiki-autoheal)
1. [Adjust Spawn](#wiki-adjustspawn)
1. [Portal Forming](#wiki-portalform)
1. [Time](#wiki-time)
---
@ -450,6 +451,10 @@ __In Game Usage:__
[Back to Top](#wiki-top)
---
## <a name="portalform" href="#wiki-portalform"></a>Portal Form
Multiverse allows you to control whether or not users are allowed to create portals.
Allow portal forming must be NONE, ALL, NETHER or END.
Results are fairly self explanatory.
## <a name="time" href="#wiki-time"></a>Time
Multiverse inclues _very basic_ support for setting world times. It does not scale time, or lock it or rewind it. It is provided mainly as an api for higher level things like server managers to set the time to something.