Minecraft

Loading WorldEdit Schematics on a Minecraft Server

Minecraft·May 20, 2026·32 min read

Overview

Schematics make it possible to move Minecraft builds without copying an entire world folder. They are useful for server spawns, hubs, custom decorations, imported artwork, or transferring a favorite singleplayer build into multiplayer. Instead of rebuilding every block by hand, WorldEdit can copy, save, load, and paste structures wherever you need them.

This guide explains how to install WorldEdit, get schematic files, upload them to the right server folder, and paste them in-game. It also covers the difference between plugin and mod paths, since placing the file in the wrong folder is one of the easiest ways to make WorldEdit look broken when it is simply waiting in the wrong room. Large builds can still be demanding, so keep backups handy before placing anything enormous. Your server will thank you quietly.

Download WorldEdit

WorldEdit is available as both a plugin and a mod. Use the plugin version for Spigot, Paper, and similar server types. Use the mod version for Forge or Fabric. Choose the file that matches your Minecraft version and server software. A mismatched file may fail during startup, or it may load but behave unpredictably when commands are used.

Spigot and Paper

  • Open the WorldEdit page on Bukkit.
  • Select the Files tab near the top of the page.
  • Find the version that matches your server, then click Download.
  • Save the file somewhere easy to find.

Forge and Fabric

  • Open the WorldEdit page on CurseForge.
  • Select the Files tab.
  • Choose the correct game version.
  • Click Download next to the file you need.
  • Save the file on your computer.

Install WorldEdit on the Server

Before uploading WorldEdit, confirm that your server is running a compatible game type. A plugin file belongs on a plugin-based server, while a mod file belongs on a modded Forge or Fabric server. If your server has multiple profiles or versions, check that you are editing the active profile before restarting.

Plugin Installation

  • Open your server panel and go to your file manager (or FTP).
  • Enter your password, then click Login.
  • Open the `plugins` folder and click Upload.
  • Drag the WorldEdit plugin file into the upload area and wait for it to reach 100%.
  • Restart the server so WorldEdit can load.

Mod Installation

  • Open your server panel and access the file manager or FTP.
  • Log in with your password.
  • Open the `mods` folder, then click Upload.
  • Upload the WorldEdit mod file and wait for the transfer to complete.
  • Return to the main panel and restart the server.

After the restart, join the server and try a simple command such as `//wand`. If the command is unknown, recheck the file location, server type, and startup logs.

Get a Schematic File

There are two common ways to get schematics: download one made by another builder, or save your own structure with WorldEdit. If you already have a `.schem` or `.schematic` file, skip to the upload section.

Download a Schematic Online

Many Minecraft build sites host schematic files. PlanetMinecraft is a common option because many listings include direct schematic downloads. Check the listed Minecraft version before downloading, especially if the build uses newer blocks.

  • Open the schematics section on PlanetMinecraft.
  • Choose the map or schematic you want to use.
  • Click Download Schematic when it is available.
  • Save the file for later upload.

Some downloads come as `.zip` archives. If that happens, extract the archive with a tool such as 7-Zip or WinRAR, then look for a `.schem` or `.schematic` file inside. If neither file exists, the creator may have uploaded only a world download instead of a WorldEdit schematic.

Save Your Own Build In-Game

You can also create a schematic from a build that already exists in a server or singleplayer world. For singleplayer, install the WorldEdit mod on your client through Forge or Fabric first.

To select the whole build, place or choose two opposite corners around it. One corner should usually be near the lower edge of the structure, and the other should be above the opposite upper edge. This gives WorldEdit a full 3D selection box. Include enough empty space around the edges if the build has overhangs, trees, roofs, or underground sections.

  • Join the server or singleplayer world.
  • Run `//wand` to get the WorldEdit wand.
  • Move to the first corner and left-click it with the wand.
  • Move to the opposite corner and right-click it.
  • Run `//copy` to copy the selected build to your clipboard.
  • Run `//schematic save [name]` to save it as a schematic file.

Use a simple file name without spaces when possible, such as `spawn_hub` or `castle_gate`. This makes the later load command easier to type and avoids avoidable command mistakes.

For singleplayer worlds, WorldEdit usually stores saved files inside the local game folder. Open the Minecraft Launcher, go to Installations, select the folder icon for your modded profile, then browse to `config/worldedit/schematics`.

Convert by Resaving in a Newer Version

If a schematic needs to be saved again for a newer version, load it in singleplayer and resave it with WorldEdit.

  • Open a singleplayer world.
  • Run `//schem load FILENAME`, then `//schem paste`.
  • Open the world in the newer Minecraft version.
  • Select the pasted structure again with `//pos1` and `//pos2`.
  • Run `//copy`.
  • Save it again with `//schem save FILENAME`.

This can help when the structure format or block data needs to match the version you are currently using.

Upload Schematics to Your Server

If the schematic was created outside the server, upload it before trying to load it in-game. The correct folder depends on whether WorldEdit is installed as a plugin or mod. Create the `schematics` folder if it does not already exist after WorldEdit starts for the first time.

  • Open the file manager (or FTP) from your server panel.
  • Log in with your password.
  • Navigate to the correct folder:
  • Plugin version: `plugins/worldedit/schematics`
  • Mod version: `config/worldedit/schematics`
  • Click Upload.
  • Drag your `.schem` or `.schematic` file into the upload area.
  • Wait for the upload to finish, then restart the server.

Restarting is the simplest way to make sure WorldEdit notices newly uploaded files. Some setups may detect files immediately, but a restart removes guesswork.

Load and Paste the Schematic

Once the file is in the right folder, loading it only takes a few commands. Stand near the location where you want the structure to appear. The paste location is based on where you were standing when the build was copied or saved, so the first try may need adjustment.

  • Join the server.
  • Run `//wand` if you need the WorldEdit tool.
  • Move to the area where the schematic should be placed.
  • Run `//schem load [name]` without adding `.schem` or `.schematic` at the end.
  • Run `//paste` to place the structure.

If the structure appears in the wrong spot, run `//undo` immediately. You can reposition yourself and paste again. For many builds, `//paste -a` is also useful because it skips air blocks, which helps avoid wiping nearby terrain or builds with empty space from the schematic.

For very large schematics, paste during a quiet time or test in a copy of the world first. A huge paste can briefly freeze the server, and discovering that in front of active players is not ideal.

Fix Common Problems

If WorldEdit does not load, check the installation first. Plugin files must be in `plugins` on Spigot or Paper servers. Mod files must be in `mods` on Forge or Fabric servers. Also confirm that the file matches your Minecraft version and that the server profile you restarted is the same one you edited.

If a schematic will not load, the file may use blocks from a newer Minecraft version, may have been corrupted during download or upload, or may have been saved incorrectly by its creator. Very large schematics can also lag or fail on smaller servers. For massive edits, FastAsyncWorldEdit may perform better than standard WorldEdit.

If the schematic pastes in the wrong location, the issue is usually the original copy position. Try moving before pasting, use `//undo`, or resave the schematic after copying it from a better reference point. When saving your own builds, stand in a consistent corner before running `//copy` so future pastes are easier to predict.

Directly converting between `.schem` and `.schematic` is not always reliable. The newer `.schem` format can include block data that older formats do not support, including newer block IDs and NBT data.

  • WorldEdit on Bukkit
  • WorldEdit on CurseForge
  • PlanetMinecraft Schematics
  • The WorldEdit Guide

Still have questions?

Come chat with us and we will get back to you as soon as possible!

Contact Support