Currently, there is no good and simple way to differentiate the original vault from VaultUnlocked, so a good amount of plugins check the version of the plugin.
This causes problems with other Vault like plugins that might also have version 2+.
Instead of checking the version string, devs could just use getPlugin("VaultUnlocked") or isPluginEnabled("VaultUnlocked") to test for VaultUnlocked
Currently, there is no good and simple way to differentiate the original vault from VaultUnlocked, so a good amount of plugins check the version of the plugin.
This causes problems with other Vault like plugins that might also have version 2+.
Instead of checking the version string, devs could just use
getPlugin("VaultUnlocked")orisPluginEnabled("VaultUnlocked")to test for VaultUnlocked