Importing a Schematic with WorldEdit
This guide explains how to import a schematic file into a Minecraft world using the WorldEdit plugin. Perfect for adding buildings, spawns, or custom structures to your server.
Prerequisites
Make sure the server already has:
- WorldEdit plugin (the server version, not the client mod)
- A schematic file in
.schemor.schematicformat - Operator (
op) access or WorldEdit permissions
Steps
1. Prepare the Schematic File
Make sure the schematic file matches the format:
.schemfor modern WorldEdit versions (1.13+).schematicfor older versions (1.12 and earlier)
Place the schematic file in the following folder:
/plugins/WorldEdit/schematics/
If the folder doesn't exist yet, create it manually.
2. Go to the Placement Location
Go into the world and to the location where you want to place the building. Make sure the area is large enough and doesn't collide with other structures.
3. Load the Schematic
Use the command:
//schem load <file_name>
Example:
//schem load pvparena
If using the old format:
//load pvparena
4. Paste the Schematic
Once the file has loaded successfully, use:
//paste
The building will be placed according to your position when you run the command. It's recommended to stand at the appropriate reference point (for example the center or corner of the building).
5. Undo (If Wrong)
If the placement isn't right, use:
//undo
Then repeat the paste process from a more precise position.
Additional Tips
- Use
//rotatebefore pasting if the building's direction isn't right. - Use
//flipto flip the structure horizontally or vertically. - Use
//paste -ato paste without air (air blocks), so it doesn't overwrite other buildings.
Troubleshooting
- If the file isn't found, make sure the file name doesn't contain spaces and is in the correct folder.
- Use
/we reloadto reload the WorldEdit configuration if needed. - Check the WorldEdit version so it matches the schematic format being used.