Mask (Expression) — skript-worldedit

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

Syntax

mask (of|from|that matches) %string/itemtype%

Description

Gets a WorldEdit mask from a string or itemtype.

Examples

set {simpleMask} to mask of stone
set {complexMask} to mask from "stone,cobblestone,stone_bricks"

View source