WorldEdit

WorldEdit

43M Downloads

Copying anything results in a cuboid when pasted

LadyCailinBot opened this issue ยท 6 comments

commented

WORLDEDIT-2229 - Reported by Alexander.Mason

When selecting an area using the "//sel" tool and copying anything with it will result in the clipboard being a cuboid.

Examples: (Hi-Res images)
http://i.imgur.com/W9DwO.jpg
http://i.imgur.com/DRfkn.jpg

Proposed solution, if it has to copy as a cuboid, make it force everything outside of the selection air that way we can at least apply "//paste -a".

commented

Comment by sk89q

I suppose we could attach a Region object to the copy.

commented

Comment by Alexander.Mason

It would also be useful, if when you selected a region with "//sel" you could define it.. Currently its only limited to poly and cuboid. Not sure if attaching a region object would do that.

commented

Comment by sk89q

Oh I meant, copy a cuboid willy nilly like before, but if a region is attached, check if a point is in the region (regions have an contains(point) function) before actually pasting it.

commented

Comment by Alexander.Mason

I'm sorry, I should have clarified:

In world guard, when you try to use /rg define with anything other then a cuboid selected it tells you to select a region first.

commented

Comment by sk89q

Uh, the original issue talks about //paste, but now you're talking about /rg define?

commented

Comment by Alexander.Mason

Seperate issue, ill open a new ticket