Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
SchematicSplitter - Quick Start Guide
A plugin that splits large WorldEdit schematics into smaller chunks to prevent server crashes.

Installation
- Install FastAsyncWorldEdit or WorldEdit
- Download SchematicSplitter.jar and put it in your
pluginsfolder - Restart your server
Example: Splitting and Pasting a Castle
1. Place your schematic
Put your schematic file in:
plugins/SchematicSplitter/Input/castle.schem
2. Split the schematic
Split it into a 4x4 grid (16 chunks):
/schematicsplitter split castle 4 4
3. Paste the schematic
Stand where you want it and run:
/schematicsplitter paste castle
Using WorldEdit? You'll need to paste each chunk manually:
/schematicsplitter paste castle # Start session
/schematicsplitter nexttile # Paste chunk 1
/schematicsplitter nexttile # Paste chunk 2
# ... continue until done
Manual Pasting (Without This Plugin)
If you're on a server without SchematicSplitter, you can still paste the split chunks manually using WorldEdit. After splitting, check the instructions.md file in the output folder:
plugins/SchematicSplitter/Output/castle_split/instructions.md
It contains commands like this:
# Starting position
/tp 0 100 0
# Chunk 0,0
/tp 0 100 0
//schem load castle_split_0_0
//paste -a
# Chunk 0,1
/tp 0 100 145
//schem load castle_split_0_1
//paste -a
# ... and so on for each chunk
Just copy and run these commands in order. The /tp commands position you correctly for each chunk.
That's it!
- Use
//undoto undo the paste - Larger schematics? Use bigger grids like 8x8 or 16x16
- Need help? Use
/schematicsplitterto see all commands
Project icon is from Game boy fortschritt Icons erstellt von dickprayuda - Flaticon
Information
| Category | World Management |
|---|---|
| Published on | May 31, 2025 |
| License | Unspecified |
| Downloads | 35 |
| Stars | 2 |
| Watchers | 0 |
Addon
Pinned Versions
Pages
GitHub
Members
Owner