🌳Schematics
All you have to know about schematics.
Schematic formats
ParadiseLand supports two types of schematic formats:
MCEedit/WorldEdit format (legacy)
1. MCEdit/WorldEdit format
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.
Support
MCEdit schematics are supported from 1.8.8 to the latest spigot version.
2. Sponge format
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.
Support
MCEdit schematics are supported from 1.13 to the latest spigot version.
Last updated