Break Block (Effect) — Skript

Addon: Skript · Category: Effect · Since: 2.4

Syntax

break %blocks% [naturally] [using %-itemtype%]

Description

Breaks the block and spawns items as if a player had mined it

You can add a tool, which will spawn items based on how that tool would break the block (ie: When using a hand to break stone, it drops nothing, whereas with a pickaxe it drops cobblestone)

Examples

on right click:
	break clicked block naturally
loop blocks in radius 10 around player:
	break loop-block using player's tool
loop blocks in radius 10 around player:
	break loop-block naturally using diamond pickaxe

View source