How to save and load schematics with WorldEdit

How to save and load schematics with WorldEdit

Updated on by

Originally posted on

In Minecraft with tags Tutorial, WorldEdit

269 words, 1 minute to read

There's been a recent uptick in people wanting a correct tutorial on using schematics in Minecraft with WorldEdit, due to a few incorrect tutorials floating around the internet. WorldEdit is one of the easiest ways to import schematic files into Minecraft.

If you're a developer and are looking for the tutorial on the API, see here.

WorldEdit stores schematics in the worldedit/schematics folder. On Bukkit-based servers, this is inside the plugins folder. On Forge, NeoForge, and Fabric, this is inside the config folder. If the schematics folder doesn't exist, make a new folder named schematics.

How to use a schematic file?

If you've downloaded a Minecraft schematic file and want to load it into your Minecraft world, do the following:

  1. Put the schematic file into your worldedit/schematics folder.
  2. Load it in-game using the /schem load filename command.
  3. Stand where you want the schematic to appear, and run //paste.
  4. If you've put it in the wrong place, you can use //undo and try again.

If you want to see all the available schematics, you can use the /schem list command. This command also comes with a handy load button next to each schematic, which replaces the load command above.


//schem load
//schem load
Image transcript / description

Visible text

0.005s elapsed History: 381 changed; 76200 blocks/sec).
381 block(s) have been replaced.
0.004s elapsed History: 381 changed; 95250 blocks/sec).
381 block(s) have been replaced.
0.004s elapsed History: 381 changed; 95250 blocks/sec).
Region expanded 484 blocks
Region contracted 484 blocks.
381 block(s) have been replaced.
0.005s elapsed History: 381 changed; 76200 blocks/sec).
381 block(s) have been replaced.
0.004s elapsed History: 381 changed; 95250 blocks/sec).
381 block(s) have been replaced.
0.003s elapsed History: 381 changed; 127000 blocks/sec).
0.005s elapsed History: 381 changed; 76200 blocks/sec).
Saved screenshot as 2019-06-27 20.16.53.png
Your clipboard is empty. Use //copy first.
726 block(s) affected.
0.007s elapsed History: 0 changed; 0 blocks/sec).
craftbook_farm saved.
//schem load craftbook_farm_

Description

A first-person Minecraft view looks out over a wide ocean with visible underwater kelp or seagrass, and a small sandy shoreline at the far right. Near the horizon, several dark, flat rectangular platforms float above the water, aligned roughly parallel to the horizon. The player’s crosshair is centered on the water, and a wooden axe is held in the right hand. On the left, a stacked chat/console log shows multiple WorldEdit-style messages about blocks replaced, region expanded/contracted, a saved screenshot, an empty clipboard warning, and blocks affected. Along the bottom, the hotbar is visible, and the chat input line contains the command “//schem load craftbook_farm_”.

How to make a schematic file?

If you've built something in Minecraft and want to save it to a schematic file to share with friends or the internet, do the following:

  1. Select the area you want to save, using WorldEdit's wand (a wooden axe, by default).
  2. Use the //copy command.
  3. Save it to the file with the /schem save filename command.
  4. Grab the schematic file that you made from the worldedit/schematics folder

//schem save
//schem save
Image transcript / description

Visible text

381 block(s) have been replaced.
0.011s elapsed History: 381 changed; 34636 blocks/sec).
381 block(s) have been replaced.
0.009s elapsed History: 381 changed; 42333 blocks/sec).
381 block(s) have been replaced.
0.005s elapsed History: 381 changed; 76200 blocks/sec).
381 block(s) have been replaced.
0.004s elapsed History: 381 changed; 95250 blocks/sec).
381 block(s) have been replaced.
0.004s elapsed History: 381 changed; 95250 blocks/sec).
Region expanded 484 blocks.
Region contracted 484 blocks.
381 block(s) have been replaced.
0.005s elapsed History: 381 changed; 76200 blocks/sec).
381 block(s) have been replaced.
0.004s elapsed History: 381 changed; 95250 blocks/sec).
381 block(s) have been replaced.
0.003s elapsed History: 381 changed; 127000 blocks/sec).
381 block(s) have been replaced.
0.005s elapsed History: 381 changed; 76200 blocks/sec).
//schem save craftbook_farm

Description

A Minecraft first-person view shows a small rectangular farm plot surrounded by water, with a white wireframe selection box outlining the area. The plot contains rows of green crops and a central section with stacked wooden chests and a few blocks, suggesting a storage or mechanism area. On the left, the in-game chat log displays repeated WorldEdit-style messages about blocks being replaced and region expansion/contraction, and at the bottom the command input line reads “//schem save craftbook_farm.” In the distance are sandy shorelines, trees, and a large red rectangular frame-like structure on land. The player’s hotbar is visible along the bottom, and a tool is held in the right hand.

Further Help

If you still need help, ask on the official EngineHub discord guild.

About the Author
Maddy Miller

Hi, I'm Maddy, a Senior Software Engineer at Microsoft. I write articles and develop Minecraft mods including WorldEdit, WorldGuard, and CraftBook.

I've been in the Minecraft modding and server communities for over 15 years, and love sharing my learnings and experiences with others.

My opinions are my own and do not represent those of my employer.