Create Spline (Effect) — skript-worldedit

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

Syntax

(create|place|make|generate) [a] [hollow] [rigid|straight] (curve|spline|line) (with|using|from) %locations% (with|using) [pattern] %string/itemtype/worldeditpattern% [[and] with thickness %-number%] [lazily]

Description

Create a spline using a set of locations. The order of the locations in this effect matter. A rigid spline will create straight lines from location to location, whereas a non-rigid spline will createa curved line which goes through all the locations.

Examples

create a hollow spline using {locations::*} with pattern "50%%quartz_block,50%%quartz_bricks" and with thickness 2

View source