Username & Password

Traditional login

Username
Password
Or

Microsoft Account

Recommended

Sign in instantly using your Microsoft account.

Logo

Create Account

Microsoft Account

Recommended

Or

Auth Server

Alternative method

Connect to our authentication server:
Once connected, run this command with your desired password:
Replace <your_password> with your actual password

Script Details
Learn more about this script and how to run it.
Description
It's a naive example of how the region copy works
Usage Guide

copy_region(source, srcMinX, srcMinY, srcMinZ, srcMaxX, srcMaxY, srcMaxZ, destX, destY, destZ, [ignore…])

  • What it does:
    Takes the rectangular region you specify in the source Schematic (defined by the two opposite corners srcMin*srcMax*, inclusive) and pastes it into the receiving schematic so that the source-region’s minimum corner lines up with (destX,destY,destZ).

  • Ignored blocks:
    Any block whose ID matches one in the optional ignore array is skipped during the copy—handy for leaving air or placeholder blocks behind.

  • Result:
    All non-ignored blocks inside the selected cuboid appear at the destination, keeping their exact relative positions. Great for stamping repeated motifs (like the cyan and lime wool crosses in your example) without bringing along unwanted air.

Region copy example

v0.0.1
Nano_
Nano_ 3 weeks ago
31
0

Recent Versions

v0.0.1
Latest
Public
Published
Jul 05, 2025
Script Details
Save Script Ctrl/⌘ + S