Region - Dimensions (Expression) — skript-worldedit

Addon: skript-worldedit · Category: Expression · Since: 1.0.2

Syntax

[the] region (height|length|width) of %worldeditregions%

Description

Gets the dimensions of a given region.

Examples

set {_height} to height of {region}
set {_length} to length of {region}
set {_width} to width of {region}

View source