Blocks of Region (Expression) — skript-worldguard

Addon: skript-worldguard · Category: Expression · Since: 1.0

Syntax

[the] blocks of %worldguardregions%

Description

An expression that returns all of the blocks in the given regions.

Examples

command /fillregion <text> <material>:
	trigger:
		set {_region} to the region text-argument in the player's world
		set the blocks of {_region} to material-argument

View source