We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Paper
1.20.2
ExtentEntityCopy hits the default implementation of Extent.createEntity
ExtentEntityCopy
Extent.createEntity
https://github.com/opl-/FastAsyncWorldEdit/blob/f812fc14abdd23d3d131395f02d5526dd8095389/worldedit-core/src/main/java/com/sk89q/worldedit/extent/Extent.java#L147
when trying to use it with a BukkitAdapter.adapt(world). A quick investigation leads to the following line:
BukkitAdapter.adapt(world)
https://github.com/opl-/FastAsyncWorldEdit/blob/79a2c14caacee4fdd64e51e43fde382118750781/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitWorld.java#L170
IChunkExtent, being a FAWE construct, breaks compatibility.
IChunkExtent
Use reproduction steps from #2445.
Some sorta automatic fallback? Not sure.
No response
https://athion.net/ISPaster/paste/view/f05eca59ab7a4e188ced658f1f9ffa4c
FastAsyncWorldEdit version 2.8.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Server Implementation
Paper
Server Version
1.20.2
Describe the bug
ExtentEntityCopy
hits the default implementation ofExtent.createEntity
https://github.com/opl-/FastAsyncWorldEdit/blob/f812fc14abdd23d3d131395f02d5526dd8095389/worldedit-core/src/main/java/com/sk89q/worldedit/extent/Extent.java#L147
when trying to use it with a
BukkitAdapter.adapt(world)
. A quick investigation leads to the following line:https://github.com/opl-/FastAsyncWorldEdit/blob/79a2c14caacee4fdd64e51e43fde382118750781/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitWorld.java#L170
IChunkExtent
, being a FAWE construct, breaks compatibility.To Reproduce
Use reproduction steps from #2445.
Expected behaviour
Some sorta automatic fallback? Not sure.
Screenshots / Videos
No response
Error log (if applicable)
No response
Fawe Debugpaste
https://athion.net/ISPaster/paste/view/f05eca59ab7a4e188ced658f1f9ffa4c
Fawe Version
FastAsyncWorldEdit version 2.8.0
Checklist
Anything else?
No response
The text was updated successfully, but these errors were encountered: