Schematic - Paste (Section) — skript-worldedit

Addon: skript-worldedit · Category: Section · Since: 1.1.0

Syntax

paste [schem[atic] (named|with name)] %string% at %locations%

Description

Pastes a schematic, with a bunch of configurable options (see below for a list of them). Note that the name of the schematic shouldn't include any path, as skript-worldedit will always start at WorldEdit's schematics directory.

Entries: * paste entities: whether the schematic should copy entities * paste biomes: whether the schematic should copy biomes * ignore air: whether the schematic should paste air blocks * rotation: the number of degrees that the pasted schematic should be rotated by (around the y-axis) * mask: a mask which will only let matching blocks be pasted

Examples

paste schematic named "example" at {location}:
	paste entities: true
	paste biomes: true
	mask: mask from "stone,red_wool,blue_wool"
	rotation: 45
	ignore air: true

View source