FastAsyncWorldEdit icon indicating copy to clipboard operation
FastAsyncWorldEdit copied to clipboard

Undo won't remove item frames

Open Josh65-2201 opened this issue 10 months ago • 2 comments

Server Implementation

Paper

Server Version

1.21.1

Describe the bug

When I use paste -e then try and undo and undo -e item frames (I have them invisible and containing a map) won't get removed with it.

To Reproduce

  1. Create an long area (170 block) with item frame maps in it using the below
/give @s item_frame[entity_data={id:"minecraft:item_frame",ItemRotation:4b,Fixed:1b,Invisible:1b,Item:{id:"minecraft:filled_map",components:{"minecraft:map_id":0}}}]
  1. Do paste -e
  2. Then undo and undo -e
  3. See item frame maps are still there

Expected behaviour

Item frames should be removed

Screenshots / Videos

No response

Error log (if applicable)

https://mclo.gs/Kn7xsP6

Fawe Debugpaste

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

Fawe Version

2.12.4

Checklist

  • [x] I have included a Fawe debugpaste.
  • [x] I am using the newest build from https://ci.athion.net/job/FastAsyncWorldEdit/ and the issue still persists.

Anything else?

No response

Josh65-2201 avatar Feb 20 '25 00:02 Josh65-2201

Thanks for your report. But the //undo also removes the item frame for me.

Image

No difference with using of the custom item frame from your command. It also works with a //stack 180 -e scenario. I can even see in my F3 view how the item_frames are removed first.

@Josh65-2201 Is the problem only with larger quantities (stacked), or also in individual cases (on block)? By the way: undo -e does not exist at all (//help undo).

Tested with FastAsyncWorldEdit-Paper-2.13.1-SNAPSHOT-1057 on PaperMC 1.21.1

RedstoneFuture avatar Feb 25 '25 03:02 RedstoneFuture

Single blocks or small areas work fine. As I said in the to reproduce section

Create an long area (170 block) with item frame maps in it using the below

They don't have to be next to each other, for me the item frame maps are 10 blocks apart over the 170 block length

Josh65-2201 avatar Feb 25 '25 13:02 Josh65-2201

I cannot replicate this any more, probably fixed by the changes to entity edits..?

dordsor21 avatar Aug 01 '25 13:08 dordsor21