Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the difficulty level (Peaceful, Easy, Normal, Hard) using difficulty enum or integer.
Permission Level | Game Directors |
---|---|
Requires Cheats? | Yes |
Usage
Difficulty using difficulty enum: p, peaceful, e, easy, n, normal, h, hard
/difficulty <difficulty: Difficulty>
Set the difficulty using the Difficulty
enum
Difficulty using integer: 0 (Peaceful), 1 (Easy), 2 (Normal), 3 (Hard).
/difficulty <difficulty: int>
Set the difficulty using an integer.
Arguments
difficulty
: Difficulty Set the difficulty using the Difficult enum:p
orpeaceful
,e
oreasy
,n
ornormal
,h
orhard
.difficulty
: int Set the difficulty using an integer: 0 (Peaceful), 1 (Easy), 2 (Normal), 3 (Hard).