Skip to content
Back to Guides
4 min read

Importing WorldEdit Schematics

Build faster by importing pre-built schematics into your Minecraft world.

By Lodgichost Team · Last updated: August 19, 2026

Building a large base, a spawn hub, or a decorative city block by block takes weeks. Schematics compress that work into a single file you can drop into any world in seconds. A schematic captures a slice of the map — every block, chest with contents, sign text, and block state — so a build someone spent a month on becomes something you can load and paste anywhere on your server. They are also one of the best ways to keep a lobby or server spawn consistent: import a carefully themed area once, and reset it instantly whenever someone griefs it or a new season starts.

What Are Schematics?

Schematic files (.schem, .schematic) are blueprint files that store a section of a Minecraft world — including blocks, entities, and block data. They allow you to paste pre-built structures into your world instantly using WorldEdit or similar tools.

Where to Find Schematics

  • Planet Minecraft (planetminecraft.com) — Thousands of free schematics submitted by the community.
  • Minecraft Schematics (minecraft-schematics.com) — A dedicated repository organized by category.
  • Build repositories on Discord and Patreon — Many builders share exclusive schematics with their communities.

You can also create your own schematics by selecting a build with WorldEdit's //copy and then using //schem save.

Uploading and Pasting

Upload your .schem file to /plugins/WorldEdit/schematics/ on your server via SFTP or the portal's file manager.

/plugins/WorldEdit/schematics/my-building.schem

In-game, use WorldEdit commands to load and paste your schematic:

# Load the schematic
//schem load my-building.schem

# Preview before pasting
//toggleplace
# Rotate if needed (90, 180, or 270 degrees)
//rotate 90

# Paste at your location
//paste

# List available schematics
//schem list

Use //toggleplace to switch between your position and the schematic origin for precise placement.

Converting Schematic Formats

WorldEdit supports both the older .schematic format and the newer .schem format. If you have a schematic in a different format, you can convert it using tools like SpongeConvert or Amulet Editor. Most modern servers should use the .schem format for better performance and compatibility.

Advanced Pasting Techniques

Once you can load and paste a schematic, a few extra commands make placement precise and safe:

  • Rotation and flipping — //rotate 90, 180, or 270 spins the build to face the right direction, and //flip mirrors it across axes for paths or mirrored halls.
  • Origin control — set the paste origin where you want it with //toggleplace, so a door, staircase, or corner of the build lands exactly where you stand.
  • Copying your own builds — select a finished build with //copy and save it with //schem save mybuild, giving you a reusable library of your own work.
  • Generating commands — //schem list and //schem info make it easy to find, check file sizes, and confirm a schematic's dimensions before pasting.

If a paste goes wrong, act fast: //undo reverses the last operation, but only if no one else makes changes first — so paste into an empty area for big builds and undo immediately when you see a problem.

Troubleshooting

  • Schematic not found: Make sure the file is in the correct folder and restart the server if needed.
  • Missing blocks: Some schematics may use blocks from specific mods that are not installed on your server.
  • Paste failed: Check that you have permission to use WorldEdit commands in the area.
  • File too large: Large schematics may need to be pasted in sections using //schem paste -s for smaller chunks.

Best Practices

  • Always preview schematics before pasting using //toggleplace and //schem list.
  • Keep schematics organized in named subfolders within the schematics directory.
  • Use .schem format instead of .schematic for better compatibility with modern WorldEdit versions.

Frequently Asked Questions

What is the difference between .schem and .schematic?

.schematic is the old format from older WorldEdit versions, while .schem is the modern compressed format. Modern WorldEdit handles both, but .schem is smaller and easier to work with, so prefer it for new files.

Can I paste schematics only in WorldEdit or in other tools too?

Schematics are the native format for WorldEdit and FAWE (Fast Async WorldEdit), and they can also be imported into single-player with tools like Litematica. As long as your server runs WorldEdit, the commands in this guide apply directly.

Why does part of my schematic appear as missing blocks?

The schematic almost certainly uses blocks from a mod or a different Minecraft version that is not installed on your server. Check the schematic's required version and any dependencies before pasting.

Can I undo a paste?

Yes, with //undo, which reverses your most recent WorldEdit actions. Act immediately, and paste into an empty area for large builds, because //undo only clears your own last change and players' edits can interfere.

Do I need to restart the server after uploading a schematic?

Usually not for loading — WorldEdit reads the schematics folder when you use //schem list. If your new file does not appear, restart the server or check the file is in /plugins/WorldEdit/schematics/ with the right extension.

Related Guides

This site uses cookies to improve your experience. Learn more.