Pattern (Expression) — skript-worldedit

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

Syntax

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

Description

Gets a WorldEdit pattern from a string or itemtype.

Examples

set {simplePattern} to pattern of stone
set {complexPattern} to pattern from "33%%stone,33%%cobblestone,33%%stone_bricks"

View source