Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
paulikauro committed Dec 7, 2021
1 parent b450bd3 commit 138dcfc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ Like WorldEdit's `//stack`, but
- supports more directions, in particular ones used in diagonal building orientations
- has a flag for expanding the selection to cover the whole stacked area

Usage: `//rstack [-e] [direction] [count] [spacing]`
Usage: `//rstack [-e] [-w] [direction] [count] [spacing]`
- `-e`: when specified, the selection is expanded
- `-w` ("with air"): when specified, **stacked copies may not overlap** (corresponds to omitting `-a` from WorldEdit commands)
- `direction`: the usual WorldEdit directions. Additionally, `u` or `d` may be appended to
most directions to get a diagonal (in the y-axis) direction. Defaults to `me`
(whatever direction you're looking at)
Expand Down

0 comments on commit 138dcfc

Please sign in to comment.