Tasks
EpicAchievements comes with a wide range of built-in tasks.
You can find them in the table below:
- v2.0
- v1.0
Task | Description | Supported Conditions | Minimum Minecraft Version | Requires Paper |
---|---|---|---|---|
ADVANCEMENT | Complete an advancement Requires additional settings | 1.12 | ||
BREAK | Break a block | blocks crop_age | 1.8 | |
BREED | Breed an entity | entities is_hostile | 1.10 | |
BREW | Brew an item | items potion_types | 1.18 | |
CHAT | Send a chat message | 1.8 | ||
COMMAND | Execute a command Requires additional settings | 1.8 | ||
CONSUME | Consume an item | items | 1.8 | |
CRAFT | Craft an item | items | 1.8 | |
DAMAGE | Damage an entity | entities is_hostile damage_causes | 1.8 | |
DEATH | Die | damage_causes | 1.8 | |
DROP | Drop an item | items | 1.8 | |
ENCHANT | Enchant an item | items | 1.8 | |
ENTER_VEHICLE | Enter a vehicle | entities is_hostile | 1.8 | |
EXIT_VEHICLE | Exit a vehicle | entities is_hostile | 1.8 | |
EXPERIENCE | Gain experience levels | 1.8 | ||
HARVEST | Harvest a block | blocks crop_age | 1.16 | |
FISH | Catch an item while fishing | items | 1.8 | |
INTERACT | Right click on a block | blocks | 1.8 | |
JUMP | Jump | 1.12 | Yes | |
KILL | Kill an entity | entities is_hostile | 1.8 | |
MILK | Milk an entity | 1.8 | ||
PICKUP | Pickup an item | items | 1.8 | |
PLACE | Place a block | blocks crop_age | 1.8 | |
PLAYTIME | Play for a certain amount of time (in seconds) | 1.8 | ||
SHEAR | Shear an entity | entities is_hostile | 1.8 | |
SHOOT | Shoot a projectile with a bow/crossbow | 1.8 | ||
SMELT | Smelt an item | items | 1.8 | |
TAME | Tame an entity | entities is_hostile | 1.8 | |
TRADE | Trade with a villager | items | 1.16 | Yes |
WALK | Travel for a certain amount of blocks | 1.8 |
Plugin Hooks
Plugin | Task | Description | Supported Conditions |
---|---|---|---|
PlaceholderAPI | PLACEHOLDER | Evaluates a placeholder. Requires additional settings | |
CustomFishing | CUSTOM_FISHING | Catch CustomFishing's loot | custom_fishing_loot |
Task | Description | Supported Conditions | Minimum Minecraft Version |
---|---|---|---|
ADVANCEMENT | Complete an advancement Requires additional setup | 1.12 | |
BREAK | Break a block | blocks crop-age | 1.8 |
BREED | Breed an entity | entities | 1.10 |
BREW | Brew an item | items potion-effects | 1.18 |
COMMAND | Execute a command Requires additional setup | 1.8 | |
CONSUME | Consume an item | items | 1.8 |
CRAFT | Craft an item | items | 1.8 |
DAMAGE | Damage an entity | entities | 1.8 |
DEATH | Die | 1.8 | |
DROP | Drop an item | items | 1.8 |
ENCHANT | Enchant an item | items | 1.8 |
EXPERIENCE | Gain experience points | 1.8 | |
FARM | Harvest a block | blocks crop-age | 1.16 |
FISH | Catch an item while fishing | items | 1.8 |
KILL | Kill an entity | entities | 1.8 |
MILK | Milk an entity | 1.8 | |
PICKUP | Pickup an item | items | 1.8 |
PLACE | Place a block | blocks crop-age | 1.8 |
PLACEHOLDER | Check a PlaceholderAPI placeholder Requires additional setup | 1.8 | |
PLAYTIME | Play for a certain amount of time The amount of time must be in seconds | 1.8 | |
SHEAR | Shear an entity | entities | 1.8 |
SMELT | Smelt an item | items | 1.8 |
TAME | Tame an entity | entities | 1.8 |
TRADE | Trade with a villager | items | 1.16 (Requires Paper) |
WALK | Walk for a certain amount of blocks | 1.8 |