Matches Trigger Block Breaking Speed

Description

A comparison condition that compares the caster's block-breaking speed on the block that triggered the skill with their breaking speed on the block at the targeted location. It passes when the targeted block is broken at least as fast as the trigger block.

The trigger block is provided by block triggers such as onBlockBreak, onStartDestroyBlock and onStopDestroyBlock. Because it is a comparison condition, it needs a location target, and the caster must be a player.

This condition takes no attributes.

Examples

  Skills:
  - message{m="This block breaks as fast or faster"} @self ~onStartDestroyBlock ?matchesTriggerBlockBreakingSpeed @Origin

Aliases

  • matchesTriggeringBlockBreakingSpeed
Updated Aug 19, 2026