Combat & Entities

Examples of types

KILL_ENTITY

Kill mobs of certain types.

objective:
  type: "KILL_ENTITY"
  amount: 8
  target-entities:
    - ZOMBIE
    - SKELETON

DEAL_DAMAGE

Deal total damage.

objective:
  type: "DEAL_DAMAGE"
  amount: 200

TAKE_DAMAGE

Take total damage.

objective:
  type: "TAKE_DAMAGE"
  amount: 100

PLAYER_KILL

Kill players (optionally with a weapon filter).

ASSIST_KILL

Assist in kills (min-damage filter).

RECEIVE_DAMAGE_TYPE

Take damage from a specific cause.

INTERACT_ENTITY

Right-click an entity.

TAME_ANIMAL

Tame an animal.

BREED_ANIMALS

Breed animals.

MILK_COW

Milk cows.

SHEAR_SHEEP

Shear sheep.

ENTITY_RIDE

Ride an entity / vehicle for a distance.

THROW_EGG

Throw eggs.

ITEM_FISH

Catch fish/items from fishing.

EXPERIENCE_ORB_PICKUP

Pick up experience orbs.

Last updated