WorldEdit

WorldEdit

42M Downloads

copyEntities is ignored/not used for //copy //cut

LadyCailinBot opened this issue ยท 1 comments

commented

WORLDEDIT-3557 - Reported by socolin

When using //cut or //copy, entities are always copy with or without -e flags, in code it's unused, so I either the code or the documentation is not right :)

https://github.com/sk89q/WorldEdit/blob/master/worldedit-core/src/main/java/com/sk89q/worldedit/command/ClipboardCommands.java#L115

commented

Comment by wizjany

yea it got lost when entity support was rewritten and no one got around to re-adding it i guess. thought there was an issue for this already but i guess not.
all that needs to be done though is that ForwardExtentCopy needs to take it in as a parameter and not create an ExtentEntityCopy if it's false.