WorldEdit
Pos1/Pos2
auswählen eines Bereiches
Copy
den ausgewählten Bereich kopieren
Paste
die kopierten Blöcke/Bereich einfügen
This pastes a schematic, pattern, or copied blocks from the clipboard without the airblocks
//paste -a
is there anway to paste something but not including dirt blocks?
-m = masking
! = not
//paste -m !<pattern>
//paste -m !3
ohne stein und ohne erde
//paste -m !1,3
nur dirt pasten
//paste -m 3
nur stein und dirt pasten
//paste -m 1,3
This pastes a schematic, pattern, or copied blocks from the clipboard at the location it was copied from
//paste -o
This pastes a schematic, pattern, or copied blocks from the clipboard and selects the pasted region
//paste -s
This pastes a schematic, pattern, or copied blocks from the clipboard without airblocks, at origin, and selects the pasted region afterwards
//paste -sao
Quellen