Changes
Page history
little overhaul of Available Sources
authored
May 24, 2024
by
Lxlp
Show whitespace changes
Inline
Side-by-side
Archetypes/Leveling.md
View page @
454d82a8
...
...
@@ -64,11 +64,13 @@ MOBS:
### Available Sources
| Type | Values | Description |
|-----------------|-----------------|------------------------------------------------------------|
| BLOCK_BREAK | Types of Blocks | Breaking blocks (including custom blocks) |
| BLOCK_PLACE | Types of Blocks | Placing blocks (including custom blocks) |
| FARMING | Crop Blocks | Breaking a crop block that is fully grown |
| KILL_ENTITY | Entity types | Killing an entity of a given type |
| KILL_MOB | Mythic mob types | Killing a mythic mob of a given type |
| VANILLA | | Collecting vanilla experience orbs. Can define a
`Multiplier`
|
\ No newline at end of file
| Type | Aliases | Values | Description |
|-----------------|---------------------------------------|-----------------------|-----------------------------------------------------------|
|
`BLOCK_BREAK`
|
`BREAK_BLOCK`
,
`MINE`
,
`MINING`
| Types of Blocks | Breaking blocks (including custom blocks) |
|
`BLOCK_PLACE`
|
`PLACE_BLOCK`
,
`BUILD`
,
`BUILDING`
| Types of Blocks | Placing blocks (including custom blocks) |
|
`CONSUME_ITEM`
|
`EATING`
,
`EAT`
,
`EAT_ITEM`
| | Consume/Eat any item |
|
`DAMAGED`
| | | Taking damage from any source |
|
`KILL_ENTITY`
|
`KILL_MOB`
,
`KILL_MOBS`
,
`KILL_ENTITIES`
| Entity types | Killing an entity of a given type |
|
`KILL_MYTHIC`
|
`KILL_MYTHIC_MOB`
,
`KILL_MYTHIC_ENTITIES`
| Mythic mob types | Killing a mythic mob of a given type |
|
`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