-
-
Notifications
You must be signed in to change notification settings - Fork 883
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
Comments
you can use the |
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 |
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 |
I know your means ,use //move 188 up -es ,but that not i want |
I'm not really sure what you're asking then. |
|
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
The text was updated successfully, but these errors were encountered: