MilkBowl / Vault

Vault of common APIs for Bukkit Plugins
GNU Lesser General Public License v3.0
493 stars 350 forks source link

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

Closed Patfreeze closed 3 years ago

Patfreeze commented 3 years ago

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.

Patfreeze commented 3 years ago

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