FastAsyncWorldEdit

FastAsyncWorldEdit

152k Downloads

Setbiome Does Not Work With 1.18 Heights

lampmeorelse opened this issue ยท 3 comments

commented

Server Implementation

Purpur

Server Version

1.18.1

Describe the bug

When trying to //setbiome, it works as it should while using it between y=0 and y=256, but if you try it below y=0 or above y=256, it does not work. The following error message is given:

ERROR An unexpected error while handling a FastAsyncWorldEdit command
INFO java.lang.ArrayIndexOutOfBoundsException: null

To Reproduce

  1. Select part of a world that is either below y=0 or above y=256 (Or all the way through)
  2. Try //setbiome forest
  3. An error message will be thrown, and the biome will not be changed.

Expected behaviour

I mean, it should obviously change the biome like it does for < 1.18 versions.

Screenshots / Videos

No response

Error log (if applicable)

No response

Fawe Debugpaste

https://athion.net/ISPaster/paste/view/6d2228e27295427ba7102eb1d3c9c59a

Fawe Version

FastAsyncWorldEdit version 2.0.0-SNAPSHOT-24;f9ecb44

Checklist

Anything else?

No response

commented

Can you replicate that on Paper? I'm not able to.

commented

Yes, I was able to recreate this on a fresh paper server, with FAWE being the only plugin installed.
Latest Paper version, latest FAWE version.
Log Paste

commented

Duplicate of #1490