Class PluginHookManager

java.lang.Object
wbs.utils.util.pluginhooks.PluginHookManager

public final class PluginHookManager extends Object
Represents a central point to check if supported plugins are installed
  • Field Details

    • isConfigured

      public static boolean isConfigured
  • Method Details

    • isGriefPreventionInstalled

      public static boolean isGriefPreventionInstalled()
    • isTownyInstalled

      public static boolean isTownyInstalled()
    • getTowny

      public static com.palmergames.bukkit.towny.Towny getTowny()
    • isPlotsquaredInstalled

      public static boolean isPlotsquaredInstalled()
    • isWorldGuardInstalled

      public static boolean isWorldGuardInstalled()
    • getWorldGuard

      public static com.sk89q.worldguard.bukkit.WorldGuardPlugin getWorldGuard()
    • isViaVersionInstalled

      public static boolean isViaVersionInstalled()
    • isVaultInstalled

      public static boolean isVaultInstalled()
    • configure

      public static void configure()
      If not already configured, check all supported plugins to see if they're online. Prints in console which supported plugins were found