FastAsyncWorldEdit

FastAsyncWorldEdit

152k Downloads

Entities containing data of other entities don't work with copy and paste operation

Hasenzahn1 opened this issue ยท 4 comments

commented

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:

  1. Summon entity with passenger or get an entity inside a boat.
  2. Copy the area //copy -e
  3. Paste the area in the world //paste -e

Leash Knot:

  1. Spawn Entity in the world
  2. Leash entity to a fence
  3. Copy the area //copy -e
  4. Paste the area in the world //paste -e

Fishing Bobber:

  1. Select an area
  2. Cast the fishing rod. The bobber has to be inside of the area
  3. Copy the area //copy -e
  4. Paste the area //paste -e

Expected behaviour

The entities should be copied correctly and no error should appear in the console

Screenshots / Videos

Leashed Entity:
image

Entity passenger of another entity:
image

Fishing Bobber:
image

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

Anything else?

No response

commented

Going to close in favour of #2427 as from what I understand it is just passengers now

commented
commented

Leashes now also fixed. But only 1.19.4 i will continue on this.

commented

@Hasenzahn1
I have already looked inside.
Passangers are fixed. Leashes and bobbers are still buggy for some reason.