Skip to content

Added Move and Paste Argument Flags#54

Merged
NotMyFault merged 6 commits intoIntellectualSites:mainfrom
12rcu:fix-entity-flag
Jan 6, 2024
Merged

Added Move and Paste Argument Flags#54
NotMyFault merged 6 commits intoIntellectualSites:mainfrom
12rcu:fix-entity-flag

Conversation

@12rcu
Copy link
Copy Markdown
Contributor

@12rcu 12rcu commented Dec 9, 2023

Overview

Some flags of the paste and move command are wrong or missing, this PR adds the missing flags and tries to fix the wrong flags.

Description

Move command argument flags

Source: https://github.com/IntellectualSites/FastAsyncWorldEdit/blob/fe626a92e14ec1fb9db38a52895c131c9230443b/worldedit-core/src/main/java/com/sk89q/worldedit/command/RegionCommands.java#L539

  • -b includes moving biomes, not excluding them
  • -e includes moving entities, not excluding them
  • -m added this flag

Paste command argument flags

Source: https://github.com/IntellectualSites/FastAsyncWorldEdit/blob/fe626a92e14ec1fb9db38a52895c131c9230443b/worldedit-core/src/main/java/com/sk89q/worldedit/command/ClipboardCommands.java#L500

  • -b includes moving biomes, not excluding them
  • -e includes moving entities, not excluding them
  • -m added this flag
  • -n added this flag
### Submitter Checklist
- [x] Make sure you are opening from a topic branch (**/feature/fix/docs/ branch** (right side)) and not your main branch.
- [x] Ensure that the pull request title represents the desired changelog entry.
- [x] New public fields and methods are annotated with `@since TODO`.
- [X] I read and followed the [contribution guidelines](https://github.com/IntellectualSites/.github/blob/main/CONTRIBUTING.md).

@12rcu 12rcu requested a review from a team as a code owner December 9, 2023 22:51
@12rcu 12rcu changed the title Added Move and Paste Arguemnt Flags Added Move and Paste Argument Flags Dec 9, 2023
@NotMyFault
Copy link
Copy Markdown
Contributor

Hey, thanks for the PR, but it looks like you got a typo there :)

Screenshot 2024-01-06 at 11 25 56

Comment thread fastasyncworldedit/basic-commands/main-commands-and-permissions.md Outdated
Copy link
Copy Markdown
Contributor

@NotMyFault NotMyFault left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@NotMyFault NotMyFault merged commit 0eeb156 into IntellectualSites:main Jan 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants