ForwardExtentCopy doesn't overwrite existing item frames at the destination
md5sha256 opened this issue ยท 1 comments
Server Implementation
Paper
Server Version
1.19.2
Describe the bug
When using a ForwardExtentCopy
to paste a schematic which contains only blocks, existing item frames are not removed at the destination.
To Reproduce
- Create a schematic in a 2x2x2 area
- Place an item frame anywhere within the target destination
- Paste the schematic at the 2x2x2 area
The item frame should still be there.
Expected behaviour
The item frame should not be there.
Screenshots / Videos
No response
Error log (if applicable)
No response
Fawe Debugpaste
https://athion.net/ISPaster/paste/view/40da6ca507fe454ba5208c5f2051fca2
Fawe Version
FastAsyncWorldEdit-v2.4.5-SNAPSHOT-273;8233f13
Checklist
- I have included a Fawe debugpaste.
- I am using the newest build from https://ci.athion.net/job/FastAsyncWorldEdit/ and the issue still persists.
Anything else?
Using FAWE-273 as 276 has an issue with the AsyncCatcher (see: https://discord.com/channels/268444645527126017/344128526435221505/1018058263813693480)
Debugpaste contains AreaShop which is the plugin I'm working on which performs the schematic pasting.