FastAsyncWorldEdit

FastAsyncWorldEdit

245k Downloads

//chunk command doesn't select below y=0 or above y=256

Swrds7 opened this issue ยท 2 comments

commented

Server Implementation

Spigot

Server Version

1.21.3

Describe the bug

The //chunk command only selects blocks between y 0 and 256. Minecraft updated the min/max build height limit in 1.18 to -63 and 319 respectively.

To Reproduce

  1. Run //chunk
  2. Run //set stone
  3. The stone pillar will only cover the legacy min-max y levels

Expected behaviour

//chunk should stretch from -63 to 319

Screenshots / Videos

No response

Error log (if applicable)

No response

Fawe Debugpaste

N/A

Fawe Version

FastAsyncWorldEdit v2.12.4

Checklist

Anything else?

No response

commented
commented

I'll leave it here to track