Region - Move (Effect) — skript-worldedit

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

Syntax

move [(blocks that match|all) %-string/itemtype/worldeditmask% in] %worldeditregions% (up|down|north|south|east|west) [[by] %-number% (time|block)[s]] [and (fill the area with|leave behind) [pattern] %-string/itemtype/worldeditpattern%] [while ignoring air[,]] [while copying entities[,| and]] [while copying biomes] [lazily]

Description

Moves the blocks in a given region in a given direction a given distance. You can choose to only move the blocks that match a given mask too, as well as filling the left-behind area using a certain pattern. Additionally, air can be ignored, and entities and biomes can be copied.

By default, the distance will be 1, all blocks will be moved, no pattern will be left behind, air will not be ignored, and entities and biomes will not be copied.

Examples

move all stone in {region} up 10 blocks and leave behind glass block while ignoring air, while copying entities, while copying biomes

View source