FastAsyncWorldEdit

FastAsyncWorldEdit

152k Downloads

//undo doesn't bring back block entity data

Aeltumn opened this issue ยท 4 comments

commented

Server Implementation

Paper

Server Version

1.18.1

Describe the bug

When block entities are affected by //undo their data is completly lost. Redo works and brings the data back.

To Reproduce

  1. Place down a chest with some items in it
  2. Select a region containing the chest
  3. Run //air
  4. Run //undo
  5. The chest will have become invisble and is empty when opened.

Expected behaviour

Block entities have their data returned when an operation is undone.

Screenshots / Videos

No response

Error log (if applicable)

No response

Fawe Debugpaste

https://athion.net/ISPaster/paste/view/55f179cc20f74614957da1ed5b64bc81

Fawe Version

2.0.2-SNAPSHOT-87;15b9b83

Checklist

Anything else?

No response

commented

I just ran into this issue on my Aternos server. It appears to have inconsistent issues with //cut, //copy, and //undo. I don't think it's copying nbt data in the first place. It works sometimes, then breaks after you do it once or twice.

commented

I just ran into this issue on my Aternos server. It appears to have inconsistent issues with //cut, //copy, and //undo. I don't think it's copying nbt data in the first place. It works sometimes, then breaks after you do it once or twice.

That sounds like #1548 ?

commented

Yes, I think so.

commented

I'm also using paper, latest build of FAWE and FAVS available on Aternos.