java.lang.Object
rocks.gravili.notquests.paper.managers.integrations.VaultManager

public class VaultManager extends Object
  • Constructor Details

    • VaultManager

      public VaultManager(NotQuests main)
  • 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()