A collection of tools (mostly WorldEdit-related) for working with redstone
Depends on these plugins: Item NBT Api, ProtocolLib and WorldEdit
Like WorldEdit's //stack
, but
- allows the stacked copies to overlap
- supports more directions, in particular ones used in diagonal building orientations
- has a flag for expanding the selection to cover the whole stacked area
Usage: //rstack [-e] [-w] [direction] [count] [spacing]
-e
: when specified, the selection is expanded-w
("with air"): when specified, stacked copies may not overlap (corresponds to omitting-a
from WorldEdit commands)direction
: the usual WorldEdit directions. Additionally,u
ord
may be appended to most directions to get a diagonal (in the y-axis) direction. Defaults tome
(whatever direction you're looking at)count
: how many copies to stack. Defaults to 1.spacing
: how far apart copies should be stacked. Defaults to 2 due to that being common in redstoning.
NOTE: The order of arguments does not matter apart from count
and spacing
.
Search a selected region for a specific WorldEdit material mask.
Search a selected region for signs that match a provided regex.
When enabled, places redstone wire ontop of solid blocks the user is placing, provided that air is above said block.
Gives the player a chest, barrel, hopper, or furnace with the proper amount of items to provide a signal strength of specified power.
Usage: /container [type] [power]
type
: a container of typechest
,barrel
,hopper
, orfurnace
.power
: an integer of range0
through15
.
Gives the player an upside-down slab of specified type
Usage: /slab [type]
type
: a type of slab
gradle build
or ./gradlew build