Multiverse-Inventories compatibility disable
This commit is contained in:
parent
6856c6d95a
commit
c85a541b92
1 changed files with 3 additions and 0 deletions
|
@ -75,6 +75,9 @@ public class Core extends JavaPlugin {
|
||||||
if (config.getStoreEnabled() && getServer().getPluginManager().isPluginEnabled("MultiInv")) {
|
if (config.getStoreEnabled() && getServer().getPluginManager().isPluginEnabled("MultiInv")) {
|
||||||
warn(L("basic.conflict", "MultiInv", L("basic.feature.store")));
|
warn(L("basic.conflict", "MultiInv", L("basic.feature.store")));
|
||||||
config.setTempStoreEnabled(false);
|
config.setTempStoreEnabled(false);
|
||||||
|
} else if (config.getStoreEnabled() && getServer().getPluginManager().isPluginEnabled("Multiverse-Inventories")) {
|
||||||
|
warn(L("basic.conflict", "Multiverse-Inventories", L("basic.feature.store")));
|
||||||
|
config.setTempStoreEnabled(false);
|
||||||
}
|
}
|
||||||
if (config.getStoreEnabled()) {
|
if (config.getStoreEnabled()) {
|
||||||
com.hookAuthInvs();
|
com.hookAuthInvs();
|
||||||
|
|
Loading…
Reference in a new issue