passenger entity disappears after copy paste operation
LedariaTim1 opened this issue ยท 4 comments
Server Implementation
Paper
Server Version
1.19.3
Describe the bug
Initial situation: freshly installed Paper 1.19.3 server with the latest FAWE version without any other plugins
when copying a area containing entities which ride entities (as an example a pig with a cow as a passenger) with the command //copy -e and subsequent pasting with //paste -e the upper entity is lost.
And in the console an error is printed.
To Reproduce
create a clean paper 1.19.3 server (Build 392) and latest FAWE (2.5.3-SNAPSHOT-356)
build a flat area
summon an entity with a passenger
/summon cow ~ ~ ~ {NoGravity:1b,Invulnerable:1b,NoAI:1b,Passengers:[{id:"minecraft:pig",NoGravity:1b,Invulnerable:1b,NoAI:1b}]}
select and copy the area with //copy -e
paste it to a free area with //paste -e
Expected behaviour
I would have expected that at the inserted place also the entity with the passenger would be inserted again
Screenshots / Videos
Error log (if applicable)
Fawe Debugpaste
https://athion.net/ISPaster/paste/view/ee3dd95dc60d41b3847fc84972cd1c46
Fawe Version
FastAsyncWorldEdit version 2.5.3-SNAPSHOT-356;783dc35
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
BinaryTagType[CompoundBinaryTag 10]{tags={"UUIDMost"=BinaryTagType[LongBinaryTag 4 (numeric)]{value=-3682752965797655454}, "Pos"=BinaryTagType[ListBinaryTag 9]{tags=[BinaryTagType[DoubleBinaryTag 6 (numeric)]{value=176.2415854339166d}, BinaryTagType[DoubleBinaryTag 6 (numeric)]{value=64.18999998211861d}, BinaryTagType[DoubleBinaryTag 6 (numeric)]{value=-673.061920999834d}], type=BinaryTagType[DoubleBinaryTag 6 (numeric)]}, "UUIDLeast"=BinaryTagType[LongBinaryTag 4 (numeric)]{value=-5245839892364430806}, "WorldUUIDMost"=BinaryTagType[LongBinaryTag 4 (numeric)]{value=-3682752965797655454}, "PersistentIDLSB"=BinaryTagType[LongBinaryTag 4 (numeric)]{value=-5245839892364430806}, "PersistentIDMSB"=BinaryTagType[LongBinaryTag 4 (numeric)]{value=-3682752965797655454}, "Id"=BinaryTagType[StringBinaryTag 8]{value="minecraft:pig"}, "UUID"=BinaryTagType[IntArrayBinaryTag 11]{value=[-857457744, -1910682526, -1221392279, 1527476778]}, "WorldUUIDLeast"=BinaryTagType[LongBinaryTag 4 (numeric)]{value=-5245839892364430806}}}
It's even the same information on console.