WorldEdit Commands Guide for Minecraft Servers (2026)

Published on

WorldEdit lets you build, copy, and transform massive areas in Minecraft. Here are the essential commands every server admin needs.

Written by Jochem – Infrastructure Expert – 5-10 years experience in game server hosting, VPS infrastructure, and 24/7 streaming solutions. Read author bio →

WorldEdit Commands Guide for Minecraft Servers (2026)

WorldEdit Minecraft commands guide

WorldEdit is the building tool for Minecraft. It lets you select regions, fill them with blocks, copy structures, and transform terrain. Essential for server builders, map makers, and admins who need to modify large areas quickly.

Installation

For Paper / Spigot / Purpur

Download WorldEdit from enginehub.org or the CurseForge/Modrinth plugin page. Place the jar in your plugins/ folder.

For Fabric

Download the Fabric version of WorldEdit. Place in your mods/ folder alongside Fabric API.

For Forge

Download the Forge version. Place in mods/ folder.

Getting the WorldEdit Wand

Type //wand in chat. You receive a wooden axe. Left-click a block to set position 1. Right-click a block to set position 2. These two positions define your selection.

Essential Commands

Selection Commands

| Command | What It Does | |---------|-------------| | //wand | Get the selection tool | | //pos1 | Set position 1 at your feet | | //pos2 | Set position 2 at your feet | | //expand 10 up | Expand selection 10 blocks upward | | //contract 5 down | Shrink selection 5 blocks from bottom | | //sel cuboid | Cuboid selection mode (default) | | //sel poly | Polygon selection mode | | //sel sphere | Sphere selection mode |

Block Manipulation

| Command | What It Does | |---------|-------------| | //set stone | Fill entire selection with stone | | //set air | Clear the selection | | //set 50%stone,50%dirt | Random mix of blocks | | //replace grass stone | Replace all grass with stone | | //walls stone_bricks | Build walls around selection | | //faces stone_bricks | Cover all 6 faces of selection | | //overlay grass_block | Place a layer on top of selection |

Copy and Paste

| Command | What It Does | |---------|-------------| | //copy | Copy your selection to clipboard | | //paste | Paste at your current position | | //paste -a | Paste without air blocks | | //rotate 90 | Rotate clipboard 90 degrees | | //flip | Mirror the clipboard | | //schematic save name | Save clipboard as a schematic file | | //schematic load name | Load a schematic from file |

Generation

| Command | What It Does | |---------|-------------| | //cyl stone 10 5 | Create a cylinder (radius 10, height 5) | | //sphere stone 10 | Create a sphere (radius 10) | | //pyramid stone 10 | Create a pyramid (height 10) | | //hcyl stone 10 5 | Hollow cylinder | | //hsphere stone 10 | Hollow sphere |

Terrain

| Command | What It Does | |---------|-------------| | //smooth 3 | Smooth terrain (3 iterations) | | //deform | Deform terrain with expressions | | //drain 10 | Remove water in a radius | | //fixwater 10 | Fix water to be flat | | //snow 10 | Add snow layer in a radius |

Brushes

Brushes let you paint changes by right-clicking:

| Command | What It Does | |---------|-------------| | //brush sphere stone 5 | Sphere brush | | //brush smooth 5 3 | Smoothing brush | | //brush cylinder stone 5 3 | Cylinder brush | | //mask stone | Only affect stone blocks |

Undo and History

| Command | What It Does | |---------|-------------| | //undo | Undo last action | | //redo | Redo last undo | | //undo 5 | Undo last 5 actions |

Server Permissions

Control who uses WorldEdit with permission nodes:

worldedit.wand — Use the wand tool
worldedit.selection — Make selections
worldedit.region.set — Use //set
worldedit.clipboard.copy — Use //copy
worldedit.clipboard.paste — Use //paste
worldedit.schematic.load — Load schematics
worldedit.schematic.save — Save schematics

Give full access to builders and admins. Restrict regular players to prevent griefing.

Performance Considerations

Large WorldEdit operations are CPU and I/O intensive:

  • Operations over 1 million blocks cause noticeable server lag
  • Use the //limit command to cap operation size
  • FAWE (FastAsyncWorldEdit) is a fork that runs operations asynchronously, preventing TPS drops. Highly recommended for production servers.

FAWE vs WorldEdit

FastAsyncWorldEdit is the async version of WorldEdit. It runs operations in the background instead of freezing the main server thread. Install FAWE instead of standard WorldEdit if your builders work with large areas.

Download FAWE from the IntellectualSites GitHub or SpigotMC.

Building on a Fast Server

WorldEdit operations depend on storage speed (reading/writing chunks) and CPU performance. NVMe storage and fast single-thread CPU make WorldEdit operations complete faster. Space-Node's enterprise hardware handles even massive WorldEdit pastes smoothly.


Build without limits. View Minecraft Hosting Plans

Jochem

About the Author

Jochem – Infrastructure Expert – Expert in game server hosting, VPS infrastructure, and 24/7 streaming solutions with 5-10 years experience.

Since 2023
500+ servers hosted
4.8/5 avg rating

I specialize in Minecraft, FiveM, Rust, and 24/7 streaming infrastructure, operating enterprise-grade AMD Ryzen 9 hardware in Netherlands datacenters.

View my full bio and credentials →

Start Your MC Server Now Today

Join content creators worldwide who trust our Minecraft infrastructure. Setup is instant and support is always available. Start from €0.90/mo (Dirt) or €2.70/mo (Coal) and go live in minutes.

WorldEdit Commands Guide for Minecraft Servers (2026)