Snapshot not fully restoring world selection
HaagenDazs3010 opened this issue ยท 1 comments
WorldEdit Version
worldedit-bukkit-7.3.1
Platform Version
paper-1.20.1-196
Confirmations
- I am using the most recent Minecraft release.
- I am using a version of WorldEdit compatible with my Minecraft version.
- I am using the latest or recommended version of my platform software.
- I am NOT using a hybrid server, e.g. a server that combines Bukkit and Forge. Examples include Arclight, Mohist, and Cardboard.
- I am NOT using a fork of WorldEdit, such as FastAsyncWorldEdit (FAWE) or AsyncWorldEdit (AWE)
Bug Description
Hey all. i have a issue where i am trying to restore a selection inside my world from a snapshot. And it restores only part of my selection but not everything
But i get error:
[16:32:39] [Server thread/ERROR]: [WorldEdit] [STDERR] Seek to 8790016 from position 4096 using 8785920
[16:32:39] [Server thread/ERROR]: [WorldEdit] [STDERR] Seek to 1122304 from position 4096 using 1118208
[16:32:39] [Server thread/ERROR]: [WorldEdit] [STDERR] Seek to 6025216 from position 4096 using 6021120
[16:32:39] [Server thread/ERROR]: [WorldEdit] [STDERR] Seek to 8077312 from position 4096 using 8073216
I know this is server logs. but please direct me to where I can find the correct error log
And this is what the command feedback tells me ingame
Expected Behavior
To restore the world from a backup as specified in https://worldedit.enginehub.org/en/latest/usage/snapshots/ without error
Reproduction Steps
- select pos 1
- select pos 2
- /snapshot list
- then use the correct snapshot .zip that it sees
- /restore
Anything Else?
No response