FastAsyncWorldEdit

FastAsyncWorldEdit

245k Downloads

Block/text entities not being copied

ArefyNetwork opened this issue ยท 6 comments

commented

Server Implementation

Paper

Server Version

1.20.4

Describe the bug

Hello, block entities and text entities aren't being copied. Here is what it's showing up on console:

[21:40:10 INFO]: xNekio issued server command: //paste -ae [21:40:10 ERROR]: Unknown entity tag: EagerFaweCompoundTag[linTag=LinCompoundTag{UUIDMost=LinLongTag[-7609572706828074226], Pos=LinListTag[LinDoubleTag[9981.47625097874], LinDoubleTag[71.0], LinDoubleTag[-43978.417265734344]], UUIDLeast=LinLongTag[-8179554958046407600], WorldUUIDMost=LinLongTag[-7609572706828074226], PersistentIDLSB=LinLongTag[-8179554958046407600], PersistentIDMSB=LinLongTag[-7609572706828074226], Id=LinStringTag[minecraft:item_display], UUID=LinIntArrayTag[-1771741712, -1123990770, -1904451046, 1356584016], WorldUUIDLeast=LinLongTag[-8179554958046407600]}] [21:40:10 ERROR]: Unknown entity tag: EagerFaweCompoundTag[linTag=LinCompoundTag{UUIDMost=LinLongTag[326865972829374338], Pos=LinListTag[LinDoubleTag[9981.47625097874], LinDoubleTag[71.0], LinDoubleTag[-43978.417265734344]], UUIDLeast=LinLongTag[-8083530309092018999], WorldUUIDMost=LinLongTag[326865972829374338], PersistentIDLSB=LinLongTag[-8083530309092018999], PersistentIDMSB=LinLongTag[326865972829374338], Id=LinStringTag[minecraft:block_display], UUID=LinIntArrayTag[76104414, -676837502, -1882093565, 595031241], WorldUUIDLeast=LinLongTag[-8083530309092018999]}] [21:40:10 ERROR]: Unknown entity tag: EagerFaweCompoundTag[linTag=LinCompoundTag{UUIDMost=LinLongTag[3422976070874909043], Pos=LinListTag[LinDoubleTag[9981.47625097874], LinDoubleTag[71.0], LinDoubleTag[-43978.417265734344]], UUIDLeast=LinLongTag[-4759300426033932540], WorldUUIDMost=LinLongTag[3422976070874909043], PersistentIDLSB=LinLongTag[-4759300426033932540], PersistentIDMSB=LinLongTag[3422976070874909043], Id=LinStringTag[minecraft:item_display], UUID=LinIntArrayTag[796973721, -886486669, -1108110982, 1994512132], WorldUUIDLeast=LinLongTag[-4759300426033932540]}] [21:40:10 ERROR]: Unknown entity tag: EagerFaweCompoundTag[linTag=LinCompoundTag{UUIDMost=LinLongTag[5888882387428590731], Pos=LinListTag[LinDoubleTag[9981.47625097874], LinDoubleTag[71.0], LinDoubleTag[-43978.417265734344]], UUIDLeast=LinLongTag[-7405125183283664589], WorldUUIDMost=LinLongTag[5888882387428590731], PersistentIDLSB=LinLongTag[-7405125183283664589], PersistentIDMSB=LinLongTag[5888882387428590731], Id=LinStringTag[minecraft:item_display], UUID=LinIntArrayTag[1371112276, -1430502261, -1724140063, 1024715059], WorldUUIDLeast=LinLongTag[-7405125183283664589]}]

Using latest dev build (FastAsyncWorldEdit-Bukkit-2.13.1-SNAPSHOT-1063.jar)

To Reproduce

  1. //copy -e (in a region with block entities/text entities)
  2. //paste -ae
  3. Block Entities/text entities won't be copied and an error will show up on console

Expected behaviour

Block/text entities being copied/pasted

Screenshots / Videos

https://i.imgur.com/GrwvCB7.gif

Error log (if applicable)

https://paste.gg/p/anonymous/5672f3ea74884ad6b7887899ed67ee29

Fawe Debugpaste

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

Fawe Version

FastAsyncWorldEdit-Bukkit-2.13.1-SNAPSHOT-1063

Checklist

Anything else?

No response

commented

According the the docs, they should have the rotation... https://minecraft.fandom.com/wiki/Display#Entity_data

commented

According the the docs, they should have the rotation... https://minecraft.fandom.com/wiki/Display#Entity_data

Hey dordsor, what do you mean?

commented

Hey dordsor, what do you mean?

It's just an observation. I guess Minecraft made rotation optional at some point. Classic

commented

I can't reproduce this on Paper. I assume this is an issue of your server software.

commented

I can't reproduce this on Paper. I assume this is an issue of your server software.

Yeah, I'm using UniverseSpigot (pufferfish fork)