FastAsyncWorldEdit

FastAsyncWorldEdit

152k Downloads

`/rg select` only selects within old height limits

JasonHorkles opened this issue ยท 4 comments

commented

Server Implementation

Paper

Server Version

1.18.1

Describe the bug

Using /rg select on a region that goes for example below 0 will only select down to 0

To Reproduce

  1. Make a region that goes above y 0 and below it
  2. Clear your selection and history
  3. Select the region with /rg select
  4. Perform an operation like //set dirt

Expected behaviour

It should select the whole region

Screenshots / Videos

No response

Error log (if applicable)

No response

Fawe Debugpaste

https://athion.net/ISPaster/paste/view/23ff7f01770143c08b577bea138fc282

Fawe Version

2.0.0-SNAPSHOT-24;f9ecb44

Checklist

Anything else?

Doesn't happen with normal WE

commented

Either the steps to reproduce are not clear enough or I'm not able to replicate that.

Using /rg select on a region with bounds below 0 works fine for me

commented

Region info shows properly, but when you do a command like //set dirt it'll only go to 0 (using a plugin like WESUI shows this well - I should've mentioned to actually perform an action with the selection in the steps)

commented

I've updated the steps accordingly.

commented

Fixed in PR branch.