Last updated
Last updated
Action types are used in configs.
It defines an action the plugin will listen to to detect if player completes objectives.
Every action type has a certain obejct type that is used to parse and validate listed objects:
block_break
- Player have to break certain blocks.
block_place
- Player have to place certain blocks.
block_fertilize
- Player have to fertilize certain plants using bone meal.
consume_item
- Player have to consume certain item.
craft_item
- Player have to craft certain item.
smelt_item
- Player have to smelt items into certain items in furnace.
enchant_item
- Player have to enchant certain item using enchanting table.
disenchant_item
- Player have to disenchant certain item using grindstone.
trade_item
- Player have to get certain item from villager trades.
fish_item
- Player have to fish certain item.
rename_item
- Player have to rename certain item on anvil.
repair_item
- Player have to repair certain item on anvil.
collect_honey
- Player have to collect honey from certain blocks.
kill_entity
- Player have to kill certain entity.
shoot_entity
- Player have to shoot certain entity by a projectile.
tame_entity
- Player have to tame certain entity.
breed_entity
- Player have to breed certain entity.
shear_entity
- Player have to shear certain entity (sheeps only).
milk_entity
- Player have to milk certain entity (cows, goats only).
launch_projectile
- Player have to shoot/launch certain projectile.
brew_potion
- Player have to brew potion with certain effect.
drink_potion
- Player have to drink potion with certain effect.
receive_damage
- Player have to receive damage from certain source.
inflict_damage
- Player have to inflict damage with certain source.
get_enchant
- Player have to enchant items with certain enchants using enchanting table.
remove_enchant
- Player have to disenchant items from certain enchants using grindstone.
Names for mythic mobs are just their config names:
kill_mythic_mob
- Player have to kill certain Mythic Mob.
For valid material names press F3+H
in game and look at inventory item tooltip, or go to page, click on Show of Blocks or Items table and look at Resource location column.
For valid entity names, go to page, click on Show of Entities table and look at Resource location column.
For valid potion effect names, go to page, click on Show of Effect table and look at Resource location column.
List of all available damage causes: .
For valid enchantment names, go to page and look at Resource location column of Enchantments table.