IntellectualSites / documentation

A collection of documentation sources for our plugins hosted on gitbook
https://intellectualsites.gitbook.io/
MIT License
4 stars 7 forks source link

Added Move and Paste Argument Flags #54

Closed 12rcu closed 10 months ago

12rcu commented 11 months ago

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

Paste command argument flags

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

### 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).
NotMyFault commented 10 months ago

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

Screenshot 2024-01-06 at 11 25 56