From e0a26617002564db0c3d06f4f9e6d509b55b106c Mon Sep 17 00:00:00 2001 From: sfan5 Date: Tue, 5 Jan 2016 13:57:48 +0100 Subject: Fix //stack2 not working (closes #94) --- WorldEdit API.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'WorldEdit API.md') diff --git a/WorldEdit API.md b/WorldEdit API.md index f50b506..7b99c8b 100644 --- a/WorldEdit API.md +++ b/WorldEdit API.md @@ -45,6 +45,12 @@ Copies the region defined by positions `pos1` and `pos2` along the `axis` axis ( Returns the number of nodes copied. +### count = worldedit.copy2(pos1, pos2, off) + +Copies the region defined by positions `pos1` and `pos2` by the offset vector `off`. + +Returns the number of nodes copied. + ### count = worldedit.move(pos1, pos2, axis, amount) Moves the region defined by positions `pos1` and `pos2` along the `axis` axis ("x" or "y" or "z") by `amount` nodes. -- cgit v1.2.3