Bug plugin faction claim

volts_spk

Débrouillard
24 Juin 2015
22
0
14
France
Bonjour,

J'ai un problème très gênant par rapport a l’esthétique du chat de mon serveur, lorsqu'une zone est claim, et que l'on passe sur la parcelle claim, il y a deux fois le nom de la faction dans le chat :
http://prntscr.com/7vp40n
Je trouve ça vraiment très moche ... Et ça a vite fait de remplir le chat si on passe deux fois sur la même parcelle claim, puis wilderness ..
Mes plugins :
http://prntscr.com/7vp4yy

J'ai beaucoup cherché, même sur des forum anglophones, reset plein de fois le plugin, serveur, etc... en vain.

Merci pour votre aide.
 
Désolé, je viens de remarquer que je me suis trompé de section et que j'aurais du mettre cette discussion dans "Support serveur"..
 
Yep tiens :
Config factions_mconf :

Code:
{
  "aliasesF": [
    "f"
  ],
  "taskPlayerPowerUpdateMinutes": 1.0,
  "taskPlayerDataRemoveMinutes": 5.0,
  "taskEconLandRewardMinutes": 20.0,
  "removePlayerDataWhenBanned": true,
  "removePlayerDataAfterInactiveDays": 20.0,
  "radiusClaimFailureLimit": 9,
  "radiusClaimRadiusLimit": 5,
  "chatSetFormat": true,
  "chatSetFormatAt": "LOWEST",
  "chatSetFormatTo": "<{factions_relcolor}§l{factions_roleprefix}§r{factions_relcolor}{factions_name|rp}§f%1$s> %2$s",
  "chatParseTags": true,
  "chatParseTagsAt": "LOW",
  "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": [],
  "colorMember": "GREEN",
  "colorAlly": "DARK_PURPLE",
  "colorTruce": "LIGHT_PURPLE",
  "colorNeutral": "WHITE",
  "colorEnemy": "RED",
  "colorNoPVP": "GOLD",
  "colorFriendlyFire": "DARK_RED",
  "prefixLeader": "Chef ",
  "prefixOfficer": "Sous-chef ",
  "prefixMember": "Membre ",
  "prefixRecruit": "Recrue ",
  "playersWhoBypassAllProtection": [],
  "worldsNoClaiming": [],
  "worldsNoPowerLoss": [],
  "worldsIgnorePvP": [],
  "handleExploitObsidianGenerators": true,
  "handleExploitEnderPearlClipping": true,
  "handleExploitTNTWaterlog": false,
  "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"
  ],
  "materialsEditTools": [
    "FIREBALL",
    "FLINT_AND_STEEL",
    "BUCKET",
    "WATER_BUCKET",
    "LAVA_BUCKET"
  ],
  "materialsDoor": [
    "WOODEN_DOOR",
    "TRAP_DOOR",
    "FENCE_GATE"
  ],
  "materialsContainer": [
    "DISPENSER",
    "CHEST",
    "FURNACE",
    "BURNING_FURNACE",
    "JUKEBOX",
    "BREWING_STAND",
    "ENCHANTMENT_TABLE",
    "ANVIL",
    "BEACON",
    "TRAPPED_CHEST",
    "HOPPER",
    "DROPPER"
  ],
  "entityTypesMonsters": [
    "BLAZE",
    "CAVE_SPIDER",
    "CREEPER",
    "ENDERMAN",
    "ENDER_DRAGON",
    "GHAST",
    "GIANT",
    "MAGMA_CUBE",
    "PIG_ZOMBIE",
    "SILVERFISH",
    "SKELETON",
    "SLIME",
    "SPIDER",
    "WITCH",
    "WITHER",
    "ZOMBIE"
  ]
}

Config factions_uconf :

Code:
{
  "enabled": true,
  "factionIdNone": "6c09fe27-2dde-4c5e-ab37-940508ecdf8e",
  "factionIdSafezone": "b72980ae-eb5d-460b-9b01-69ff4296b70a",
  "factionIdWarzone": "461cb3c9-a297-4266-9363-ff5cb1ae534e",
  "defaultPlayerFactionId": "6c09fe27-2dde-4c5e-ab37-940508ecdf8e",
  "defaultPlayerRole": "RECRUIT",
  "defaultPlayerPower": 0.0,
  "defaultFactionOpen": false,
  "defaultFactionFlags": {
    "PERMANENT": false,
    "PEACEFUL": false,
    "INFPOWER": false,
    "POWERLOSS": true,
    "PVP": true,
    "FRIENDLYFIRE": false,
    "MONSTERS": true,
    "EXPLOSIONS": true,
    "OFFLINE_EXPLOSIONS": false,
    "FIRESPREAD": true,
    "ENDERGRIEF": false
  },
  "defaultFactionPerms": {
    "BUILD": [
      "LEADER",
      "OFFICER",
    ],
    "PAINBUILD": [],
    "DOOR": [
      "LEADER",
      "OFFICER",
      "MEMBER",
    ],
    "BUTTON": [
      "LEADER",
      "OFFICER",
      "MEMBER",
    ],
    "LEVER": [
      "LEADER",
      "OFFICER",
      "MEMBER",
    ],
    "CONTAINER": [
      "LEADER",
      "OFFICER",
      "MEMBER"
    ],
    "INVITE": [
      "LEADER",
      "OFFICER"
    ],
    "KICK": [
      "LEADER",
      "OFFICER"
    ],
    "SETHOME": [
      "LEADER",
      "OFFICER"
    ],
    "WITHDRAW": [
      "LEADER",
      "OFFICER"
    ],
    "TERRITORY": [
      "LEADER",
      "OFFICER"
    ],
    "ACCESS": [
      "LEADER",
      "OFFICER"
    ],
    "DISBAND": [
      "LEADER"
    ],
    "PERMS": [
      "LEADER"
    ]
  },
  "powerMax": 10.0,
  "powerMin": 0.0,
  "powerPerHour": 12.0,
  "powerPerDeath": -2.0,
  "canLeaveWithNegativePower": true,
  "factionMemberLimit": 0,
  "factionPowerMax": 0.0,
  "factionNameLengthMin": 3,
  "factionNameLengthMax": 12,
  "factionNameForceUpperCase": false,
  "claimsMustBeConnected": false,
  "claimingFromOthersAllowed": true,
  "claimsCanBeUnconnectedIfOwnedByOtherFaction": false,
  "claimsRequireMinFactionMembers": 1,
  "claimedLandsMax": 0,
  "homesEnabled": true,
  "homesMustBeInClaimedTerritory": true,
  "homesTeleportCommandEnabled": true,
  "homesTeleportAllowedFromEnemyTerritory": true,
  "homesTeleportAllowedFromDifferentWorld": true,
  "homesTeleportAllowedEnemyDistance": 32.0,
  "homesTeleportIgnoreEnemiesIfInOwnTerritory": true,
  "homesTeleportToOnDeathActive": false,
  "homesTeleportToOnDeathPriority": "NORMAL",
  "permanentFactionsDisableLeaderPromotion": false,
  "actionDeniedPainAmount": 2.0,
  "disablePVPForFactionlessPlayers": false,
  "enablePVPAgainstFactionlessInAttackersLand": false,
  "territoryShieldFactor": 0.3,
  "denyCommandsPermanentFactionMember": [],
  "denyCommandsTerritoryRelation": {
    "ENEMY": [
      "home",
      "sethome",
      "tpahere",
      "tpaccept",
      "tpa",
      "warp",
      "warps",
      "spawn",
      "wtp",
      "uspawn",
      "utp",
      "mspawn",
      "mtp",
      "fspawn",
      "ftp",
      "jspawn",
      "jtp"
    ],
    "NEUTRAL": [],
    "TRUCE": [],
    "ALLY": [],
    "MEMBER": []
  },
  "lwcRemoveOnChange": {
    "BUY": false,
    "SELL": false,
    "CONQUER": false,
    "PILLAGE": false
  },
  "econEnabled": false,
  "econLandReward": 0.0,
  "econUniverseAccount": "",
  "econChunkCost": {
    "BUY": 30.0,
    "SELL": -20.0,
    "CONQUER": -10.0,
    "PILLAGE": -10.0
  },
  "econCostCreate": 200.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,
  "econCostOpen": 0.0,
  "econRelCost": {
    "ENEMY": 0.0,
    "ALLY": 0.0,
    "TRUCE": 0.0,
    "NEUTRAL": 0.0
  },
  "bankEnabled": true,
  "bankFactionPaysCosts": true,
  "bankFactionPaysLandCosts": true
}
 
hmmmm....
Je ne vois pas où est le problème mais as-tu déjà essayé de changer de versions (par ex : au lieu de spigot 1.8.3 tu met 1.8.4 ..)

Si le problème persiste, envoi moi tes logs !
 
Héhé, pas si simple j'ai un spawn imposant, pas mal de mods/plugins installés, ce serait le bordel de tout changer pour voir si ça fonctionne .. je vais prendre un petit serveur gratuit et mettre le plugin dessus, puis je prendrait sa config pour voir ... Je vais voir ce que ça donne.

Merci de tes réponses !

PS : Je suis sous Cauldron 1.7.2
 
Je viens de tester avec un autre serveur sous cauldron, même résultat mais dès que je l'ai mis sous bukkit, ça fonctionnait ... Le problème est que y'a que cauldron qui me permet d'avoir des plugins et des mods en même temps, ce qui n'est pas possible avec forge ... Et sur mon hébergeur, l'open mod est en 1.0.0 :/

Je viens de trouver un mec qui a le même problème. Apparemment c'est un bug de cauldron :(