FastAsyncWorldEdit

FastAsyncWorldEdit

152k Downloads

Undo of chest and signs previously replaced by each other makes them empty and invisible.

TheoRetisch1 opened this issue ยท 2 comments

commented

Server Implementation

Paper

Server Version

1.18.1

Describe the bug

If you replace an existing chest, or sign via //copy +//paste with a new chest or sign and then undo this action with //undo, the original chest and sign are empty and invisible.

To Reproduce

  1. Place a filled chest and a labelled sign in your world
  2. Copy a filled chest and a labelled sign
  3. Paste the filled chest and the labelled sign over the existing chest + sign
  4. //undo the action
    -> the original box and sign are invisible and empty

Expected behaviour

//undo should restore the original state of the filled chest and the labelled sign.

Screenshots / Videos

No response

Error log (if applicable)

No response

Fawe Debugpaste

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

Fawe Version

FastAsyncWorldEdit version 2.0.1-SNAPSHOT-76;e8f72d6

Checklist

Anything else?

No response

commented

Duplicate of #1548 I guess?

commented

I'm not so sure about that. //copy and //paste of chest contents has always worked 100%. There were no difficulties at all with the copied content. The difficulties only occur as soon as you try to restore the original state of the world with //undo. But if you say it's technically the same problem, thanks for merging.