Overview#
WorldEdit is a powerful, easy-to-use in-game Minecraft map editor. It is designed to help players build large-scale structures, terraform terrain, and perform complex block manipulations that would otherwise take hours of manual labor. By using a combination of commands and "brushes," users can sculpt worlds, generate geometric shapes, and copy-paste entire regions.
Key Features
- Massive Block Manipulation: Set, replace, or delete thousands of blocks in seconds.
- Geometric Generation: Create spheres, cylinders, pyramids, and more with simple commands.
- Clipboard System: Copy areas to a clipboard, rotate them, flip them, and paste them elsewhere.
- Terraforming Tools: Use brushes to carve mountains, smooth terrain, or generate forests.
- Mathematical Expressions: Generate complex terrain using mathematical formulas.
- Navigation Utilities: Quickly teleport through walls or to the top of structures.
Essential Tools#
WorldEdit repurposes existing Minecraft items to serve as primary interaction tools. These tools are essential for defining regions and navigating the world.
The Wand
By default, the Wooden Axe serves as the WorldEdit Wand. It is used to define the two corners of a cuboid selection.
- Left-Click: Sets the first position (Pos 1) at the block you are looking at.
- Right-Click: Sets the second position (Pos 2) at the block you are looking at.
- Command:
//wand(Gives the player the wand item).
The Navigation Compass
The Compass is used for rapid movement across the map.
- Left-Click: Teleports the player to the block they are looking at (similar to
/jumpto). - Right-Click: Passes the player through the wall they are looking at (similar to
/thru).
Tool Summary Table
| Item | Tool Name | Primary Use |
|---|---|---|
| Wooden Axe | Wand | Selecting regions (Pos 1 & Pos 2) |
| Compass | Navigation Tool | Teleporting and passing through walls |
| Any Item | Brush | Applying shapes or effects from a distance |