|
|
Criteria: KillMob
|
|
|
=================
|
|
|
|
|
|
Triggered when a player kills a non-MythicMob entity of the given type.
|
|
|
|
|
|
Attributes
|
|
|
----------
|
|
|
|
|
|
| Attribute | Description | Default |
|
|
|
|--------------------|-----------------------------------|-----------|
|
|
|
| EntityType | The type of entity | ZOMBIE |
|
|
|
|
|
|
|
|
|
|
|
|
Examples
|
|
|
--------
|
|
|
```yml
|
|
|
Criteria:
|
|
|
KILL:
|
|
|
Type: KillMob
|
|
|
EntityType: SKELETON
|
|
|
Amount: 20
|
|
|
Conditions:
|
|
|
- night
|
|
|
``` |
|
|
\ No newline at end of file |