FastAsyncWorldEdit

FastAsyncWorldEdit

152k Downloads

//chunk -s Only selects old chunk height

mitgobla opened this issue ยท 1 comments

commented

Server Implementation

Paper

Server Version

1.20.6

Describe the bug

Using the //chunk -s command to select chunks within selection bounds, it only selects the old chunk height. As in, blocks below Y=0 are not selected as expected.

To Reproduce

  1. Select an area with the wand.
  2. Run //chunk -s
  3. Fill or clear the blocks.
  4. Notice that the entire chunk was not selected with the performed action.

Expected behaviour

The entire chunk should be selected, from Y=0 to Y=-64

Screenshots / Videos

2024-07-21_19 11 18

Error log (if applicable)

No response

Fawe Debugpaste

https://athion.net/ISPaster/paste/view/424e1c16004546e58079e702673b41b6

Fawe Version

2.11.1-SNAPSHOT-855;01273e0

Checklist

Anything else?

Have a lovely day!

commented