mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-27 21:23:30 +01:00
Add hunger
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)
|
Loading…
Reference in New Issue
Block a user