|
|
Criteria: KillMythicMob
|
|
|
=================
|
|
|
|
|
|
Triggered when a player kills a mythic mob of the given type.
|
|
|
|
|
|
Attributes
|
|
|
----------
|
|
|
|
|
|
| Attribute | Description | Default |
|
|
|
|--------------------|-----------------------------------|-----------|
|
|
|
| MobType | The type of mob | ZOMBIE |
|
|
|
|
|
|
|
|
|
|
|
|
Examples
|
|
|
--------
|
|
|
```yml
|
|
|
Criteria:
|
|
|
KILL:
|
|
|
Type: KILL_MYTHIC_MOB
|
|
|
MobType: SkeletalKnight
|
|
|
Amount: 1
|
|
|
Conditions:
|
|
|
- inside
|
|
|
``` |
|
|
\ No newline at end of file |