Checking vanish status in another plugin?Solved
Hello,

I'm learning to dev plugins and I would like to know how to use plugins API.
I would like to check if I'm invisible in my plugin.

Refence the plugin and then use api calls like the following.

bool isInvisible = Vanish.Call<bool>("IsInvisible", player);
Locked automatically