Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a command to offset the selection to the target position at once, this command can accept the x,y,z offset #2565

Closed
mmmpipi opened this issue Jul 3, 2024 · 9 comments
Labels
status:invalid This does not describe a request or bug with WorldEdit type:feature-request Request for something new

Comments

@mmmpipi
Copy link

mmmpipi commented Jul 3, 2024

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

@mmmpipi mmmpipi added status:pending Pending acceptance or closure. type:feature-request Request for something new labels Jul 3, 2024
@me4502
Copy link
Member

me4502 commented Jul 3, 2024

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

@me4502 me4502 closed this as not planned Won't fix, can't repro, duplicate, stale Jul 3, 2024
@me4502 me4502 added status:invalid This does not describe a request or bug with WorldEdit and removed status:pending Pending acceptance or closure. labels Jul 3, 2024
@mmmpipi
Copy link
Author

mmmpipi commented Jul 3, 2024

您可以使用标志将所选内容与移动一起移动,也可以使用命令来移动所选内容//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

@octylFractal
Copy link
Member

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

@mmmpipi
Copy link
Author

mmmpipi commented Jul 3, 2024

该命令还带有一个参数,如果这就是您要查找的?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

@mmmpipi
Copy link
Author

mmmpipi commented Jul 3, 2024

该命令还带有一个参数,如果这就是您要查找的?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 a distance 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

@octylFractal
Copy link
Member

I'm not really sure what you're asking then.

@mmmpipi
Copy link
Author

mmmpipi commented Jul 3, 2024

那我真的不确定你在问什么。

I want a command,it Equal to a //move x east //move y up //move z south ,
but it need a cache space
Sprite-0001

@mmmpipi
Copy link
Author

mmmpipi commented Jul 3, 2024

那我真的不确定你在问什么。

I want a command,it Equal to a //move x east //move y up //move z south , but it need a cache space Sprite-0001

The move's peoblem is it need a cache space to move ,because it ,something will broken

@octylFractal
Copy link
Member

//move also takes x,y,z if you want, as the offset. See //help move.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:invalid This does not describe a request or bug with WorldEdit type:feature-request Request for something new
Projects
None yet
Development

No branches or pull requests

3 participants