use of com.github.sirblobman.api.factions.FactionsHelper in project CombatLogX by SirBlobman.
the class FactionsExpansion method checkDependencies.
@Override
public boolean checkDependencies() {
ICombatLogX combatLogX = getPlugin();
JavaPlugin plugin = combatLogX.getPlugin();
FactionsHelper factionsHelper = new FactionsHelper(plugin);
this.factionsHandler = factionsHelper.getFactionsHandler();
return (this.factionsHandler != null);
}
Aggregations