Add hunger

lithium3141 2011-12-04 13:19:42 -08:00
parent 9eb3d86b8f
commit 73d471a775

@ -17,6 +17,7 @@ Here are the various properties of worlds that can be set in `worlds.yml`. __Nor
1. [Weather](#wiki-weather)
1. [Game Mode](#wiki-mode)
1. [Difficulty](#wiki-difficulty)
1. [Hunger](#wiki-hunger)
## <a name="perms" href="#wiki-perms"></a>World Permissions
You can easily control who can enter various worlds in Multiverse 2. To allow people access to a world, simply grant them access to `multiverse.access.WORLDNAME` where WORLDNAME is the name of the world. By default (with PermissionsBukkit) people _can_ enter newly created worlds. You can give users `multiverse.access.*` to let them access all worlds, or set the same to false to deny access to all worlds.
@ -312,4 +313,17 @@ __In Game Usage:__
`mvm set diff hard`
`mvm set diff peaceful`
## <a name="hunger" href="#wiki-hunger"></a>Hunger
Allows you to enable or disable hunger depletion in each world.
__Type__:
`Boolean`
__Example:__
`hunger: true`
__In Game Usage:__
`mvm set hunger true`
`mvm set hunger false`
[Back to Top](#wiki-top)