//regen changes blocks outside the selection
LadyCailinBot opened this issue ยท 7 comments
WORLDEDIT-2205 - Reported by sk89q
Because //regen generates chunks at a time, and because the chunk generation algorithm bleeds out of the selected chunk, and because //regen actually keeps a copy of the selected chunk, only to restore the blocks outside the specific selection, blocks that are not directly in the chunks of the selection area are not restored.
Comment by Senan.Kelly
Also, when I //undo a //regen, the server often crashes. (even for 2x2 chunk areas..)
Comment by skyit
same eror here //undo make a white screen on client+kick from server with error
Failed to do NMS access for direct NBT data copy
and app crash.
Comment by Dark_Arc
There may be a way to break out of bukkit's methods and seperate the populators. I was looking into doing that a while back, forget what I found.
Comment by Dr.Bunsen
This only started happening since 1.5 for me, random jungle trees everywhere.....
Comment by sk89q
We would need Bukkit to handle this, but they would probably reject it.
We could access MC directly, but Bukkit makes it intentionally hard for plugins to do that, and it's a lot of work on our part.
Comment by Dutchy
Does this still count? Because i have this with the latest dev version running on a 1.9 spigot server.
Blocks change outside the selection. Just small things but i dont want bugged chunks.