FactionsFramework

This commit is contained in:
Brianna O'Keefe 2018-09-10 15:20:47 -04:00
parent b2ebbdc45a
commit 6eab91144e

View File

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