VoxelSniper used to have a proprietary system for stencils (basically schematics) which no longer works (due to block id's no longer numerical for many a year). In our fork we have refactored this to use schematics using Schematic4J. Creating schematics from an area selection is something that we still have to implement.
We would like to see a way to create a schematic from an input of blocks, entities etc. Perhaps something like a builder pattern.
Is this something you would consider within the scope of Schematic4J?