Vault

Vault

7M Downloads

Bukkit.getServer().getPluginManager().getPlugin("Vault") is always null

Patfreeze opened this issue ยท 1 comments

commented

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.

commented

Forget about that... I will check my code is not a issue. If so I will reopen another one. Sorry about that