Galen Tipton|Tadpoles Lullaby

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

Left-click as pos1.
Right-click as pos2

A default wand that is used to select an imaginary region. It can be optimized with the command "//sel <style>" for further selection styles. The item minecraft:wooden_axe is currently set as default.
//wand /give wand Summons the selection wand to your hand.
/toggleeditwand Either disable or enable the Worldedit functionality of the Worldedit wand (The Minecraft Wooden Axe is set as the default wand).
//sel [-d]
<cuboid>
<extend>
<poly>
<ellipsoid>
<sphere>
<cyl>
<convex> Change the current selection style to a specific one. //sel cuboid is set as default.
//desel Deselect the current region selection.
//pos1 Select the player's bottom half as position 1.
//pos2 Select the player's bottom half as the position 2.
//hpos1 Select the block you are looking at as position 1.
//hpos2 Select the block you are looking at as position 2.
//chunk /chunk all Select the 16 x 16 x 256 block-area-wide chunk as a region selection.
//expand <amount>
(<reverse-amount>)
[direction] Expand or grow the region selection based on the player's facing or map direction. It can also be expanded to the opposite side with <reverse-amount> at the same time.
//contract <amount>
(<reverse-amount>)
[direction] Contract or withdraw the region selection based on the player's facing or map direction. It can also be contracted from the opposite side with <reverse-amount> at the same time.
//outset [-hv] <amount> Expand the region selection based on the amount to all side: Up, Down, North, South, East, West.
//inset [-hv] <amount> Contract the region selection based on the amount from all sides: Up, Down, North, South, East, West.
//count [-d] <block> Count the number of blocks based on which type.
//distr [-cd] Count the percent (%) of each block type presented in the region.
Region Operation

Types Parameters Description
//set <pattern> Set all blocks from the region to a pattern.

<to-pattern>

Purpeno_Floreno