Game Maker

Change Block Break Speed

Modifies how quickly a player can break blocks.

This action changes a player's block breaking speed attribute. A higher value means faster breaking. The default vanilla speed is 1.0.

Configuration

  • Break Speed: The new speed value. This can be a fixed number or linked to a Number/Decimal Property.
  • Target: The Player whose break speed will be changed.

Use Cases

  • Applying a "Mining Fatigue" effect by setting the speed to a low value (e.g., 0.1).
  • Giving a player a "Haste" effect by setting the speed to a high value (e.g., 2.0).
  • Creating custom pickaxes that, when held, set this property.