Skip to content

WorldEdit and FAWE patterns

Jesse Boyd edited this page Sep 8, 2017 · 19 revisions

Patterns

Patterns are used in various commands when changing blocks. e.g. //set <pattern> and //material <pattern>


Syntax

Blocks

Use the name or id of a block (e.g. stone). For more info see this page on the block data syntax

Inventory

You can use hand, or e.g. slot5 to use blocks from your inventory.

Multiple patterns

Use a comma (,) to randomly use a block from multiple patterns. For specific ratios you can use % e.g. 80%stone,20%planks

Arguments

Pattern arguments should be inside square brackets e.g. #simplex[10][stone,wood]

>> See here for a list of patterns...