-
-
Notifications
You must be signed in to change notification settings - Fork 224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Copy/Paste with passenger entities #2427
Comments
Please use Paper |
I installed the Paper core, nothing changed. Only the error color turned red) I looked at 3 similar requests to this one, but in none of them did I see a solution or report that the bug was fixed/will be fixed |
I'll look into reproducing it, also @TheMeinerLP (for your information, we talked about that) |
I can record a video of the bug with the console in the background if needed. |
I am not a regular user of this forum, but I would like to know how quickly this problem can be solved? |
I looked into that error in your debugpaste and I think it would be good if you can make a video, so the developer know which case it is |
Depends on how complicate this turns out. We had a similar issue fixed but somehow it wasn't 100% fixed I guess. |
I made a quick but ugly code solution that will solve the problem only in a very narrow range of situations (will only fix ItemDisplay) I hope this helps solve the problem as a whole. |
Thats not the right solution. My PR for copy entites was not merged yet. Also there improvements missing for 5 Stacked Entity |
Yes, I completely agree, but even this solution still satisfies the needs of builders who will work with a private plugin for fittings. Because they desperately needed a solution to this problem. |
Server Implementation
Paper
Server Version
1.19.4
Describe the bug
When I copy 2 entities, one of which sits on the other, and try to paste it, the following error pops up, and the entity that sits is not pasted. It is also possible that this is due to the fact that entity 2 is ItemDisplay.
Error:
Unknown entity tag: BinaryTagType[CompoundBinaryTag 10]{tags={"UUIDMost"=BinaryTagType[LongBinaryTag 4 (numeric)]{value=7102332560571647860}, "Pos"=BinaryTagType[ListBinaryTag 9]{tags=[BinaryTagType[DoubleBinaryTag 6 (numeric)]{value=30.5d}, BinaryTagType[DoubleBinaryTag 6 (numeric)]{value=9.0d}, BinaryTagType[DoubleBinaryTag 6 (numeric)]{value=-3018.5d}], type=BinaryTagType[DoubleBinaryTag 6 (numeric)]}, "UUIDLeast"=BinaryTagType[LongBinaryTag 4 (numeric)]{value=-7375300107981949919}, "WorldUUIDMost"=BinaryTagType[LongBinaryTag 4 (numeric)]{value=7102332560571647860}, "PersistentIDLSB"=BinaryTagType[LongBinaryTag 4 (numeric)]{value=-7375300107981949919}, "PersistentIDMSB"=BinaryTagType[LongBinaryTag 4 (numeric)]{value=7102332560571647860}, "Id"=BinaryTagType[StringBinaryTag 8]{value="minecraft:item_display"}, "UUID"=BinaryTagType[IntArrayBinaryTag 11]{value=[1653640661, -2054142092, -1717195872, -1210715103]}, "WorldUUIDLeast"=BinaryTagType[LongBinaryTag 4 (numeric)]{value=-7375300107981949919}}}
To Reproduce
select any territory with 2 passengers entities
write //copy -e
paste this with //paste -e
and see this error and bug
Expected behaviour
Both entities with tags applied should be inserted.
Screenshots / Videos
https://youtu.be/Bw7aShMvKJ4
Error log (if applicable)
No response
Fawe Debugpaste
https://athion.net/ISPaster/paste/view/d843fd8b43e4439abef14aef78d64085
Fawe Version
FastAsyncWorldEdit-Bukkit-2.7.2-SNAPSHOT-557.jar
Checklist
Anything else?
No response
The text was updated successfully, but these errors were encountered: