mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-22 10:36:06 +01:00
Add Difficulty to the wiki pages
parent
8a3fa147db
commit
f96848fd1f
@ -476,7 +476,10 @@ Modifies a world's variable
|
||||
`/mv modify set {PROPERTY} {VALUE} [WORLD]`
|
||||
#### Examples:
|
||||
`/mv modify set animals false`
|
||||
`/mv modify set pvp true world`
|
||||
`/mv modify set pvp true world`
|
||||
`/mv modify set diff 0`
|
||||
`/mv modify set diff hard world_extreme`
|
||||
`/mv modify set respawn respawn_world death_world`
|
||||
#### Aliases:
|
||||
`/mv modify set ...`
|
||||
`/mvmodify set ...`
|
||||
@ -503,6 +506,9 @@ The modify command lets you set the variables for your Multiverse worlds in game
|
||||
- This value can either be the Name of a world or the Alias of that world. Space CAN be used.
|
||||
* mode/gamemode - String
|
||||
- Sets the mode for all players in a world. Must be `creative` or `survival`
|
||||
* diff/difficulty - String/Integer
|
||||
- Sets the difficulty of a world. You can use string or integers:
|
||||
- Possible values are PEACEFUL - 0, EASY - 1, MEDIUM - 2, HARD - 3
|
||||
|
||||
See the [[World Properties]] page for more detail on these variables.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user