🔨 Objective Action Types
Last updated
Last updated
Action types are used in currency objectives, the ones you can edit & create in /objectives/
directory.
They defines an action the plugin will listen to to detect if a player completes certain objectives to drop currency item(s).
Every action type has a certain obejct type that is used to parse and validate listed objects:
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.
block_break
- Player have to break certain blocks.
harvest_block
- Player have to harvest certain blocks (berry bushes only).
fish_item
- Player have to fish certain item.
kill_entity
- Player have to kill certain entity.
shoot_entity
- Player have to shoot certain entity by a projectile.
shear_entity
- Player have to shear certain entity (sheeps and mooshrooms only).
Names for mythic mobs are just their config names:
kill_mythic_mob
- Player have to kill certain Mythic Mob.
For valid entity names, go to page, click on Show of Entities table and look at Resource location column.