IntellectualSites / fastasyncvoxelsniper

Voxel Sniper fork for modern Minecraft versions utilizing the improvements of FastAsyncWorldEdit
GNU General Public License v3.0
74 stars 24 forks source link

Fix allowed regions handling #371

Open Aurelien30000 opened 3 months ago

Aurelien30000 commented 3 months ago

Overview

Fixes #364

Description

Manually add a region extent when performing a brush action:

### 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).
dordsor21 commented 3 months ago

fwiw this is was FAWE does for //copy https://github.com/IntellectualSites/FastAsyncWorldEdit/blob/main/worldedit-core/src/main/java/com/sk89q/worldedit/command/ClipboardCommands.java#L286