FactionsFramework

This commit is contained in:
Brianna O'Keefe 2018-09-10 15:34:00 -04:00
parent 0c4582cbe7
commit 8d2f36bbdf

View File

@ -202,7 +202,7 @@ public class EpicHoppersPlugin extends JavaPlugin implements EpicHoppers {
// Register default hooks
if (pluginManager.isPluginEnabled("ASkyBlock")) this.register(HookASkyBlock::new);
if (pluginManager.isPluginEnabled("Factions")) this.register(HookFactions::new);
if (pluginManager.isPluginEnabled("FactionsFramework")) this.register(HookFactions::new);
if (pluginManager.isPluginEnabled("GriefPrevention")) this.register(HookGriefPrevention::new);
if (pluginManager.isPluginEnabled("Kingdoms")) this.register(HookKingdoms::new);
if (pluginManager.isPluginEnabled("PlotSquared")) this.register(HookPlotSquared::new);