Saltar al contenido principal

Entity Objectives

Track player interactions with specific entities for quests.

Objective Library

Configuration

mythicmob_kill_objective

Requires MythicMobs plugin. mobTypeString

Internal MythicMob ID (e.g. SKELETON_KING). amountInt

Number of kills required to complete. factCachableFactEntry

(Optional) Fact to store progress. onCompleteTriggerableEntry

(Optional) Action to run when objective finishes.

Example

mythicmob_kill_objective:
mobType: SKELETON_KING
amount: 1
onComplete:
- title_action:
title: "<red>BOSS DEFEATED"