How to Import a .schem File with WorldEdit
Load and paste a Sponge Schematic v3 file with a compatible WorldEdit version, verify orientation, and protect important Minecraft worlds.
A .schem file contains block states and positions, not a screenshot. WorldEdit reads that structure and places it relative to the player or the chosen paste point.
Protect the world first
Use a copy of the world or create a temporary testing world. Even a small pixel-art wall can replace existing blocks if it is pasted in the wrong position.
Put the file in the schematic folder
The exact folder depends on the server or mod installation. In many WorldEdit setups, schematics are stored inside a schematics directory associated with WorldEdit. Use the documentation for the specific WorldEdit build you installed when the folder differs.
Load and paste cautiously
A common command sequence is:
//schem load your-file-name
//paste -a
The -a option commonly skips air, which helps avoid clearing blocks behind transparent areas. Command availability and flags can vary by WorldEdit version, so check the help output in your installation.
Verify four things
After pasting, inspect:
- whether the picture is upright;
- whether the wall faces the intended direction;
- whether transparent pixels stayed empty;
- whether the material count matches the Img2MC result.
If the wall appears on the wrong side of the paste point, undo it and change your position or orientation before pasting again.
Keep the source plan
Retain the PNG and CSV together with the .schem. The structure file is convenient for creative building, while the blueprint and material list remain useful for survival construction or manual repairs.
Plan the size, dithering and materials before exporting, then return to the converter when the build dimensions are settled.