Skip to content
Lucas edited this page Jan 29, 2025 · 50 revisions

General brush

All brushes use 3 tools which are by default: the honeycomb 🍯 , the clayball, and the spectral_arrow

The spectral arrow and clayball tools can be modified in the config file

Right click with terraforming tools allows you to apply the brush
/!\ Left click allows you to put a gmask corresponding to the block you click on

None

Permission : exp.brush.none

Command :
/fw none

Disables the brush

Radius

Command :
/fw <radius>
/fw radius <radius>

set a new brush radius

Shape

Command :
/fw shape <shape> -> (sphere, cube)

Changes the shape of the brush

CLipboard3D

Permission : exp.brush.clipboard3d

Command :
/fw clipboard3d

Create a clipboard in the tool, the brush places the clipboard according to the player's viewing angle.

deco

CLipboard

Permission : permission : exp.brush.clipboard

Command :
/fw clipboard add [cliboard name] [Flag] -> Add the clipboard to the list
/fw clipboard remove [cliboards name]   Β  -> removes the clipboard from the clipboard list
/fw clipboard clear                 -> Removes all clipboards from the list
/fw clipboard autoRotate             -> performs a random rotation (0Β°, 90Β°, 180Β°, 270Β°) on the clipboard
/fw clipboard save <clipboard folder> [free acces] -> Save clipboards to a folder to allow reuse later
/fw clipboard load <clipboard folder>   -> Load clipboards saved in brush

The brush allows you to save multiple clipboards in the tool and place them on the ground quickly and randomly.

Flags :
  -a : paste the clipboard ignoring air blocks
  -e : copy the entity in the clipboard
  -b : copy the biome in the clipboard
  -c : set the center of the selection as the origin point of the clipboard

FreeAcces :
  true : allows other players to use the clipboard file

Cube

Permission : exp.brush.cube

Command :
/fw cube <pattern> <width>

place a cube

2DCube

Permission : exp.brush.2dcube

Command :
/fw 2dcube <pattern> <width>

Places a cube with a rotation on the Y axis that corresponds to the player's viewing angle

deco

Erode

Alises : e

Permission : exp.brush.erode

Command :
/fw e <lift, melt, fill, smooth, floatclean> [radius]

Voxelsniper terraforming brush updated for recent versions

Example :
/fw e melt /fw e lift 3

ErodeBlend

Alises : eb

Permission : exp.brush.erode

Command :
/fw eb <lift, melt, fill, smooth, floatclean> [radius]

Voxelsniper terraforming brush updated for recent versions

Example :
/fw eb melt /fw eb lift 5

Clone this wiki locally