File tree 1 file changed +10
-7
lines changed
fastasyncworldedit/basic-commands
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.
372
372
373
373
* Perm* : ` worldedit.region.move `
374
374
* 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
379
380
Optionally fills the old location with .
380
381
381
382
#### //forest [ type] [ density]
@@ -656,8 +657,10 @@ WARNING: Cutting and pasting entities cannot yet be undone!
656
657
* Desc* : Pastes the clipboard's contents.
657
658
Flags:
658
659
-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
661
664
-o pastes at the original position
662
665
-s selects the region after pasting
663
666
@@ -1943,4 +1946,4 @@ e.g. Bedrock
1943
1946
* Perm* : ` worldedit.anvil.cfi `
1944
1947
* Desc* : Start CFI with a height map as a base
1945
1948
1946
- ---
1949
+ ---
You can’t perform that action at this time.
0 commit comments