\\expandselection
Generates terrain in the selected area.
\\expandselection| Aliases: | \exsel\es |
|---|---|
| Dflt USM Sec Lvl: | WorldEdit |
| Dflt Required Tags: | canUseChatCommands |
| Categories: | worldedit |
| Version: | 1.0.0 |
| Undo Supported: | N/A |
| Functional: | Yes |
| Deprecated: | No |
Syntax ​
\\expandselection <mode: {up}|{down}|{north}|{south}|{east}|{west}|{scale}|{scalex}|{scaley}|{scalez}> <amount: float>
Arguments ​
<mode: {up}|{down}|{north}|{south}|{east}|{west}|{scale}|{scalex}|{scaley}|{scalez}>: string
The mode to use to expand or shrink the selection.
Modes:
up- Move the top of the selection.down- Move the bottom of the selection.north- Move the north side of the selection.south- Move the south side of the selection.east- Move the east side of the selection.west- Move the west side of the selection.scale- Scale the selection. This will multiply the distance between pos1 and pos2 from the center of the selection by the specified amount.scalex- Scale the X axis of the selection. This will multiply the distance between the x values of pos1 and pos2 from the x value of the center of the selection by the specified amount.scaley- Scale the Y axis of the selection. This will multiply the distance between the y values of pos1 and pos2 from the y value of the center of the selection by the specified amount.scalez- Scale the Z axis of the selection. This will multiply the distance between the z values of pos1 and pos2 from the z value of the center of the selection by the specified amount.
Negative amounts will shrink the selection. Positive amounts will expand the selection.
<amount: float>: float
The amount to expand or shrink the selection by.
If a scale mode is used, this is the multiplier.
Result ​
| Command | Trigger | Result |
|---|---|---|
Any | The command is incomplete, or any argument is not specified correctly. | Unparseable |
| Otherwise | Successful | |
History ​
| Server Utilities | |||||||
|---|---|---|---|---|---|---|---|
| v1.35.0 | RC1 | Added | |||||
