Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Move and Paste Argument Flags #54

Merged
merged 6 commits into from
Jan 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -372,10 +372,11 @@ if they are within the same chunk.

*Perm*: `worldedit.region.move`
*Desc*: Moves the contents of the selection.
-s flag shifts the selection to the target location.
-b also copies biomes
-e ignores entities
-a ignores air
-s moves the selection to the target location.
-b also move biomes
-e also move entities
-a ignores air
-m set the include mask, non-matching blocks become air
Optionally fills the old location with .

#### //forest [type] [density]
Expand Down Expand Up @@ -656,8 +657,10 @@ WARNING: Cutting and pasting entities cannot yet be undone!
*Desc*: Pastes the clipboard's contents.
Flags:
-a skips air blocks
-b skips pasting biomes
-e skips pasting entities
-b include pasting biomes
-e include pasting entities
-m only paste blocks matching this mask
-n implies -s, does not paste the clipboard only the selection
-o pastes at the original position
-s selects the region after pasting

Expand Down Expand Up @@ -1943,4 +1946,4 @@ e.g. Bedrock
*Perm*: `worldedit.anvil.cfi`
*Desc*: Start CFI with a height map as a base

---
---