I tried to hide an Entity
(ArmorStand
) for some Players. Is there a Method like for Players (Player1.hidePlayer(Player2);
)?
Thank you for your help and sorry for my bad English :)
I tried to hide an Entity
(ArmorStand
) for some Players. Is there a Method like for Players (Player1.hidePlayer(Player2);
)?
Thank you for your help and sorry for my bad English :)
I personally would suggest utilizing packet manipulation to do this. Specifically using a destroy packet as well as cancelling any ping packets sent to the player. I'm not sure if it's still a thing but we used to abuse this to determine what admins were online and in vanish because even though Bukkit/Spigot sent the destroy we continued to receive pings from the player to update them on the scoreboard even if they weren't present on the scoreboard. Big tell.
Also in reference to the "ping" packet I'm referring to I believe Entity Status with a certain code.