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

Cut, mirror, rotate and mirror clipboard and revolution paste #100

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

Firigion
Copy link
Collaborator

@Firigion Firigion commented Jan 8, 2022

This PR resolves #81 and #82. It adds

  • Mirror operation
  • mirrorc and rotatec command that mirror and rotata the clipboard (the default behaviour of mirror and rotate in WorldEdit).
  • cut command that's jsut copy + set air
  • A flag -r to remove the selection after rotating or mirroring it. This may be useful in some other action too, we'll see. This flag could be renamed to -m for "move" instead of "remove", since it's moving and rotating (or mirroring) the selection.
  • Revolution paste: a short hand for copy, rotatec 360/count, paste, rotatec 360/count, paste, rotatec 360/count, paste, ... Looks quite cool and it's easy to implement. here's a mini demo of what it does: https://youtu.be/Z7od7NzOsqk

@Firigion Firigion added the enhancement New feature or request label Jan 8, 2022
@Firigion Firigion linked an issue Jan 9, 2022 that may be closed by this pull request
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add mirror command, commands to mirror and rotate clipboard, cut command Add Revolution Pasting
1 participant