-
Notifications
You must be signed in to change notification settings - Fork 34
Creating Schematics
Ryandw11 edited this page Mar 20, 2023
·
3 revisions
Creating a schematic is simple and easy.
- Do
//wand
to get the world edit wands. - Then select the build you want to save to a schematic.
- Run the
/cstructure createSchem {name}
command. Then you are done! The schematic was created and automatically put inside theCustomStructures/schematics
folder!
Note: {name} does not include the .schem
file extension.
To create a new structure that uses your new schematic just simply do:
/cstructure create {structure_name} {schematic_name}
Note: {schematic_name}
does not include the .schem
Custom Structure WIKI
- Main Page
- Installation
- Commands
- Creating Schematics
-
Structure Configuration
- Structure Configuration File
- Configuration Signs
- Weighted Probability
- Updating The Plugin
- Addons
- Developer API