WorldEdit reaches 26.3, on every platform at once

WorldEdit shipped 7.4.6 Beta 1 on 21 September with 26.3 support. Six days after Wilderness Bound, which for a tool that manipulates block data directly is quick.

It also arrives on all platforms at once, which is the part worth noticing.

One tool, every platform

WorldEdit is listed for Bukkit, Spigot, Paper, Folia, Fabric, NeoForge, Forge and Quilt. That is unusual – most mods pick a side of the plugin-versus-mod divide and stay there.

The practical effect is that the same commands, the same selection model and the same schematic format work whether your server runs Paper or Fabric. A build team can move between servers without relearning anything, and schematics travel.

The 26.3 beta went out for the Bukkit-family platforms and for Fabric and NeoForge on the same day, with the Fabric and NeoForge build taking roughly twice the downloads of the Bukkit one in the first hours.

What is in 7.4.6 Beta 1

The NBT parsing item is the one that matters beyond the version bump. NBT is how block entities store their contents – chests, signs, banners, spawners – and a tool that copies and pastes regions has to carry all of it correctly. Parsing failures there show up as a pasted build where the chests are empty or the signs are blank.

The beta label is accurate. WorldEdit writes directly to world data, and the failure mode for a bug is not a crash but a region of your world that is wrong. That is a backup-first situation every time.

Terrain shaped around a built area

What it does, for anyone who has only heard of it

Selections, then operations on those selections. Pick two corners, then fill, replace, move, copy, rotate, stack or smooth everything between them. Brushes do the same thing continuously as you look around. Schematics save a selection to a file and paste it elsewhere.

The description on the project page is precise: a map editor that runs in-game. Use it in creative, or use it temporarily in survival.

That second clause is where most servers land. WorldEdit permissions are normally granted to staff for terrain work and repairs and revoked otherwise, because a tool that can replace ten thousand blocks in one command is also a tool that can delete them.

Where it changes how you build

Three things get dramatically cheaper, and they are all things builders otherwise avoid.

Terraforming. Smoothing a hillside by hand is hours. With a brush it is minutes, which changes whether you build on terrain or flatten it – the argument in building on slopes stops being about effort.

Repetition. Copy, paste, rotate. A settlement built from a module becomes a realistic weekend project rather than a monthly one, though the variation rules still apply – a tool that makes copying free makes it easier to produce something that looks copied.

Iteration. Replacing every stone brick in a build with deepslate to test a palette is one command. That is the single biggest change to how palette decisions get made.

Wide build seen from a distance

The honest caveat

WorldEdit is a creative tool used on survival servers, and the line between the two is a policy decision rather than a technical one.

A survival world where staff use it to repair griefing is uncontroversial. One where a player uses it to flatten a mountain for their base has quietly stopped being survival, whatever the game mode says. Servers that hand it out broadly tend to regret it, and taking it back is harder than not giving it.

The usual arrangement is a separate creative world for building, with schematics carried into survival. That keeps the tool and the survival economy apart, and it needs a plan on the server software side because multi-world support varies.

Installing it

  1. Paper, Spigot, Folia: plugins folder, restart.
  2. Fabric, NeoForge: mods folder, server side. Client side is optional and mostly useful for the CUI selection visualiser, which is a separate mod.
  3. Permissions are per-command and worth configuring rather than granting wholesale.
  4. Licence is GPL-3.0, so modpack and server-pack inclusion is unrestricted.

Around 10.7 million downloads and 4,774 followers on Modrinth, which understates its install base considerably given how long it predates Modrinth and how many servers get it from elsewhere.

Whether to take the beta

On a creative or build server, yes – that is what betas are for and the risk is bounded. On a survival world you care about, wait for the stable, or take a backup you have actually tested restoring first. The rest of the 26.3 support picture has not changed this week.

The commands worth learning first

WorldEdit has hundreds of commands and about eight of them cover most real use.

  1. Selection – the wooden axe, left click for one corner and right click for the other. Everything else operates on that box.
  2. set and replace – fill a selection with a block, or swap one block for another inside it. Replace is the palette iteration tool.
  3. copy, paste, stack – duplicate a selection, optionally repeated along a direction.
  4. undo – the command that makes all the others safe to experiment with. Learn it before you learn anything that writes.
  5. brush – continuous operations as you look around, for smoothing terrain and painting shapes.

That list is a working knowledge. The remaining commands are specialisations and scripting, and most builders never need them.

Schematics, and why they travel

A schematic is a saved region: blocks, block entities and their contents. It is the format build teams use to move work between worlds, servers and platforms.

Because WorldEdit runs on both the plugin and mod sides, a schematic exported from a Fabric creative world pastes into a Paper survival server unchanged. That portability is the quiet reason the tool became standard rather than one of several options – it is the format everyone else also reads.

The NBT parsing improvement in this release matters here specifically. A schematic is only as good as its ability to carry what was inside the chests.

Images: MES – Moog’s End Structures project gallery.