... | @@ -64,11 +64,13 @@ MOBS: |
... | @@ -64,11 +64,13 @@ MOBS: |
|
|
|
|
|
### Available Sources
|
|
### Available Sources
|
|
|
|
|
|
| Type | Values | Description |
|
|
| Type | Aliases | Values | Description |
|
|
|-----------------|-----------------|------------------------------------------------------------|
|
|
|-----------------|---------------------------------------|-----------------------|-----------------------------------------------------------|
|
|
| BLOCK_BREAK | Types of Blocks | Breaking blocks (including custom blocks) |
|
|
| `BLOCK_BREAK` | `BREAK_BLOCK`, `MINE`, `MINING` | Types of Blocks | Breaking blocks (including custom blocks) |
|
|
| BLOCK_PLACE | Types of Blocks | Placing blocks (including custom blocks) |
|
|
| `BLOCK_PLACE` | `PLACE_BLOCK`, `BUILD`, `BUILDING` | Types of Blocks | Placing blocks (including custom blocks) |
|
|
| FARMING | Crop Blocks | Breaking a crop block that is fully grown |
|
|
| `CONSUME_ITEM` | `EATING`, `EAT`, `EAT_ITEM` | | Consume/Eat any item |
|
|
| KILL_ENTITY | Entity types | Killing an entity of a given type |
|
|
| `DAMAGED` | | | Taking damage from any source |
|
|
| KILL_MOB | Mythic mob types | Killing a mythic mob of a given type |
|
|
| `KILL_ENTITY` | `KILL_MOB`, `KILL_MOBS`, `KILL_ENTITIES` | Entity types | Killing an entity of a given type |
|
|
| VANILLA | | Collecting vanilla experience orbs. Can define a `Multiplier` | |
|
| `KILL_MYTHIC` | `KILL_MYTHIC_MOB`, `KILL_MYTHIC_ENTITIES` | Mythic mob types | Killing a mythic mob of a given type |
|
|
\ No newline at end of file |
|
| `VANILLA` | | | Collecting vanilla experience orbs. Can define a `Multiplier` Option |
|
|
|
|
| `FARMING` | | Crop Blocks | Breaking a crop block that is fully grown | |
|
|
|
\ No newline at end of file |