Built-in Quest Types
MysticalQuests comes with a few built-in mission types.
- BLOCK_BREAK
- This quest type fires when a block is broken.
- Placeholders:
- %block%: Block that is broken.
- %block%: Block that is broken.
- BLOCK_PLACE
- This quest type fires when a block is placed.
- Parameters:
- %block%: Block that is placed.
- CRAFT_ITEM
- This quest type fires when a player crafts an item.
- Parameters:
- %item%: Item that is crafted.
- %item%: Item that is crafted.
- This quest type fires when a player crafts an item.
- ENTITY_KILL
- This quest type fires when a player kills an entity.
- Parameters:
- %entity%: Entity that got killed by the player.
- %entity%: Entity that got killed by the player.
- This quest type fires when a player kills an entity.
- CONSUME_ITEM
- This quest type fires when a player consumes an item.
- Parameters:
- %item%: Item that got consumed.
- %item%: Item that got consumed.
- This quest type fires when a player consumes an item.
- SHEAR_ENTITY
- This quest type fires when a player shears an entity.
- Parameters:
- %entity%: Entity that got sheared by the player.
- This quest type fires when a player shears an entity.
If you need a custom quest type, let me know on Discord!
No Comments