Skip to main content
Track player interactions with specific entities for quests.

🎯 Objective Library

⚙️ Configuration

mythicmob_kill_objective

Requires MythicMobs plugin.
mobType
String
Internal MythicMob ID (e.g. SKELETON_KING).
amount
Int
default:"1"
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"