Add a command to offset the selection to the target position at once, this command can accept the x,y,z offset
mmmpipi opened this issue · 9 comments
The Problem
I'm using worldedit to copy special entity types to special coordinates.
Unfortunately, this requires a one-time move to the target location.
If you use the //move command three times, you will lose the entity after the first move
e.g:
Move the Create super glue entity to the valkyrien skie's physical structure
A Solution
Add a command to offset the selection to the target position at once, this command can accept the x,y,z offset
Alternatives
No response
Anything Else?
No response
you can use the //move -s
flag to move the selection alongside the move, or you can use the //shift
command to shift a selection
您可以使用标志将所选内容与移动一起移动,也可以使用命令来移动所选内容
//move -s``//shift
What I mean by that is to move the selection and the content x,y,z at the same time, instead of moving x,y,z three times respectively, although this looks the same
The //move
command also comes with a distance
parameter, if that's what you're looking for? https://worldedit.enginehub.org/en/latest/usage/regions/regionops/#moving
该命令还带有一个参数,如果这就是您要查找的?https://worldedit.enginehub.org/en/latest/usage/regions/regionops/#moving`//move``distance`
Sorry,my English isn't very well,if use //move, i should move it three times,it will be stay in a unknow place,so i want move it to another place by once
该命令还带有一个参数,如果这就是您要查找的?https://worldedit.enginehub.org/en/latest/usage/regions/regionops/#moving
//move``distance
Sorry,my English isn't very well,if use //move, i should move it three times,it will be stay in a unknow place,so i want move it to another place by once
The
//move
command also comes with adistance
parameter, if that's what you're looking for? https://worldedit.enginehub.org/en/latest/usage/regions/regionops/#moving
I know your means ,use //move 188 up -es ,but that not i want