Class VaultManager
java.lang.Object
rocks.gravili.notquests.paper.managers.integrations.VaultManager
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionnet.milkbowl.vault.economy.Economy
Returns an instance of Economy which has been set up in setupEconomy()boolean
Sets up the Chat from the Vault plugin.boolean
Sets up the Economy from the Vault plugin.boolean
Sets up the Permissions from the Vault plugin.
-
Constructor Details
-
VaultManager
-
-
Method Details
-
setupChat
public boolean setupChat()Sets up the Chat from the Vault plugin.- Returns:
- if vault chat has been set up successfully
-
setupPermissions
public boolean setupPermissions()Sets up the Permissions from the Vault plugin.- Returns:
- if permissions from the vault plugin have been set up successfully
-
setupEconomy
public boolean setupEconomy()Sets up the Economy from the Vault plugin.- Returns:
- if the economy has been set up successfully and if Vault has been found
-
getEconomy
public net.milkbowl.vault.economy.Economy getEconomy()Returns an instance of Economy which has been set up in setupEconomy()- Returns:
- an instance of Economy which has been set up in setupEconomy()
-