More actions
No edit summary |
Juniperfig (talk | contribs) added a gif for polysel, changed wording, fixed typo |
||
Line 15: | Line 15: | ||
== Selections == | == Selections == | ||
Using your WorldEdit wand, you are able to '''select blocks to be transformed.''' | Using your WorldEdit wand, you are able to '''select blocks to be transformed.''' We use two types of selection: | ||
* Cuboid '''(default)''' | * Cuboid '''(default)''' | ||
Line 27: | Line 27: | ||
===== Usage ===== | ===== Usage ===== | ||
[[File:WorldEdit Cuboid Selection.gif|thumb|529x529px|'''Click the GIF above to play.'''After left and right clicking to form your selection, you will additionally '''see fire particles confirming your selection.''']] | [[File:WorldEdit Cuboid Selection.gif|thumb|529x529px|'''Click the GIF above to play.''' After left and right clicking to form your selection, you will additionally '''see fire particles confirming your selection.''']] | ||
# '''LEFT CLICK''' the block to select your '''first position''' with your wand. | # '''LEFT CLICK''' the block to select your '''first position''' with your wand. | ||
# '''RIGHT CLICK''' the block to select your '''second position''' with your wand. | # '''RIGHT CLICK''' the block to select your '''second position''' with your wand. | ||
Line 44: | Line 39: | ||
* '''Command:''' <code>//sel poly</code> | * '''Command:''' <code>//sel poly</code> | ||
[[File:Polysel.gif|thumb|Click the GIF above to play. Select your starting position with a right click, then left click in a clockwise or counterclockwise direction for the remaining points.]] | |||
===== Usage ===== | ===== Usage ===== | ||
Line 50: | Line 46: | ||
# '''RIGHT CLICK''' the block to select your '''nth position''' with your wand. | # '''RIGHT CLICK''' the block to select your '''nth position''' with your wand. | ||
#* You can keep right clicking until '''you have selected all the points to close your shape.''' | #* You can keep right clicking until '''you have selected all the points to close your shape.''' | ||
#* Select your points in a clockwise/counterclockwise direction. | |||
{{Note | {{Note | ||
| type = warn | | type = warn | ||
Line 56: | Line 53: | ||
}} | }} | ||
== Moving selections == | |||
{{Staff}} | To be finished.{{Staff}} | ||
[[Category:Staff]] | [[Category:Staff]] |
Latest revision as of 04:13, 5 October 2025
This guide will provide a concise overview on the basic features of WorldEdit. This guide follows the Staff training warp, made available for our newly minted Staff members, however this guide may prove useful to players too who wish to use WorldEdit (i.e. in their player build world plots).
Getting Started

For most WorldEdit operations, you will need the WorldEdit wand.
- Command:
//wand
A wooden axe will be deposited into your inventory, this is your WorldEdit wand.
Any wooden axe can technically serve as a WorldEdit wand!
Selections
Using your WorldEdit wand, you are able to select blocks to be transformed. We use two types of selection:
- Cuboid (default)
- Polyhedron
Cuboid
This type of selection is the most common, and is the default option you are given when you obtain a WorldEdit wand.
- Command:
//sel cuboid
- You only need to run this command when you have changed your selection type to polyhedron and need to go back to cuboid!
Usage

- LEFT CLICK the block to select your first position with your wand.
- RIGHT CLICK the block to select your second position with your wand.
Polyhedron
This type of selection is the most common when you are dealing with unique shapes, such as apartments or other rental regions.
- Command:
//sel poly

Usage
- LEFT CLICK the block to select your starting position with your wand.
- RIGHT CLICK the block to select your nth position with your wand.
- You can keep right clicking until you have selected all the points to close your shape.
- Select your points in a clockwise/counterclockwise direction.
Moving selections
To be finished.