How can I check if a certain player is in Vanish in Minecraft?
I would put him in an ArrayList when Vanish go and then simply query whether the player is in the ArrayList
if (vanish.contains (p)) {}
3 years ago