How to Import Schematics on a Minecraft Server
Step-by-step guide to import schematics on a Minecraft server using WorldEdit and FAWE, covering .schem and .schematic formats, file uploads, and in-game pasting.
Pre-built structures, lobbies, arenas, spawn buildings, event stages, save hundreds of hours of manual work. The most common way to reuse them across worlds or servers is the schematic file format. This guide explains how to import schematics on a Minecraft server running Paper 1.21+ with WorldEdit or FAWE, from getting the file onto the server to pasting it perfectly in-game.
What is a schematic?
A schematic is a saved snapshot of a region of blocks. WorldEdit introduced the .schematic format years ago, and newer versions use the updated .schem format (Sponge Schematic Specification v2/v3). Both store block data, entity data, and biome information in a compressed NBT file. When you import schematics on a Minecraft server, you are essentially placing a saved blueprint into your world at a chosen location.
Requirements
- WorldEdit or FastAsyncWorldEdit (FAWE) installed on the server. FAWE is recommended for large pastes because it handles them asynchronously. See How to Set Up WorldEdit for installation steps.
- Operator or the
worldedit.clipboard.loadandworldedit.clipboard.pastepermissions. - Access to the server file system via the panel file manager, SFTP, or SSH.
Step 1, Upload the schematic file
Schematics live in a specific folder on the server. The exact path depends on your setup:
- WorldEdit (standalone):
plugins/WorldEdit/schematics/ - FAWE:
plugins/FastAsyncWorldEdit/schematics/
Upload your .schem or .schematic file to the correct folder. Most hosting panels let you drag-and-drop via the file manager, or you can use an SFTP client like FileZilla or WinSCP. Keep filenames simple, lowercase, no spaces. For example: lobby_v2.schem.
File size considerations
Small schematics (under 5 MB) paste almost instantly. Schematics over 50 MB can lag a vanilla WorldEdit install. If you regularly import schematics on your Minecraft server that exceed 20 MB, switch to FAWE to avoid freezing the main thread during the paste operation.
Step 2, Load the schematic in-game
Once the file is on the server, load it into your clipboard:
//schematic load lobby_v2
WorldEdit automatically tries both .schem and .schematic extensions. If you have both formats with the same name, specify the format explicitly:
//schematic load sponge lobby_v2
Supported format names: sponge (the modern .schem format), mcedit (legacy .schematic).
Step 3, Position and paste
Stand at the location where you want the schematic's origin point to appear. Then paste:
//paste
The origin is wherever the schematic was originally copied from (position 1 during //copy). If the alignment is off, you can adjust:
//paste -a, paste without air blocks (keeps existing terrain where the schematic has air).//paste -o, paste at the original coordinates, ignoring your current position.//paste -s, select the pasted region after pasting (useful for immediate follow-up edits).
Rotating before pasting
If the schematic faces the wrong direction:
//rotate 90
//paste
Rotation values: 90, 180, 270. You can also flip with //flip along a specific axis.
Step 4, Verify and clean up
Walk through the pasted structure and check for issues: waterlogged blocks behaving oddly, redstone not connecting, or lighting glitches. Run //fixlighting (FAWE) or simply place and break a torch nearby to force a light update.
If the paste went wrong, undo it immediately:
//undo
Managing your schematic library
List all available schematics without leaving the game:
//schematic list
Delete a schematic you no longer need:
//schematic delete old_arena
Organize large libraries into subfolders: schematics/spawns/, schematics/arenas/, etc. Load them with the relative path: //schematic load spawns/lobby_v2.
Common issues when you import schematics on a Minecraft server
- "File not found", double-check the filename (case-sensitive on Linux), the correct schematics folder, and that the file extension matches.
- Blocks replaced with air or stone, the schematic was saved on a different Minecraft version that used different block IDs. Re-save it in the current version or use FAWE's built-in block remapping.
- Massive lag on paste, switch to FAWE and paste asynchronously. For extremely large structures, use
//pastewith FAWE's chunk-based pasting. - Entities missing, WorldEdit does not always copy entities by default. Use
//copy -ewhen saving and//paste -ewhen placing.
Looking for structures to import? Check out Best Free Minecraft Schematics to Download (2026) for curated sources of quality builds.
Want to see a polished server in action? Astroworld MC , IP play.astroworldmc.com, Java + Bedrock.