Class IntegrationsManager
java.lang.Object
rocks.gravili.notquests.paper.managers.integrations.IntegrationsManager
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
final BetonQuestManager
final CitizensManager
final EcoBossesManager
final LuckpermsManager
final MythicMobsManager
final ProjectKorraManager
final UltimateClansManager
final VaultManager
final WorldEditManager
boolean
boolean
Returns if Citizens integration is enabled or not.boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
Returns if Vault integration is enabled or not.boolean
void
void
onPluginEnable
(org.bukkit.event.server.PluginEnableEvent event) void
-
Constructor Details
-
IntegrationsManager
-
-
Method Details
-
enableIntegrations
public void enableIntegrations() -
onDisable
public void onDisable() -
enableIntegrationsAfterDataLoad
public void enableIntegrationsAfterDataLoad() -
registerEvents
public void registerEvents() -
enableMythicMobs
public void enableMythicMobs() -
enableCitizens
public void enableCitizens() -
isVaultEnabled
public boolean isVaultEnabled()Returns if Vault integration is enabled or not. It's usually disabled when Vault is not found on the Server.- Returns:
- if Vault is enabled
-
isCitizensEnabled
public boolean isCitizensEnabled()Returns if Citizens integration is enabled or not. It's usually disabled when Citizens is not found on the Server.- Returns:
- if Citizens is enabled
-
isMythicMobsEnabled
public boolean isMythicMobsEnabled() -
isEliteMobsEnabled
public boolean isEliteMobsEnabled() -
isSlimefunEnabled
public boolean isSlimefunEnabled() -
isPlaceholderAPIEnabled
public boolean isPlaceholderAPIEnabled() -
isBetonQuestEnabled
public boolean isBetonQuestEnabled() -
isWorldEditEnabled
public boolean isWorldEditEnabled() -
isLuckpermsEnabled
public boolean isLuckpermsEnabled() -
isUltimateClansEnabled
public boolean isUltimateClansEnabled() -
isTownyEnabled
public boolean isTownyEnabled() -
isJobsRebornEnabled
public boolean isJobsRebornEnabled() -
isProjectKorraEnabled
public boolean isProjectKorraEnabled() -
isEcoBossesEnabled
public boolean isEcoBossesEnabled() -
getMythicMobsManager
-
getEcoBossesManager
-
getBetonQuestManager
-
getWorldEditManager
-
getLuckPermsManager
-
getCitizensManager
-
getProjectKorraManager
-
getUltimateClansManager
-
getVaultManager
-
onPluginEnable
public void onPluginEnable(org.bukkit.event.server.PluginEnableEvent event)
-