Command Outcome

The command outcome executes a command string in the world.

{
  "type": "lucky:command",
  "command": "/difficulty hard"
}

This outcome changes the difficulty to hard.

Note: While the command outcome can be used to replicate many other outcomes, it is typically ideal to use the other outcomes over the command outcome. Reserve the use of this only for necessary situations. See below for a list of reasons to use it:

  • Modifying game rules

  • Changing the difficulty

  • Executing .mcfunction files

Last updated