/difficulty Command

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 or peaceful, e or easy, n or normal, h or hard.
  • difficulty: int Set the difficulty using an integer: 0 (Peaceful), 1 (Easy), 2 (Normal), 3 (Hard).