Brushes - Brennian/Arceon GitHub Wiki

🡄 back

Overview

Cube brush

Spike brush

Vine brush

Crop brush

Revolve brush - UPDATED

Boulder brush


Cube Brush

Permission: worldedit.brush.cube

/brush cube <block> [size] [snapeAngle] [height] [width]

Creates cuboid shapes, you can use [min],[max] for each size parameter.

snapeAngle = angle intervals the cubes snap on (has to be a divisor of 360)

Flags:

-h flag makes it hollow

-c flag makes the height centered

-a flag makes it angled based on your orientation


Spike Brush

Permission: worldedit.brush.spike

/brush spike <block> <length> <start> <end>

Uses convex selection.

Start and end = sphere size of start and end.

Length = Length of the spike.

Flags:

-n flag adds noise to the spike shape.


Vine Brush

Permission: worldedit.brush.vine

/brush vine <block> [size] [chance] [min][,[max]]

Chance = place chance in percentage.

Min and Max = vine length.


Crop Brush

Permission: worldedit.brush.crop

/brush crop <size> <min> [max]

Min and max data values between 0 and 8.


Revolve Brush

Permission: worldedit.brush.revolve

/brush revolve <amount> [start] [end] [heightDiff]

Uses cuboid selection.

Start and end = angle of start and end in degrees.

HeightDiff = Height difference between start and end.

Flags:

-p flag makes the rotations regular polygon shapes

-r flag makes the rotation reversed


Boulder Brush

Permission: worldedit.brush.boulder

/brush boulder <block> [size] [amount] [height] [width]

you can use [min],[max] for each size parameter.

Amount = smoothness from 0 to 5 (0 is low poly)

Flags:

-h flag makes the rocks hollow

-f flag makes the rocks "fall" to the ground

-a flag makes the rocks angled based on your orientation

⚠️ **GitHub.com Fallback** ⚠️