Movement & Exploration

Examples of types

TRAVEL_DISTANCE

Travel a distance.

objective:
  type: "TRAVEL_DISTANCE"
  distance: 1000

SPRINT_DISTANCE

Sprint for a distance.

objective:
  type: "SPRINT_DISTANCE"
  distance: 300

REACH_LOCATION

Reach specific coordinates.

objective:
  type: "REACH_LOCATION"
  x: 100
  y: 64
  z: -250

ENTER_REGION

Enter a region (WorldGuard).

LEAVE_REGION

Leave a region (WorldGuard).

CHANGE_DIMENSION

Change dimension/world.

FALL_DISTANCE

Fall from a minimum height.

BOAT_TRAVEL

Travel by boat.

MINECART_TRAVEL

Travel by minecart.

ELYTRA_FLY

Fly with elytra.

JUMP

Jump count.

CROUCH

Crouch count.

TELEPORT

Teleport with a specific cause.

Last updated