Entities containing data of other entities don't work with copy and paste operation
Hasenzahn1 opened this issue ยท 4 comments
Server Implementation
Paper
Server Version
1.19.2
Describe the bug
When trying to copy an area that contains entities that store other entities nbt data, those entities are not copied (or only partially copied).
Entities that are affected:
- All entities that have a passenger on board (boat, minecart, strider... ) (Also mentioned in bug #2091)
- Leash Knots (Entities that are leashed to a fence)
- fishing_bobber (The fishing rod that is cast by a player)
To Reproduce
Entity with passenger:
- Summon entity with passenger or get an entity inside a boat.
- Copy the area
//copy -e
- Paste the area in the world
//paste -e
Leash Knot:
- Spawn Entity in the world
- Leash entity to a fence
- Copy the area
//copy -e
- Paste the area in the world
//paste -e
Fishing Bobber:
- Select an area
- Cast the fishing rod. The bobber has to be inside of the area
- Copy the area
//copy -e
- Paste the area
//paste -e
Expected behaviour
The entities should be copied correctly and no error should appear in the console
Screenshots / Videos
Entity passenger of another entity:
Error log (if applicable)
https://paste.gg/p/anonymous/04fd914c406c457f90d49c3d9ab0f5ad
Fawe Debugpaste
https://athion.net/ISPaster/paste/view/f6e34485da754567a2c14306580a6b1d
Fawe Version
FastAsyncWorldEdit version 2.5.3-SNAPSHOT-381;bfd919b
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?
No response
Going to close in favour of #2427 as from what I understand it is just passengers now
@Hasenzahn1
I have already looked inside.
Passangers are fixed. Leashes and bobbers are still buggy for some reason.