Cuberite Forum

Full Version: Working with packets.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am basically making a Vanish plugin, but it is not working correctly.
In fact, if you use a hacked client, you can still see players with PlayerESP.
So i searched in the API any way to work with packets and stop sending position update packets to the client if the player is vanished.
To do the vanish, i used Player:SetVisible() function.

Thank you!