Plugin Faction - Ne peut pas taper quand ont est en Wilderness.

LeCraftDeOuf

Aventurier
22 Février 2017
14
0
2
22
Bonjour à tous, j'ai rencontrer un soucis.

Dernièrement, j'ai ouvert mon propre serveur faction mais le soucis c'est que les joueurs ne peuvent pas se taper en Wilderness même s'il ont une faction ou pas.

Merci de m'indiquer quesque je doit changer merci à vous :D
 

LeCraftDeOuf

Aventurier
22 Février 2017
14
0
2
22
Mon fichier "factions_mconf":
Code:
{
  "aliasesF": [
    "f"
  ],
  "worldsClaimingEnabled": {
    "standard": true,
    "exceptions": []
  },
  "worldsPowerLossEnabled": {
    "standard": true,
    "exceptions": []
  },
  "worldsPowerGainEnabled": {
    "standard": true,
    "exceptions": []
  },
  "worldsPvpRulesEnabled": {
    "standard": true,
    "exceptions": []
  },
  "playersWhoBypassAllProtection": [],
  "taskPlayerPowerUpdateMinutes": 1.0,
  "taskPlayerDataRemoveMinutes": 5.0,
  "taskEconLandRewardMinutes": 20.0,
  "removePlayerWhenBanned": true,
  "removePlayerMillisDefault": 864000000,
  "removePlayerMillisPlayerAgeToBonus": {
    "1209600000": 864000000
  },
  "removePlayerMillisFactionAgeToBonus": {
    "2419200000": 864000000,
    "1209600000": 432000000
  },
  "defaultPlayerFactionId": "none",
  "defaultPlayerRole": "RECRUIT",
  "defaultPlayerPower": 0.0,
  "motdPriority": "NORMAL",
  "motdDelayTicks": -1,
  "powerMax": 10.0,
  "powerMin": 0.0,
  "powerPerHour": 2.0,
  "powerPerDeath": -2.0,
  "canLeaveWithNegativePower": true,
  "factionMemberLimit": 0,
  "factionPowerMax": 0.0,
  "factionNameLengthMin": 3,
  "factionNameLengthMax": 16,
  "factionNameForceUpperCase": false,
  "setRadiusMax": 30,
  "setFillMax": 1000,
  "claimsMustBeConnected": false,
  "claimsCanBeUnconnectedIfOwnedByOtherFaction": false,
  "claimingFromOthersAllowed": true,
  "claimMinimumChunksDistanceToOthers": 20,
  "claimsRequireMinFactionMembers": 1,
  "claimedLandsMax": 0,
  "claimedWorldsMax": -1,
  "protectionLiquidFlowEnabled": true,
  "homesEnabled": true,
  "homesMustBeInClaimedTerritory": true,
  "homesTeleportCommandEnabled": true,
  "homesTeleportAllowedFromEnemyTerritory": true,
  "homesTeleportAllowedFromDifferentWorld": true,
  "homesTeleportAllowedEnemyDistance": 32.0,
  "homesTeleportIgnoreEnemiesIfInOwnTerritory": true,
  "homesTeleportToOnDeathActive": false,
  "homesTeleportToOnDeathPriority": "NORMAL",
  "territoryInfoTitlesDefault": true,
  "territoryInfoTitlesMain": "{relcolor}{name}",
  "territoryInfoTitlesSub": "<i>{desc}",
  "territoryInfoTitlesTicksIn": 5,
  "territoryInfoTitlesTicksStay": 60,
  "territoryInfoTitleTicksOut": 5,
  "territoryInfoChat": "<i> ~ {relcolor}{name} <i>{desc}",
  "permanentFactionsDisableLeaderPromotion": false,
  "actionDeniedPainAmount": 2.0,
  "disablePVPForFactionlessPlayers": false,
  "enablePVPBetweenFactionlessPlayers": true,
  "enablePVPAgainstFactionlessInAttackersLand": false,
  "territoryShieldFactor": 0.1,
  "handlePistonProtectionThroughDenyBuild": true,
  "denyCommandsPermanentFactionMember": [],
  "denyCommandsTerritoryRelation": {
    "ENEMY": [
      "home",
      "homes",
      "sethome",
      "createhome",
      "tpahere",
      "tpaccept",
      "tpyes",
      "tpa",
      "call",
      "tpask",
      "warp",
      "warps",
      "spawn",
      "ehome",
      "ehomes",
      "esethome",
      "ecreatehome",
      "etpahere",
      "etpaccept",
      "etpyes",
      "etpa",
      "ecall",
      "etpask",
      "ewarp",
      "ewarps",
      "espawn",
      "essentials:home",
      "essentials:homes",
      "essentials:sethome",
      "essentials:createhome",
      "essentials:tpahere",
      "essentials:tpaccept",
      "essentials:tpyes",
      "essentials:tpa",
      "essentials:call",
      "essentials:tpask",
      "essentials:warp",
      "essentials:warps",
      "essentials:spawn",
      "wtp",
      "uspawn",
      "utp",
      "mspawn",
      "mtp",
      "fspawn",
      "ftp",
      "jspawn",
      "jtp"
    ],
    "NEUTRAL": [],
    "TRUCE": [],
    "ALLY": [],
    "MEMBER": []
  },
  "denyCommandsDistance": -1.0,
  "denyCommandsDistanceRelation": {
    "ENEMY": [
      "home"
    ],
    "NEUTRAL": [],
    "TRUCE": [],
    "ALLY": [],
    "MEMBER": []
  },
  "denyCommandsDistanceBypassIn": [
    "MEMBER",
    "ALLY"
  ],
  "chatSetFormat": false,
  "chatSetFormatAt": "LOWEST",
  "chatSetFormatTo": "<{factions_relcolor}§l{factions_roleprefix}§r{factions_relcolor}{factions_name|rp}§f%1$s> %2$s",
  "chatParseTags": true,
  "chatParseTagsAt": "LOW",
  "colorMember": "GREEN",
  "colorAlly": "DARK_PURPLE",
  "colorTruce": "LIGHT_PURPLE",
  "colorNeutral": "WHITE",
  "colorEnemy": "RED",
  "colorNoPVP": "GOLD",
  "colorFriendlyFire": "DARK_RED",
  "prefixLeader": "Chef-",
  "prefixOfficer": "Adjoint-",
  "prefixMember": "Modo-",
  "prefixRecruit": "Membre-",
  "handleExploitObsidianGenerators": true,
  "handleExploitEnderPearlClipping": true,
  "handleExploitTNTWaterlog": false,
  "handleNetherPortalTrap": true,
  "seeChunkSteps": 1,
  "seeChunkKeepEvery": 5,
  "seeChunkSkipEvery": 0,
  "seeChunkPeriodMillis": 500,
  "seeChunkParticleAmount": 30,
  "seeChunkParticleOffsetY": 2.0,
  "seeChunkParticleDeltaY": 2.0,
  "unstuckSeconds": 30,
  "unstuckChunkRadius": 10,
  "logFactionCreate": true,
  "logFactionDisband": true,
  "logFactionJoin": true,
  "logFactionKick": true,
  "logFactionLeave": true,
  "logLandClaims": true,
  "logLandUnclaims": true,
  "logMoneyTransactions": true,
  "logPlayerCommands": true,
  "materialsEditOnInteract": [
    "DIODE_BLOCK_OFF",
    "DIODE_BLOCK_ON",
    "NOTE_BLOCK",
    "CAULDRON",
    "SOIL",
    "DAYLIGHT_DETECTOR",
    "DAYLIGHT_DETECTOR_INVERTED",
    "REDSTONE_COMPARATOR_OFF",
    "REDSTONE_COMPARATOR_ON"
  ],
  "materialsEditTools": [
    "FIREBALL",
    "FLINT_AND_STEEL",
    "BUCKET",
    "WATER_BUCKET",
    "LAVA_BUCKET",
    "ARMOR_STAND",
    "END_CRYSTAL"
  ],
  "materialsEditToolsDupeBug": [
    "CHEST",
    "SIGN_POST",
    "TRAPPED_CHEST",
    "SIGN",
    "WOOD_DOOR",
    "IRON_DOOR"
  ],
  "materialsDoor": [
    "WOODEN_DOOR",
    "ACACIA_DOOR",
    "BIRCH_DOOR",
    "DARK_OAK_DOOR",
    "JUNGLE_DOOR",
    "SPRUCE_DOOR",
    "TRAP_DOOR",
    "FENCE_GATE",
    "ACACIA_FENCE_GATE",
    "BIRCH_FENCE_GATE",
    "DARK_OAK_FENCE_GATE",
    "JUNGLE_FENCE_GATE",
    "SPRUCE_FENCE_GATE"
  ],
  "materialsContainer": [
    "DISPENSER",
    "CHEST",
    "FURNACE",
    "BURNING_FURNACE",
    "JUKEBOX",
    "BREWING_STAND",
    "ENCHANTMENT_TABLE",
    "ANVIL",
    "BEACON",
    "TRAPPED_CHEST",
    "HOPPER",
    "DROPPER",
    "BLACK_SHULKER_BOX",
    "BLUE_SHULKER_BOX",
    "BROWN_SHULKER_BOX",
    "CYAN_SHULKER_BOX",
    "GRAY_SHULKER_BOX",
    "GREEN_SHULKER_BOX",
    "LIGHT_BLUE_SHULKER_BOX",
    "LIME_SHULKER_BOX",
    "MAGENTA_SHULKER_BOX",
    "ORANGE_SHULKER_BOX",
    "PINK_SHULKER_BOX",
    "PURPLE_SHULKER_BOX",
    "RED_SHULKER_BOX",
    "SILVER_SHULKER_BOX",
    "WHITE_SHULKER_BOX",
    "YELLOW_SHULKER_BOX"
  ],
  "entityTypesEditOnInteract": [
    "ITEM_FRAME",
    "ARMOR_STAND"
  ],
  "entityTypesEditOnDamage": [
    "ITEM_FRAME",
    "ARMOR_STAND",
    "ENDER_CRYSTAL"
  ],
  "entityTypesContainer": [
    "MINECART_CHEST",
    "MINECART_HOPPER"
  ],
  "entityTypesMonsters": [
    "BLAZE",
    "CAVE_SPIDER",
    "CREEPER",
    "ELDER_GUARDIAN",
    "ENDERMAN",
    "ENDERMITE",
    "ENDER_DRAGON",
    "EVOKER",
    "GUARDIAN",
    "GHAST",
    "GIANT",
    "HUSK",
    "MAGMA_CUBE",
    "PIG_ZOMBIE",
    "POLAR_BEAR",
    "SILVERFISH",
    "SHULKER",
    "SKELETON",
    "SLIME",
    "SPIDER",
    "STRAY",
    "VINDICATOR",
    "VEX",
    "WITCH",
    "WITHER",
    "WITHER_SKELETON",
    "ZOMBIE",
    "ZOMBIE_VILLAGER"
  ],
  "entityTypesAnimals": [
    "BAT",
    "CHICKEN",
    "COW",
    "DONKEY",
    "HORSE",
    "LLAMA",
    "MULE",
    "MUSHROOM_COW",
    "OCELOT",
    "PIG",
    "RABBIT",
    "SHEEP",
    "SKELETON_HORSE",
    "SQUID",
    "WOLF",
    "ZOMBIE_HORSE"
  ],
  "herochatFactionName": "Faction",
  "herochatFactionNick": "F",
  "herochatFactionFormat": "{color}[&l{nick}&r{color} &l{factions_roleprefix}&r{color}{factions_title|rp}{sender}{color}] &f{msg}",
  "herochatFactionColor": "GREEN",
  "herochatFactionDistance": 0,
  "herochatFactionIsShortcutAllowed": false,
  "herochatFactionCrossWorld": true,
  "herochatFactionMuted": false,
  "herochatFactionWorlds": [],
  "herochatAlliesName": "Allies",
  "herochatAlliesNick": "A",
  "herochatAlliesFormat": "{color}[&l{nick}&r&f {factions_relcolor}&l{factions_roleprefix}&r{factions_relcolor}{factions_name|rp}{sender}{color}] &f{msg}",
  "herochatAlliesColor": "DARK_PURPLE",
  "herochatAlliesDistance": 0,
  "herochatAlliesIsShortcutAllowed": false,
  "herochatAlliesCrossWorld": true,
  "herochatAlliesMuted": false,
  "herochatAlliesWorlds": [],
  "lwcMustHaveBuildRightsToCreate": true,
  "lwcRemoveIfNoBuildRights": false,
  "lwcRemoveOnChange": {
    "BUY": false,
    "SELL": false,
    "CONQUER": false,
    "PILLAGE": false
  },
  "worldguardCheckEnabled": false,
  "worldguardCheckWorldsEnabled": {
    "standard": true,
    "exceptions": []
  },
  "econEnabled": false,
  "econLandReward": 0.0,
  "econUniverseAccount": "",
  "econChunkCost": {
    "BUY": 0.0,
    "SELL": 0.0,
    "CONQUER": 0.0,
    "PILLAGE": 0.0
  },
  "econCostCreate": 0.0,
  "econCostSethome": 0.0,
  "econCostJoin": 0.0,
  "econCostLeave": 0.0,
  "econCostKick": 0.0,
  "econCostInvite": 0.0,
  "econCostDeinvite": 0.0,
  "econCostHome": 0.0,
  "econCostName": 0.0,
  "econCostDescription": 0.0,
  "econCostTitle": 0.0,
  "econCostFlag": 0.0,
  "econRelCost": {
    "ENEMY": 0.0,
    "ALLY": 0.0,
    "TRUCE": 0.0,
    "NEUTRAL": 0.0
  },
  "bankEnabled": false,
  "bankFactionPaysCosts": false,
  "bankFactionPaysLandCosts": false
}
et oui le pvp est activé en f admin ont peut se tué :)
 

Syrows

Développeur
7 Juillet 2016
137
20
130
23
Mon fichier "factions_mconf":
et oui le pvp est activé en f admin ont peut se tué :)

Je t'invite à aller voir dans le dossier "factions_faction" puis dans le fichier "none" qui correspond à la faction Wilderness. Ensuite, tu as normalement à la ligne 11, "pvp", vérifie que cette valeur se trouve bien sur true.
 

LeCraftDeOuf

Aventurier
22 Février 2017
14
0
2
22
Oui, je te laisse regarder par toi même:

Code:
{
  "name": "ยง2Wilderness",
  "description": "It's dangerous to go alone.",
  "createdAtMillis": 1496861860279,
  "relationWishes": {
    "fe1c42f6-ca97-4e79-88be-e0bfaedde30d": "ENEMY"
  },
  "flags": {
    "open": false,
    "permanent": true,
    "peaceful": false,
    "infpower": true,
    "powerloss": true,
    "pvp": true,
    "friendlyfire": false,
    "monsters": true,
    "animals": true,
    "explosions": true,
    "offlineexplosions": true,
    "firespread": true,
    "endergrief": true,
    "zombiegrief": true
  },
  "perms": {
    "build": [
      "MEMBER",
      "LEADER",
      "TRUCE",
      "NEUTRAL",
      "OFFICER",
      "ALLY",
      "RECRUIT",
      "ENEMY"
    ],
    "painbuild": [],
    "door": [
      "MEMBER",
      "LEADER",
      "TRUCE",
      "NEUTRAL",
      "OFFICER",
      "ALLY",
      "RECRUIT",
      "ENEMY"
    ],
    "button": [
      "MEMBER",
      "LEADER",
      "TRUCE",
      "NEUTRAL",
      "OFFICER",
      "ALLY",
      "RECRUIT",
      "ENEMY"
    ],
    "lever": [
      "MEMBER",
      "LEADER",
      "TRUCE",
      "NEUTRAL",
      "OFFICER",
      "ALLY",
      "RECRUIT",
      "ENEMY"
    ],
    "container": [
      "MEMBER",
      "LEADER",
      "TRUCE",
      "NEUTRAL",
      "OFFICER",
      "ALLY",
      "RECRUIT",
      "ENEMY"
    ],
    "name": [
      "LEADER"
    ],
    "desc": [
      "LEADER",
      "OFFICER"
    ],
    "motd": [
      "LEADER",
      "OFFICER"
    ],
    "invite": [
      "LEADER",
      "OFFICER"
    ],
    "kick": [
      "LEADER",
      "OFFICER"
    ],
    "title": [
      "LEADER",
      "OFFICER"
    ],
    "home": [
      "LEADER",
      "OFFICER",
      "MEMBER",
      "RECRUIT",
      "ALLY"
    ],
    "sethome": [
      "LEADER",
      "OFFICER"
    ],
    "deposit": [
      "LEADER",
      "OFFICER"
    ],
    "withdraw": [
      "LEADER"
    ],
    "territory": [
      "LEADER",
      "OFFICER"
    ],
    "access": [
      "LEADER",
      "OFFICER"
    ],
    "claimnear": [
      "LEADER",
      "OFFICER",
      "MEMBER",
      "RECRUIT",
      "ALLY"
    ],
    "rel": [
      "LEADER",
      "OFFICER"
    ],
    "disband": [
      "LEADER"
    ],
    "flags": [
      "LEADER"
    ],
    "perms": [
      "LEADER"
    ],
    "status": [
      "LEADER",
      "OFFICER"
    ]
  }
}
 

Syrows

Développeur
7 Juillet 2016
137
20
130
23
Oui, je te laisse regarder par toi même:

Code:
{
  "name": "ยง2Wilderness",
  "description": "It's dangerous to go alone.",
  "createdAtMillis": 1496861860279,
  "relationWishes": {
    "fe1c42f6-ca97-4e79-88be-e0bfaedde30d": "ENEMY"
  },
  "flags": {
    "open": false,
    "permanent": true,
    "peaceful": false,
    "infpower": true,
    "powerloss": true,
    "pvp": true,
    "friendlyfire": false,
    "monsters": true,
    "animals": true,
    "explosions": true,
    "offlineexplosions": true,
    "firespread": true,
    "endergrief": true,
    "zombiegrief": true
  },
  "perms": {
    "build": [
      "MEMBER",
      "LEADER",
      "TRUCE",
      "NEUTRAL",
      "OFFICER",
      "ALLY",
      "RECRUIT",
      "ENEMY"
    ],
    "painbuild": [],
    "door": [
      "MEMBER",
      "LEADER",
      "TRUCE",
      "NEUTRAL",
      "OFFICER",
      "ALLY",
      "RECRUIT",
      "ENEMY"
    ],
    "button": [
      "MEMBER",
      "LEADER",
      "TRUCE",
      "NEUTRAL",
      "OFFICER",
      "ALLY",
      "RECRUIT",
      "ENEMY"
    ],
    "lever": [
      "MEMBER",
      "LEADER",
      "TRUCE",
      "NEUTRAL",
      "OFFICER",
      "ALLY",
      "RECRUIT",
      "ENEMY"
    ],
    "container": [
      "MEMBER",
      "LEADER",
      "TRUCE",
      "NEUTRAL",
      "OFFICER",
      "ALLY",
      "RECRUIT",
      "ENEMY"
    ],
    "name": [
      "LEADER"
    ],
    "desc": [
      "LEADER",
      "OFFICER"
    ],
    "motd": [
      "LEADER",
      "OFFICER"
    ],
    "invite": [
      "LEADER",
      "OFFICER"
    ],
    "kick": [
      "LEADER",
      "OFFICER"
    ],
    "title": [
      "LEADER",
      "OFFICER"
    ],
    "home": [
      "LEADER",
      "OFFICER",
      "MEMBER",
      "RECRUIT",
      "ALLY"
    ],
    "sethome": [
      "LEADER",
      "OFFICER"
    ],
    "deposit": [
      "LEADER",
      "OFFICER"
    ],
    "withdraw": [
      "LEADER"
    ],
    "territory": [
      "LEADER",
      "OFFICER"
    ],
    "access": [
      "LEADER",
      "OFFICER"
    ],
    "claimnear": [
      "LEADER",
      "OFFICER",
      "MEMBER",
      "RECRUIT",
      "ALLY"
    ],
    "rel": [
      "LEADER",
      "OFFICER"
    ],
    "disband": [
      "LEADER"
    ],
    "flags": [
      "LEADER"
    ],
    "perms": [
      "LEADER"
    ],
    "status": [
      "LEADER",
      "OFFICER"
    ]
  }
}
Le plugin Faction que tu as, de base, sans avoir modifié quoi que ce soit, est-ce qu'il comporte ce bug ? Si oui, c'est le plugin qui a un problème ou une config que je ne connais pas. Si non, c'est une de tes modifications qui pose problème.
 

Syrows

Développeur
7 Juillet 2016
137
20
130
23
Essaye aussi de changer les valeurs des lignes suivantes:
Code:
"disablePVPForFactionlessPlayers": false,
  "enablePVPBetweenFactionlessPlayers": true,
  "enablePVPAgainstFactionlessInAttackersLand": false,
 
  • J'aime
Reactions: Dartasen