// Vector min = new Vector(x1, y1, z1);
// Vector max = new Vector(x2, y2, z2);
// generator.reportMessage("Partial paste: origin = " + at + " min = " + min + " max = " + max);
try {
EditSession editSession = getEditSession(generator);
//editSession.setFastMode(true);
place(editSession, getFacingIndex(facing), at, true, x1, x2, y1, y2, z1, z2);
} catch (Exception e) {
generator.reportException("[WorldEdit] Partial place schematic " + name + " at " + at + " failed", e);
generator.reportMessage("Info: " +