XYZ coordinates for //paste
LadyCailinBot opened this issue ยท 1 comments
WORLDEDIT-3547 - Reported by ingmar.heinrich
//paste [-aso] could introduce [x[ y[ z]]]. The user could define an offset to the paste function as it is working right now. It's a bit like it is with the /fill function, howewer in this case it's always relative, without the need of "~"
"//paste 4" would add an offset of 4 to the x coordinate, no matter if's used with -o or without
"//paste 0 0 -10" would move the paste -10 blocks along the z axis
"//paste 0 10" would paste it 10 blocks higher
I noticed the need when I was trying to erect skyscrapers with //paste. It would be cool if I just had to //copy one floor, and could then do "//paste 0 7", "//paste 0 14", "//paste 0 21" etc without moving.