Résolu Faction et Herochat

Darckoxe

Mineur des cavernes
12 Septembre 2011
73
4
30
26
Bonjour !

J'ai un petit problème concernant Faction et Herochat

Quand j'installe Faction et que je parle, mes channels d'herochat ne se voient plus
donc j'ai un format de chat de ce type:
Code:
[Faction] [Prefixe] [Nom du joueur]: [Msg]

Or, si je retire Faction j'ai le format souhaité:
Code:
[Channel] [Préfixe] [Nom du joueur]: [Msg]


Mais moi ce que je veux avec Faction et Herochat c'est ça:

Code:
[Channel] [Faction] [Préfixe] [Nom du joueur]: [Msg]

J'ai fais des recherches sur des forums mais aucun succès ... je m'en retourne donc à vous.

Bonne journée et merci d'avance ;)
 
J'utilise PEx pour les permissions et voilà les confgis :

Herochat:

Code:
moderator-permissions:
  can-kick: true
  can-ban: true
  can-mute: true
  can-remove-channel: true
  can-modify-nick: true
  can-modify-color: true
  can-modify-distance: true
  can-modify-password: false
  can-modify-format: false
  can-modify-shortcut: false
  can-modify-verbose: true
  can-modify-focusable: false
  can-modify-crossworld: false
  can-color-messages: true
  can-view-info: true
  can-focus: true
default-channel: Global
censors: []
format:
  default: '{color}-- {nick} -- &f{sender}{suffix}{color}: {msg}'
  announce: '{color} -- {nick} -- {msg}'
  emote: '{color}[{nick}] * {msg}'
  private-message: '&d{convoaddress} {convopartner}&d: {msg}'
use-channel-emotes: true
locale: en_US
log-chat: true
log-to-bukkit: false
twitter-style-private-messages: true

Factions

Code:
{
  "baseCommandAliases": [
    "f"
  ],
  "allowNoSlashCommand": true,
  "colorMember": "GREEN",
  "colorAlly": "LIGHT_PURPLE",
  "colorNeutral": "WHITE",
  "colorEnemy": "RED",
  "colorPeaceful": "GOLD",
  "colorWar": "DARK_RED",
  "powerPlayerMax": 10.0,
  "powerPlayerMin": -10.0,
  "powerPlayerStarting": 0.0,
  "powerPerMinute": 0.2,
  "powerPerDeath": 4.0,
  "powerRegenOffline": false,
  "powerOfflineLossPerDay": 0.0,
  "powerOfflineLossLimit": 0.0,
  "powerFactionMax": 0.0,
  "prefixAdmin": "**",
  "prefixMod": "*",
  "factionTagLengthMin": 3,
  "factionTagLengthMax": 10,
  "factionTagForceUpperCase": false,
  "newFactionsDefaultOpen": false,
  "factionMemberLimit": 0,
  "newPlayerStartingFactionID": "0",
  "showMapFactionKey": true,
  "showNeutralFactionsOnMap": true,
  "showEnemyFactionsOnMap": true,
  "canLeaveWithNegativePower": true,
  "factionOnlyChat": true,
  "chatTagEnabled": true,
  "chatTagRelationColored": true,
  "chatTagReplaceString": "[FACTION]",
  "chatTagInsertAfterString": "",
  "chatTagInsertBeforeString": "",
  "chatTagInsertIndex": 1,
  "chatTagPadBefore": false,
  "chatTagPadAfter": false,
  "chatTagFormat": "%s§f",
  "factionChatFormat": "%s:§f %s",
  "allianceChatFormat": "§d%s:§f %s",
  "broadcastDescriptionChanges": false,
  "autoLeaveAfterDaysOfInactivity": 10.0,
  "autoLeaveRoutineRunsEveryXMinutes": 5.0,
  "removePlayerDataWhenBanned": true,
  "worldGuardChecking": false,
  "worldGuardBuildPriority": false,
  "lwcIntegration": false,
  "onUnclaimResetLwcLocks": false,
  "onCaptureResetLwcLocks": false,
  "logFactionCreate": true,
  "logFactionDisband": true,
  "logFactionJoin": true,
  "logFactionKick": true,
  "logFactionLeave": true,
  "logLandClaims": true,
  "logLandUnclaims": true,
  "logMoneyTransactions": true,
  "logPlayerCommands": true,
  "handleExploitObsidianGenerators": true,
  "handleExploitEnderPearlClipping": true,
  "handleExploitInteractionSpam": true,
  "handleExploitTNTWaterlog": false,
  "homesEnabled": true,
  "homesMustBeInClaimedTerritory": true,
  "homesTeleportToOnDeath": true,
  "homesRespawnFromNoPowerLossWorlds": true,
  "homesTeleportCommandEnabled": true,
  "homesTeleportCommandEssentialsIntegration": true,
  "homesTeleportCommandSmokeEffectEnabled": true,
  "homesTeleportCommandSmokeEffectThickness": 3.0,
  "homesTeleportAllowedFromEnemyTerritory": true,
  "homesTeleportAllowedFromDifferentWorld": true,
  "homesTeleportAllowedEnemyDistance": 32.0,
  "homesTeleportIgnoreEnemiesIfInOwnTerritory": true,
  "disablePVPBetweenNeutralFactions": false,
  "disablePVPForFactionlessPlayers": false,
  "enablePVPAgainstFactionlessInAttackersLand": false,
  "noPVPDamageToOthersForXSecondsAfterLogin": 3,
  "peacefulTerritoryDisablePVP": true,
  "peacefulTerritoryDisableMonsters": false,
  "peacefulMembersDisablePowerLoss": true,
  "permanentFactionsDisableLeaderPromotion": false,
  "claimsMustBeConnected": false,
  "claimsCanBeUnconnectedIfOwnedByOtherFaction": true,
  "claimsRequireMinFactionMembers": 1,
  "claimedLandsMax": 0,
  "radiusClaimFailureLimit": 9,
  "considerFactionsReallyOfflineAfterXMinutes": 0.0,
  "actionDeniedPainAmount": 1,
  "permanentFactionMemberDenyCommands": [],
  "territoryNeutralDenyCommands": [],
  "territoryEnemyDenyCommands": [
    "home",
    "sethome",
    "spawn",
    "tpahere",
    "tpaccept",
    "tpa"
  ],
  "territoryShieldFactor": 0.3,
  "territoryDenyBuild": true,
  "territoryDenyBuildWhenOffline": true,
  "territoryPainBuild": false,
  "territoryPainBuildWhenOffline": false,
  "territoryDenyUseage": true,
  "territoryEnemyDenyBuild": true,
  "territoryEnemyDenyBuildWhenOffline": true,
  "territoryEnemyPainBuild": false,
  "territoryEnemyPainBuildWhenOffline": false,
  "territoryEnemyDenyUseage": true,
  "territoryEnemyProtectMaterials": true,
  "territoryAllyDenyBuild": true,
  "territoryAllyDenyBuildWhenOffline": true,
  "territoryAllyPainBuild": false,
  "territoryAllyPainBuildWhenOffline": false,
  "territoryAllyDenyUseage": true,
  "territoryAllyProtectMaterials": true,
  "territoryBlockCreepers": false,
  "territoryBlockCreepersWhenOffline": false,
  "territoryBlockFireballs": false,
  "territoryBlockFireballsWhenOffline": false,
  "territoryBlockTNT": false,
  "territoryBlockTNTWhenOffline": false,
  "territoryDenyEndermanBlocks": true,
  "territoryDenyEndermanBlocksWhenOffline": true,
  "safeZoneDenyBuild": true,
  "safeZoneDenyUseage": true,
  "safeZoneBlockTNT": true,
  "safeZonePreventAllDamageToPlayers": false,
  "safeZoneDenyEndermanBlocks": true,
  "warZoneDenyBuild": true,
  "warZoneDenyUseage": true,
  "warZoneBlockCreepers": false,
  "warZoneBlockFireballs": false,
  "warZoneBlockTNT": true,
  "warZonePowerLoss": true,
  "warZoneFriendlyFire": false,
  "warZoneDenyEndermanBlocks": true,
  "wildernessDenyBuild": false,
  "wildernessDenyUseage": false,
  "wildernessBlockCreepers": false,
  "wildernessBlockFireballs": false,
  "wildernessBlockTNT": false,
  "wildernessPowerLoss": true,
  "wildernessDenyEndermanBlocks": false,
  "ownedAreasEnabled": true,
  "ownedAreasLimitPerFaction": 0,
  "ownedAreasModeratorsCanSet": false,
  "ownedAreaModeratorsBypass": true,
  "ownedAreaDenyBuild": true,
  "ownedAreaPainBuild": false,
  "ownedAreaProtectMaterials": true,
  "ownedAreaDenyUseage": true,
  "ownedLandMessage": "Owner(s): ",
  "publicLandMessage": "Public faction land.",
  "ownedMessageOnBorder": true,
  "ownedMessageInsideTerritory": true,
  "ownedMessageByChunk": false,
  "pistonProtectionThroughDenyBuild": true,
  "territoryProtectedMaterials": [
    "DISPENSER",
    "CHEST",
    "SOIL",
    "FURNACE",
    "BURNING_FURNACE",
    "WOODEN_DOOR",
    "JUKEBOX",
    "DIODE_BLOCK_OFF",
    "DIODE_BLOCK_ON",
    "TRAP_DOOR",
    "FENCE_GATE",
    "ENCHANTMENT_TABLE",
    "BREWING_STAND",
    "CAULDRON",
    "BEACON",
    "ANVIL"
  ],
  "territoryDenyUseageMaterials": [
    "FLINT_AND_STEEL",
    "BUCKET",
    "WATER_BUCKET",
    "LAVA_BUCKET",
    "FIREBALL"
  ],
  "territoryProtectedMaterialsWhenOffline": [
    "DISPENSER",
    "CHEST",
    "SOIL",
    "FURNACE",
    "BURNING_FURNACE",
    "WOODEN_DOOR",
    "JUKEBOX",
    "DIODE_BLOCK_OFF",
    "DIODE_BLOCK_ON",
    "TRAP_DOOR",
    "FENCE_GATE",
    "ENCHANTMENT_TABLE",
    "BREWING_STAND",
    "CAULDRON",
    "BEACON",
    "ANVIL"
  ],
  "territoryDenyUseageMaterialsWhenOffline": [
    "FLINT_AND_STEEL",
    "BUCKET",
    "WATER_BUCKET",
    "LAVA_BUCKET",
    "FIREBALL"
  ],
  "spoutFactionTagsOverNames": true,
  "spoutFactionTitlesOverNames": true,
  "spoutFactionAdminCapes": true,
  "spoutFactionModeratorCapes": true,
  "spoutTerritoryDisplayPosition": 1,
  "spoutTerritoryDisplaySize": 1.0,
  "spoutTerritoryDisplayShowDescription": true,
  "spoutTerritoryOwnersShow": true,
  "spoutTerritoryNoticeShow": true,
  "spoutTerritoryNoticeTop": 40,
  "spoutTerritoryNoticeShowDescription": false,
  "spoutTerritoryNoticeSize": 1.5,
  "spoutTerritoryNoticeLeaveAfterSeconds": 2.0,
  "capeAlly": "https://github.com/MassiveCraft/Factions/raw/master/capes/ally.png",
  "capeEnemy": "https://github.com/MassiveCraft/Factions/raw/master/capes/enemy.png",
  "capeMember": "https://github.com/MassiveCraft/Factions/raw/master/capes/member.png",
  "capeNeutral": "https://github.com/MassiveCraft/Factions/raw/master/capes/neutral.png",
  "capePeaceful": "https://github.com/MassiveCraft/Factions/raw/master/capes/peaceful.png",
  "econEnabled": false,
  "econUniverseAccount": "",
  "econCostClaimWilderness": 30.0,
  "econCostClaimFromFactionBonus": 30.0,
  "econClaimAdditionalMultiplier": 0.5,
  "econClaimRefundMultiplier": 0.7,
  "econClaimUnconnectedFee": 0.0,
  "econCostCreate": 100.0,
  "econCostOwner": 15.0,
  "econCostSethome": 30.0,
  "econCostJoin": 0.0,
  "econCostLeave": 0.0,
  "econCostKick": 0.0,
  "econCostInvite": 0.0,
  "econCostHome": 0.0,
  "econCostTag": 0.0,
  "econCostDesc": 0.0,
  "econCostTitle": 0.0,
  "econCostList": 0.0,
  "econCostMap": 0.0,
  "econCostPower": 0.0,
  "econCostShow": 0.0,
  "econCostOpen": 0.0,
  "econCostAlly": 0.0,
  "econCostEnemy": 0.0,
  "econCostNeutral": 0.0,
  "econCostNoBoom": 0.0,
  "bankEnabled": true,
  "bankMembersCanWithdraw": false,
  "bankFactionPaysCosts": true,
  "bankFactionPaysLandCosts": true,
  "playersWhoBypassAllProtection": [],
  "worldsNoClaiming": [],
  "worldsNoPowerLoss": [],
  "worldsIgnorePvP": [],
  "worldsNoWildernessProtection": []
}
 
Bien alors, après recherche j'ai essayé d'installer chatmanager mais sans succès ... il n'est pas reconnu je cherche toujours mais j'aimerais bien qu'on m'aide si possible à le chercher sachant que j'ai pris l'archive de pex avec modifyworld et chat manager dedans. J'ai lu sur des topic anglais qu'on pourrait rajouter la variable {FACTION} afin d'y faire apparaitre les noms ..


Edit: Résolu