Region - Expand/Contract (Effect) — skript-worldedit

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

Syntax

(expand|contract) %worldeditregions% (up|down|north|south|east|west) [[by] %-number% [blocks|times]] [and %-number% [in opposite direction]]

Description

Makes a region larger or smaller in a given direction by a given amount. Optionally takes an opposite amount to expand the region in the other direction. Regions can also be expanded vertically, which makes them span from the min to the max of the world they're in.

Examples

expand {region} up by 10 blocks and 3 in opposite direction

View source