File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed
fastasyncworldedit/basic-commands Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -372,10 +372,11 @@ if they are within the same chunk.
372372
373373* Perm* : ` worldedit.region.move `
374374* Desc* : Moves the contents of the selection.
375- -s flag shifts the selection to the target location.
376- -b also copies biomes
377- -e ignores entities
378- -a ignores air
375+ -s moves the selection to the target location.
376+ -b also move biomes
377+ -e also move entities
378+ -a ignores air
379+ -m set the include mask, non-matching blocks become air
379380Optionally fills the old location with .
380381
381382#### //forest [ type] [ density]
@@ -656,8 +657,10 @@ WARNING: Cutting and pasting entities cannot yet be undone!
656657* Desc* : Pastes the clipboard's contents.
657658Flags:
658659-a skips air blocks
659- -b skips pasting biomes
660- -e skips pasting entities
660+ -b include pasting biomes
661+ -e include pasting entities
662+ -m only paste blocks matching this mask
663+ -n implies -s, does not paste the clipboard only the selection
661664-o pastes at the original position
662665-s selects the region after pasting
663666
@@ -1943,4 +1946,4 @@ e.g. Bedrock
19431946* Perm* : ` worldedit.anvil.cfi `
19441947* Desc* : Start CFI with a height map as a base
19451948
1946- ---
1949+ ---
You can’t perform that action at this time.
0 commit comments