Open Somikyy opened 6 months ago
i tried different methodes but all of them was giving me a road to this error.
If your server is >1.19.2 you should use getPlayerInfoActions() and not getPlayerInfoAction() !!
like this:
Packet.getPlayerInfoActions().write(0, EnumSet.of(com.comphenix.protocol.wrappers.EnumWrappers.PlayerInfoAction.ADD_PLAYER))
Maybe that helps.
hey, im wondering how to create fake players in my players list to customize it a little bit.
So i have this code:
But it's giving me a console error as:
I'll be really appreciated if someone helps me.