Skip to content

Commit 0eeb156

Browse files
12rcuNotMyFault
andauthored
Added Move and Paste Argument Flags (#54)
Co-authored-by: Alexander Brandes <[email protected]>
1 parent 1a4e65f commit 0eeb156

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

fastasyncworldedit/basic-commands/main-commands-and-permissions.md

+10-7
Original file line numberDiff line numberDiff 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
379380
Optionally 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.
657658
Flags:
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+
---

0 commit comments

Comments
 (0)