Social & Progress

Examples of types

CHAT_MESSAGE

Send a chat message.

objective:
  type: "CHAT_MESSAGE"
  message: "hello"
  amount: 1

EXECUTE_COMMAND

Execute a command.

objective:
  type: "EXECUTE_COMMAND"
  command: "spawn"
  amount: 1

LEVEL_UP_REACH

Reach a level.

objective:
  type: "LEVEL_UP_REACH"
  amount: 30

LEVEL_UP_GAIN

Gain levels.

ENTER_BED

Enter a bed.

SLEEP_IN_BED

Sleep in a bed.

JOIN_SERVER

Join the server.

PLAY_TIME

Accumulate play time.

Last updated