Entity Objectives
Track player interactions with specific entities for quests.
Objective Library
- Kill MythicMob — Track kills of specific MythicMobs entities.
Configuration
mythicmob_kill_objective
Requires MythicMobs plugin.
mobType — String
Internal MythicMob ID (e.g. SKELETON_KING).
amount — Int
Number of kills required to complete.
fact — CachableFactEntry
(Optional) Fact to store progress.
onComplete — TriggerableEntry
(Optional) Action to run when objective finishes.
Example
mythicmob_kill_objective:
mobType: SKELETON_KING
amount: 1
onComplete:
- title_action:
title: "<red>BOSS DEFEATED"