Open Ghost-chu opened 5 months ago
Thank you for the detailed report. It seems like at some point, the Bukkit item stack is not being converted into a NMS stack. I will look into this further
Give build 710 a try. I also added some helper methods to clean things up a little bit. Probably won't be able to use those right away, but maybe something to look forward to
Give build 710 a try. I also added some helper methods to clean things up a little bit. Probably won't be able to use those right away, but maybe something to look forward to
I also experienced this error. Build 716 seems to work for me, but later ones don't.
Hey @xtb7 do you have the 716 build please?
Hey @xtb7 do you have the 716 build please?
@trisout78 Yes, I do,but the latest dev build also seems to work. Here it is: https://ci.dmulloy2.net/job/ProtocolLib/726/
mine is 726 but still show "Failed to encode packet 'clientbound/minecraft:set_entity_data'"
It doesn't happen for me. Here's the 716 build, though: ProtocolLib.zip
Hey guys, any new progress about this issue? It seems like similar issue happened again in both latest 1.20.4 stable build and latest dev build (so both in 1.20.4 server and 1.21.1 server).
The situation is: I want to make a special glow effect, which only make entites glowing to specified players.For example, we are playing bedwars, and we are in the same team, in this case, you can see me glowing but our enemies can't. So, at first, I tried to achieve by handling with Entity_Effect but failed.
Then I tried to use Entity_Metadata, but also failed ...
So could somebody help me out, whether it's my fault or not? Thanks!
Describe the bug A clear and concise description of what the bug is.
When plugin sending a series about spawn item entity packets to player, the player get disconnected due an ClassCastException.
Error sending packet clientbound/minecraft:set_entity_data (skippable? false)
To Reproduce
Expected behavior A clear and concise description of what you expected to happen.
The error shouldn't appears.
Screenshots If applicable, add screenshots to help explain your problem.
Version Info Provide your ProtocolLib install info with
/protocol dump
through pastebin.[dump-2024-06-07_23.47.42.txt](https://github.com/user-attachments/files/15741983/dump-2024-06-07_23.47.42.txt)
Additional context Add any other context about the problem here.