Players on the same Faction cant kill each other! Even they're in Kitpvp or other PvP feature..They cant kill there members..How to turn this off?
Do you mean "Prefs.yml"? --- MaxFactionNameLength: 15 MaxPlayersPerFaction: 30 OnlyLeadersAndOfficersCanInvite: true OfficersCanClaim: false PlotSize: 25 PlayersNeededInFactionToClaimAPlot: 5 PowerNeededToClaimAPlot: 1000 PowerNeededToSetOrUpdateAHome: 250 PowerGainedPerPlayerInFaction: 50 PowerGainedPerKillingAnEnemy: 10 PowerGainedPerAlly: 100 TheDefaultPowerEveryFactionStartsWith: 0 EnableOverClaim: true AllyLimitPerFaction: 5 ClaimWorlds: [Faction1] AllowChat: true ---
If u cant find it in any config, try to change setCancelled(true) to (false) on line 93 in listener PHP: if($this->plugin->sameFaction($player1, $player2) == true or $this->plugin->areAllies($f1,$f2)) { $factionDamage->setCancelled(true);
Try this update, I've added config entries AllowFactionPvp and AllowAlliedPvp: https://poggit.pmmp.io/ci/poggit-orphanage/FactionsPro/FactionsPro/Dev:4