Despawn Mob
The Despawn Mob action removes all active instances of a specific MythicMob type from the world. This is useful for clearing mobs after a quest failure or a timed event.
Configuration
| Key | Type | Description |
|---|---|---|
mobName | String | The internal name of the MythicMob to despawn. |
Usage Examples
Cleanup after failure
Despawn all "QuestInvasion" mobs if the player fails to defend a village.
id: cleanup_invasion
type: despawn_mythicmobs_mob
mobName: VillageInvader