mirror of
https://github.com/songoda/EpicFarming.git
synced 2024-11-30 14:33:28 +01:00
FactionsFramework
This commit is contained in:
parent
1886d975fc
commit
b320516696
@ -151,7 +151,7 @@ public class EpicFarmingPlugin extends JavaPlugin implements EpicFarming {
|
|||||||
|
|
||||||
// Register default hooks
|
// Register default hooks
|
||||||
if (pluginManager.isPluginEnabled("ASkyBlock")) this.register(HookASkyBlock::new);
|
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("GriefPrevention")) this.register(HookGriefPrevention::new);
|
||||||
if (pluginManager.isPluginEnabled("Kingdoms")) this.register(HookKingdoms::new);
|
if (pluginManager.isPluginEnabled("Kingdoms")) this.register(HookKingdoms::new);
|
||||||
if (pluginManager.isPluginEnabled("PlotSquared")) this.register(HookPlotSquared::new);
|
if (pluginManager.isPluginEnabled("PlotSquared")) this.register(HookPlotSquared::new);
|
||||||
|
Loading…
Reference in New Issue
Block a user