Bukkit.getServer().getPluginManager().getPlugin("Vault") is always null
Patfreeze opened this issue ยท 1 comments
This code always return false :
if (Bukkit.getServer().getPluginManager().getPlugin("Vault") == null) {
return false;
}
Because Bukkit.getServer().getPluginManager().getPlugin("Vault")
return this: Vault v1.7.3-b131
I can change on my side but many others will ask why is not working anymore.