Schematics
All you have to know about schematics.
Last updated
All you have to know about schematics.
Last updated
ParadiseLand supports two types of schematic formats:
MCEedit/WorldEdit format (legacy)
As you can see from the Schematic file format - Minecraft fandom wiki, an MCEdit schematic file name must end with .schematic
. It must be considered as a legacy format that ParadiseLand continues to support in the newest version.
NOTE: A schematic created solely with the MCEdit editor software should not be loaded, as it may lack these three crucial NBT properties:
WEOffsetX: WorldEdit-only offset X coordinate;
WEOffsetY: WorldEdit-only offset Y coordinate;
WEOffsetZ: WorldEdit-only offset Z coordinate;
These WorldEdit (WE) offsets are used by the plugin during pasting to determine the precise position where the schematic should be placed. Typically, when using WorldEdit to create a schematic, the offsets will correspond to the player's location.
MCEdit schematics are supported from 1.8.8 to the latest spigot version.
NOTE: From 1.13, MCEdit/WEdit schematics must be converted and some blocks like Redstone, cornered stairs, and other blocks could be incorrect, so the use of the Sponge format is strongly recommended. This is due to the fact that until Minecraft 1.12.2, the client renders the blocks by itself. Then, from Minecraft 1.13, this behavior is up to the server.
As indicated by the author on their GitHub page:
The goal of the Sponge Schematic Format is to improve upon the previous MCEdit Schematic Format to provide better forward compatibility and improve inter compatibility between different versions, platforms, and varyingly modded environments.
The Sponge format is a new type of schematic file format that must have the .schem
file extension. Starting from Spigot 1.13, the WorldEdit plugin inherently supports the creation of sponge schematics.
NOTE: As mentioned earlier, in the case of the MCEdit format, there is also an important property called "Offsets" that should be regarded as the pasting position where the schematic should be placed.
MCEdit schematics are supported from 1.13 to the latest spigot version.
NOTE: Some blocks like cobblestone walls, fences iron railings, and so on can have face issues.