Paste a schematic file
paste_schematicPaste a Sponge .schem or vanilla .nbt structure into a Minecraft world at a chosen origin. Control placement with rotation, mirror, offset, and ignore-air options, and snapshot affected area for undo.
Instructions
Paste a Sponge .schem or vanilla structure .nbt. By default origin is where the schematic's min corner lands; use_offset=true adds the file's stored offset like WorldEdit //paste. ignore_air skips air so the surroundings survive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | File name in the schematic dir (extension optional) or an absolute path | |
| label | No | Short label stored with the snapshot, e.g. "cottage walls" | |
| world | No | overworld (default), nether, end, a minecraft:<dimension> id, or a Bukkit world folder name | |
| mirror | No | none | |
| origin | Yes | ||
| dry_run | No | Compile and report without changing the world | |
| rotation | No | ||
| snapshot | No | Snapshot the affected box first so undo can revert it (needs world read access) | |
| ignore_air | No | ||
| use_offset | No | ||
| allow_unknown_blocks | No | Skip block-name validation (for blocks newer than the bundled registry) |