Package wbs.utils.util.pluginhooks
Class PluginHookManager
java.lang.Object
wbs.utils.util.pluginhooks.PluginHookManager
Represents a central point to check if supported plugins are installed
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic voidIf not already configured, check all supported plugins to see if they're online.static com.palmergames.bukkit.towny.TownygetTowny()static com.sk89q.worldguard.bukkit.WorldGuardPluginstatic booleanstatic booleanstatic booleanstatic booleanstatic booleanstatic boolean
-
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
-