FastAsyncWorldEdit

FastAsyncWorldEdit

152k Downloads

//undo causing missing blocks

oxolotel opened this issue ยท 0 comments

commented

Server Implementation

Paper

Server Version

1.20

Describe the bug

When editing a large area and undoing this editing action right after it is possible that the world is not correctly restored.

This happens with fast-placement: true as well as with fast-placement: false.

The severity of the lost blocks seems to fluctuate as most of my tests only had some missing blocks but one of my earlier tests have had a 3-8 block wide hole. The length of the holes also seems to fluctuate as you can see in the attached pictures.

To Reproduce

  1. Create a fresh server/world
  2. Teleport to ocean to see errors more easily
  3. Execute //sphere air 400
  4. Execute //undo
  5. Search for error in the world

Expected behaviour

The world should be returned to its original state without any modifications or missing blocks.

Screenshots / Videos

grafik
grafik
2023-06-13_00 52 42
grafik

Error log (if applicable)

No response

Fawe Debugpaste

https://athion.net/ISPaster/paste/view/b57bc8e4560d4a548dedbea3ea38d4a2

Fawe Version

2.6.4-SNAPSHOT-479;d9463ce

Checklist

Anything else?

All of the above pictures were taken in different worlds. After most of my tests i stopped the server and deleted the world folder and/or the FAWE folder to get reproducible results.