Setbiome Does Not Work With 1.18 Heights
lampmeorelse opened this issue ยท 3 comments
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
- Select part of a world that is either below y=0 or above y=256 (Or all the way through)
- Try
//setbiome forest
- 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
- I have included a Fawe debugpaste.
- I am using the newest build from https://ci.athion.net/job/FastAsyncWorldEdit/ and the issue still persists.
Anything else?
No response
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
Duplicate of #1490