mirror of
https://github.com/craftaro/EpicSpawners.git
synced 2025-01-09 03:57:40 +08:00
FactionsFramework
This commit is contained in:
parent
b2ebbdc45a
commit
6eab91144e
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user