FastAsyncWorldEdit

FastAsyncWorldEdit

152k Downloads

passenger entity disappears after copy paste operation

LedariaTim1 opened this issue ยท 4 comments

commented

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

grafik
grafik

grafik
grafik

Error log (if applicable)

https://paste.gg/p/anonymous/599fb09dea2a4dc08e8ab2fa43c3495f/files/0ac8074ba8444f91ba177e80e1bc3e43/raw

Fawe Debugpaste

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

Fawe Version

FastAsyncWorldEdit version 2.5.3-SNAPSHOT-356;783dc35

Checklist

Anything else?

No response

commented

I have the same problem. Thanks for the report

commented

Can reproduce with Paper 1.19.3 412, FAWE-401 and also on Paper 1.19.4 (should update my fawe version today as well):

grafik

commented

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.

commented

issue still exists in Minecraft 1.21 with FAWE 2.11.1-SNAPSHOT-858