
Schematic Placer
This powerful addon for WorldEdit revolutionizes the process of placing schematics in Minecraft, offering flexible options for construction automation and visual effects.
Main Commands
The mod provides several intuitive commands for managing schematics:
Placement and Removal
The command schemplace <filename> [<pos>] [<ignoreAir>]
allows easy loading and placement of schematics. Loading is asynchronous, and placement can span multiple ticks if needed.
Similarly, the removal command works: schemremove <filename> [<pos>] [<ignoreAir>]
replaces corresponding blocks with air using the same processing logic.
Animation Capabilities
For visually appealing presentations, animation functions are provided. schemanimate
offers sequential placement of schematic frames with multiple customizable parameters:
ticksPerFrame
- time interval between frames (default 0)start
andend
- starting and ending frames of the sequencestep
- amount of frame number change (can be negative)loop
- repetition parameterremoveWhenDone
- clearing the last frameclearPrev
- automatic block removal before highlighting
Item Integration
Using schemitem
, you can bind any command to an item for convenient activation via right-click. Basic commands are supported: placement, removal, animation start and stop.
Configuration Settings
The configuration file config/schemplacer.json
is available in the .minecraft folder and includes the following key options:
batchSize - maximum number of blocks placed per game tick
cacheSchematics - enabling schematic caching in memory for faster performance
schematicDir - path to directory for finding schematic files
commandOutput - displaying command feedback for the player