mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2025-02-02 11:21:20 +01:00
build plz
This commit is contained in:
parent
fc208567de
commit
9d1c2a11f9
@ -25,17 +25,16 @@ public class VaultSupport {
|
||||
|
||||
if(economy == null) {
|
||||
MMOItems.plugin.getLogger().log(Level.SEVERE, "Could not load Economy Support (Vault)");
|
||||
return;
|
||||
} else
|
||||
MMOItems.plugin.getCrafting().registerCondition("money", MoneyCondition::new,
|
||||
new ConditionalDisplay("&a" + AltChar.check + " Requires $#money#",
|
||||
"&c" + AltChar.cross + " Requires $#money#"));
|
||||
if(permissions == null) {
|
||||
MMOItems.plugin.getLogger().log(Level.SEVERE, "Could not load Permissions Support (Vault)");
|
||||
return;
|
||||
}
|
||||
|
||||
MMOItems.plugin.getLogger().log(Level.INFO, "Hooked onto Vault");
|
||||
if(economy != null || permissions != null)
|
||||
MMOItems.plugin.getLogger().log(Level.INFO, "Hooked onto Vault");
|
||||
}
|
||||
|
||||
public Permission getPermissions() {
|
||||
|
Loading…
Reference in New Issue
Block a user