1. The forums will be archived and moved to a read only mode in about 2 weeks (mid march).

Factionspro

Discussion in 'Plugin Help' started by Krome, May 5, 2017.

  1. Krome

    Krome Silverfish

    Messages:
    19
    GitHub:
    kromethirty
    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?
     
  2. jasonwynn10

    jasonwynn10 Moderator Poggit Reviewer

    Messages:
    1,489
    GitHub:
    jasonwynn10
    Have you already looked through the config?
     
  3. Krome

    Krome Silverfish

    Messages:
    19
    GitHub:
    kromethirty
    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
    ---
     
  4. Lorak9904

    Lorak9904 Witch

    Messages:
    58
    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);
     
    Krome likes this.
  5. Awzaw

    Awzaw Zombie Pigman Poggit Admin

    Messages:
    726
    GitHub:
    awzaw
    Krome and corytortoise like this.
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.