How to Import a .schematic File in Minecraft with WorldEdit
Step-by-step guide to importing .schematic files in Minecraft using WorldEdit commands. Learn how to load, position, and paste your pixel art creations.

If you've exported a Minecraft pixel art as a .schematic file from our free generator, you're ready to import it into your world. This guide walks you through using WorldEdit — the most popular in-game editing tool — to load and paste your creation.
What is a .schematic file?
A .schematic file is a universal building format used by WorldEdit and MCEdit. It stores the complete block layout of a structure, including block type, position, and data values. When you export pixel art as a schematic, you're saving a "blueprint" that can be reconstructed anywhere in Minecraft.
Prerequisites: Install WorldEdit
WorldEdit works in both single-player and multiplayer environments. Choose your setup:
Single-player (Java Edition):
- Download the WorldEdit mod for Fabric or Forge
- Install a mod loader (Fabric Loader or Forge) if you haven't already
- Place the mod
.jarfile in your.minecraft/mods/folder
Multiplayer (Server):
- Install WorldEdit as a plugin on your server (Spigot/Paper/Bukkit)
- Most server hosts have one-click WorldEdit installation
Once installed, launch Minecraft and verify WorldEdit is loaded by typing //version in the chat or console.
Step 1: Place your .schematic file
Copy your exported .schematic file to the correct directory:
Single-player:
Navigate to .minecraft/config/worldedit/schematics/ and paste your file there.
Multiplayer:
Upload your file to the server's plugins/WorldEdit/schematics/ folder (or the equivalent path for your modpack).
Name your file something memorable — you'll type this filename when loading. Avoid spaces and special characters.
Step 2: Load the schematic in-game
Enter your world and open the chat interface. Use the load command:
WorldEdit 7+ (newer versions):
//schematic load pixel-art
Older WorldEdit versions:
//schem load pixel-art
Replace pixel-art with your actual filename (without the .schematic extension). You should see a confirmation message indicating the schematic was loaded successfully.
Step 3: Position yourself
Move to the location where you want to paste your pixel art. Consider these positioning tips:
- Stand at the lower-left corner of where you want the structure
- The schematic will paste relative to your position and facing direction
- Use
//pos1and//pos2to manually set the paste region if you need precise control - For large art, ensure you have enough open space in the target direction
Step 4: Paste the schematic
Once positioned, use the paste command:
//paste
Your pixel art will instantly appear in the world. If the placement isn't perfect, you can use //undo to remove it and try again.
Useful WorldEdit commands
Rotate your art:
//rotate 90
Rotates the loaded schematic 90 degrees. Works after loading but before pasting.
Flip your art:
//flip
Mirrors the schematic horizontally.
Paste without air blocks:
//paste -a
Skips air blocks in the schematic, allowing you to paste into existing terrain without overwriting.
Copy and modify:
After pasting, use //copy to select the pasted area, then //paste again elsewhere to duplicate it.
Troubleshooting
"Schematic not found" error:
- Double-check the filename matches exactly (case-sensitive)
- Verify the file is in the correct schematics folder
- Try the full filename with extension:
//schematic load pixel-art.schematic
Clipboard seems empty:
- Make sure you've successfully loaded the schematic first
- The
//schematic listcommand shows all available schematics
Pasted in wrong position:
- Use
//undoimmediately to remove the incorrect paste - Reposition yourself and try
//pasteagain
Start importing your creations
Now that you know how to import .schematic files, generate your first pixel art and bring it into Minecraft. Open the free Minecraft pixel art generator and export your creation as a schematic to get started.