Stránka 1 z 2
Factions-Frakcie pomoc
Napsal: 25 dub 2013, 21:22
od ThomasMC
93.91.250.142:27838Ahoj mám problém mám na servery plugin factions(frakcie) ale keď si hráč vytvorí frakciu tak mu pred menom nič nepíše ako to vyriešim ak niekto vie určite píšte karma+

Re: Factions-Frakcie pomoc
Napsal: 25 dub 2013, 21:28
od zdenda204
Config editoru chatu

Mělo by stačit přidat tag [FACTION]
Re: Factions-Frakcie pomoc
Napsal: 25 dub 2013, 21:42
od ThomasMC
nechápem

Re: Factions-Frakcie pomoc
Napsal: 25 dub 2013, 21:47
od zdenda204
No, na serveru máš nejspíše nějaký plugin na editaci chatu (iChat, ChatManager, EssentialsChat,..).
Potřebuji config toho pluginu.
A k němu by se ještě hodil config Factions...
Re: Factions-Frakcie pomoc
Napsal: 25 dub 2013, 21:55
od ThomasMC
ChatManager
Kód: Vybrat vše
enable: false
message-format: <%prefix%player%suffix> %message
global-message-format: <%prefix%player%suffix> &e%message
ranged-mode: false
chat-range: 100.0
Factions
Kód: Vybrat vše
{
"0": {
"relationWish": {},
"invites": [],
"open": false,
"tag": "§2Wilderness",
"description": "",
"lastOnlineTime": 0,
"money": 0.0,
"powerBoost": 0.0,
"flagOverrides": {
"PERMANENT": true,
"INFPOWER": true,
"ENDERGRIEF": true
},
"permOverrides": {
"BUILD": [
"MEMBER",
"ALLY",
"LEADER",
"OFFICER",
"NEUTRAL",
"TRUCE",
"ENEMY",
"RECRUIT"
],
"DOOR": [
"MEMBER",
"ALLY",
"LEADER",
"OFFICER",
"NEUTRAL",
"TRUCE",
"ENEMY",
"RECRUIT"
],
"CONTAINER": [
"MEMBER",
"ALLY",
"LEADER",
"OFFICER",
"NEUTRAL",
"TRUCE",
"ENEMY",
"RECRUIT"
],
"BUTTON": [
"MEMBER",
"ALLY",
"LEADER",
"OFFICER",
"NEUTRAL",
"TRUCE",
"ENEMY",
"RECRUIT"
],
"LEVER": [
"MEMBER",
"ALLY",
"LEADER",
"OFFICER",
"NEUTRAL",
"TRUCE",
"ENEMY",
"RECRUIT"
]
}
},
"-2": {
"relationWish": {},
"invites": [],
"open": false,
"tag": "WarZone",
"description": "Not the safest place to be",
"lastOnlineTime": 0,
"money": 0.0,
"powerBoost": 0.0,
"flagOverrides": {
"PERMANENT": true,
"PEACEFUL": true,
"INFPOWER": true,
"FRIENDLYFIRE": true,
"ENDERGRIEF": true
},
"permOverrides": {
"DOOR": [
"MEMBER",
"ALLY",
"LEADER",
"OFFICER",
"NEUTRAL",
"TRUCE",
"ENEMY",
"RECRUIT"
],
"CONTAINER": [
"MEMBER",
"ALLY",
"LEADER",
"OFFICER",
"NEUTRAL",
"TRUCE",
"ENEMY",
"RECRUIT"
],
"BUTTON": [
"MEMBER",
"ALLY",
"LEADER",
"OFFICER",
"NEUTRAL",
"TRUCE",
"ENEMY",
"RECRUIT"
],
"LEVER": [
"MEMBER",
"ALLY",
"LEADER",
"OFFICER",
"NEUTRAL",
"TRUCE",
"ENEMY",
"RECRUIT"
],
"TERRITORY": [
"MEMBER",
"LEADER",
"OFFICER"
]
}
},
"-1": {
"relationWish": {},
"invites": [],
"open": false,
"tag": "SafeZone",
"description": "Free from PVP and monsters",
"lastOnlineTime": 0,
"money": 0.0,
"powerBoost": 0.0,
"flagOverrides": {
"PERMANENT": true,
"PEACEFUL": true,
"INFPOWER": true,
"POWERLOSS": false,
"PVP": false,
"MONSTERS": false,
"EXPLOSIONS": false,
"FIRESPREAD": false
},
"permOverrides": {
"DOOR": [
"MEMBER",
"ALLY",
"LEADER",
"OFFICER",
"NEUTRAL",
"TRUCE",
"ENEMY",
"RECRUIT"
],
"CONTAINER": [
"MEMBER",
"ALLY",
"LEADER",
"OFFICER",
"NEUTRAL",
"TRUCE",
"ENEMY",
"RECRUIT"
],
"BUTTON": [
"MEMBER",
"ALLY",
"LEADER",
"OFFICER",
"NEUTRAL",
"TRUCE",
"ENEMY",
"RECRUIT"
],
"LEVER": [
"MEMBER",
"ALLY",
"LEADER",
"OFFICER",
"NEUTRAL",
"TRUCE",
"ENEMY",
"RECRUIT"
],
"TERRITORY": [
"MEMBER",
"LEADER",
"OFFICER"
]
}
}
}
Re: Factions-Frakcie pomoc
Napsal: 25 dub 2013, 22:01
od zdenda204
1) Nepoužíváš ještě jiný plugin než ChatManager? Protože ChatManager má vypnutý

2) Chtěl jsem generální config Factions

3) Ten config ChatManageru zkus takto:
Kód: Vybrat vše
enable: enable
message-format: <[FACTION]%prefix%player%suffix> %message
global-message-format: <[FACTION]%prefix%player%suffix> &e%message
ranged-mode: false
chat-range: 100.0
Re: Factions-Frakcie pomoc
Napsal: 25 dub 2013, 22:07
od ThomasMC
Mám ešte essentials chat ale tam nieje priečinok... genarálny confing je to leob ja neviem

Kód: Vybrat vše
{
"colorMember": "GREEN",
"colorAlly": "DARK_PURPLE",
"colorTruce": "LIGHT_PURPLE",
"colorNeutral": "WHITE",
"colorEnemy": "RED",
"colorNoPVP": "GOLD",
"colorFriendlyFire": "DARK_RED",
"factionFlagDefaults": {
"PERMANENT": false,
"PEACEFUL": false,
"INFPOWER": false,
"POWERLOSS": true,
"PVP": true,
"FRIENDLYFIRE": false,
"MONSTERS": true,
"EXPLOSIONS": true,
"FIRESPREAD": true,
"ENDERGRIEF": false
},
"factionPermDefaults": {
"BUILD": [
"MEMBER",
"ALLY",
"LEADER",
"OFFICER",
"RECRUIT"
],
"PAINBUILD": [],
"DOOR": [
"MEMBER",
"ALLY",
"LEADER",
"OFFICER",
"RECRUIT"
],
"BUTTON": [
"MEMBER",
"ALLY",
"LEADER",
"OFFICER",
"RECRUIT"
],
"LEVER": [
"MEMBER",
"ALLY",
"LEADER",
"OFFICER",
"RECRUIT"
],
"CONTAINER": [
"MEMBER",
"LEADER",
"OFFICER"
],
"INVITE": [
"LEADER",
"OFFICER"
],
"KICK": [
"LEADER",
"OFFICER"
],
"SETHOME": [
"LEADER",
"OFFICER"
],
"WITHDRAW": [
"LEADER",
"OFFICER"
],
"TERRITORY": [
"LEADER",
"OFFICER"
],
"CAPE": [
"LEADER",
"OFFICER"
],
"ACCESS": [
"LEADER",
"OFFICER"
],
"DISBAND": [
"LEADER"
],
"PERMS": [
"LEADER"
]
},
"factionRankDefault": "RECRUIT",
"powerPlayerMax": 10.0,
"powerPlayerMin": -10.0,
"powerPlayerStarting": 10.0,
"powerPerMinute": 0.2,
"powerPerDeath": 4.0,
"scaleNegativePower": false,
"scaleNegativeDivisor": 40.0,
"powerRegenOffline": false,
"powerOfflineLossPerDay": 0.0,
"powerOfflineLossLimit": 0.0,
"powerFactionMax": 0.0,
"prefixLeader": "**",
"prefixOfficer": "*",
"prefixMember": "+",
"prefixRecruit": "-",
"factionTagLengthMin": 3,
"factionTagLengthMax": 10,
"factionTagForceUpperCase": false,
"newFactionsDefaultOpen": false,
"factionMemberLimit": 0,
"newPlayerStartingFactionID": "0",
"canLeaveWithNegativePower": true,
"chatSetFormat": false,
"chatSetFormatTo": "<{faction_relcolor}§l{faction_roleprefix}§r{faction_relcolor}{faction_tag_pr}§f%s> %s",
"chatParseTags": true,
"chatParseTagsColored": false,
"chatSingleFormats": {
"pb": " %s ",
"pl": " %s",
"pr": "%s "
},
"chatTagFormat": "%s§f",
"herochatFactionName": "Faction",
"herochatFactionNick": "F",
"herochatFactionFormat": "{color}[&l{nick}&r{color} &l{faction_roleprefix}&r{color}{faction_title_pr}{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 {faction_relcolor}&l{faction_roleprefix}&r{faction_relcolor}{faction_tag_pr}{sender}{color}] &f{msg}",
"herochatAlliesColor": "DARK_PURPLE",
"herochatAlliesDistance": 0,
"herochatAlliesIsShortcutAllowed": false,
"herochatAlliesCrossWorld": true,
"herochatAlliesMuted": false,
"herochatAlliesWorlds": [],
"herochatAllyName": "Allies",
"broadcastDescriptionChanges": false,
"saveToFileEveryXMinutes": 30.0,
"autoLeaveAfterDaysOfInactivity": 10.0,
"autoLeaveRoutineRunsEveryXMinutes": 5.0,
"autoLeaveRoutineMaxMillisecondsPerTick": 5,
"removePlayerDataWhenBanned": true,
"worldGuardChecking": 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,
"homesTeleportAllowedFromEnemyTerritory": true,
"homesTeleportAllowedFromDifferentWorld": true,
"homesTeleportAllowedEnemyDistance": 32.0,
"homesTeleportIgnoreEnemiesIfInOwnTerritory": true,
"friendlyFireFromRel": "TRUCE",
"disablePVPForFactionlessPlayers": false,
"enablePVPAgainstFactionlessInAttackersLand": false,
"noPVPDamageToOthersForXSecondsAfterLogin": 3,
"permanentFactionsDisableLeaderPromotion": false,
"claimsMustBeConnected": false,
"claimingFromOthersAllowed": true,
"claimsCanBeUnconnectedIfOwnedByOtherFaction": true,
"claimsRequireMinFactionMembers": 1,
"claimedLandsMax": 0,
"radiusClaimFailureLimit": 9,
"protectOfflineFactionsFromExplosions": false,
"offlineExplosionProtectionDelay": 2.0,
"actionDeniedPainAmount": 2,
"permanentFactionMemberDenyCommands": [],
"territoryNeutralDenyCommands": [],
"territoryEnemyDenyCommands": [
"home",
"sethome",
"spawn",
"tpahere",
"tpaccept",
"tpa",
"warp"
],
"territoryShieldFactor": 0.3,
"pistonProtectionThroughDenyBuild": true,
"spoutFactionTagsOverNames": true,
"spoutFactionTitlesOverNames": true,
"spoutHealthBarUnderNames": true,
"spoutHealthBarLeft": "{c}[",
"spoutHealthBarSolid": "|",
"spoutHealthBarBetween": "&8",
"spoutHealthBarEmpty": "|",
"spoutHealthBarRight": "{c}]",
"spoutHealthBarSolidsPerEmpty": 1.0,
"spoutHealthBarColorTag": "{c}",
"spoutHealthBarWidth": 30,
"spoutHealthBarColorUnderQuota": {
"1.0": "&2",
"0.8": "&a",
"0.5": "&e",
"0.4": "&6",
"0.3": "&c",
"0.2": "&4"
},
"spoutCapes": true,
"spoutTerritoryDisplayPosition": 1,
"spoutTerritoryDisplaySize": 1.0,
"spoutTerritoryDisplayShowDescription": true,
"spoutTerritoryAccessShow": true,
"spoutTerritoryNoticeShow": true,
"spoutTerritoryNoticeTop": 40,
"spoutTerritoryNoticeShowDescription": false,
"spoutTerritoryNoticeSize": 1.5,
"spoutTerritoryNoticeLeaveAfterSeconds": 2.0,
"econEnabled": false,
"econUniverseAccount": "",
"econCostClaimWilderness": 30.0,
"econCostClaimFromFactionBonus": 30.0,
"econClaimAdditionalMultiplier": 0.5,
"econClaimRefundMultiplier": 0.7,
"econClaimUnconnectedFee": 0.0,
"econCostCreate": 100.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,
"econCostTruce": 0.0,
"econCostNeutral": 0.0,
"econCostEnemy": 0.0,
"econLandRewardTaskRunsEveryXMinutes": 20,
"econLandReward": 0.0,
"bankEnabled": true,
"bankFactionPaysCosts": true,
"bankFactionPaysLandCosts": true,
"playersWhoBypassAllProtection": [],
"worldsNoClaiming": [],
"worldsNoPowerLoss": [],
"worldsIgnorePvP": []
}
Re: Factions-Frakcie pomoc
Napsal: 25 dub 2013, 22:11
od zdenda204
Jsem asi fakt natvrdlej

Je to naprosto jinačí než dříve

Zkus toto:
Kód: Vybrat vše
{
"colorMember": "GREEN",
"colorAlly": "DARK_PURPLE",
"colorTruce": "LIGHT_PURPLE",
"colorNeutral": "WHITE",
"colorEnemy": "RED",
"colorNoPVP": "GOLD",
"colorFriendlyFire": "DARK_RED",
"factionFlagDefaults": {
"PERMANENT": false,
"PEACEFUL": false,
"INFPOWER": false,
"POWERLOSS": true,
"PVP": true,
"FRIENDLYFIRE": false,
"MONSTERS": true,
"EXPLOSIONS": true,
"FIRESPREAD": true,
"ENDERGRIEF": false
},
"factionPermDefaults": {
"BUILD": [
"MEMBER",
"ALLY",
"LEADER",
"OFFICER",
"RECRUIT"
],
"PAINBUILD": [],
"DOOR": [
"MEMBER",
"ALLY",
"LEADER",
"OFFICER",
"RECRUIT"
],
"BUTTON": [
"MEMBER",
"ALLY",
"LEADER",
"OFFICER",
"RECRUIT"
],
"LEVER": [
"MEMBER",
"ALLY",
"LEADER",
"OFFICER",
"RECRUIT"
],
"CONTAINER": [
"MEMBER",
"LEADER",
"OFFICER"
],
"INVITE": [
"LEADER",
"OFFICER"
],
"KICK": [
"LEADER",
"OFFICER"
],
"SETHOME": [
"LEADER",
"OFFICER"
],
"WITHDRAW": [
"LEADER",
"OFFICER"
],
"TERRITORY": [
"LEADER",
"OFFICER"
],
"CAPE": [
"LEADER",
"OFFICER"
],
"ACCESS": [
"LEADER",
"OFFICER"
],
"DISBAND": [
"LEADER"
],
"PERMS": [
"LEADER"
]
},
"factionRankDefault": "RECRUIT",
"powerPlayerMax": 10.0,
"powerPlayerMin": -10.0,
"powerPlayerStarting": 10.0,
"powerPerMinute": 0.2,
"powerPerDeath": 4.0,
"scaleNegativePower": false,
"scaleNegativeDivisor": 40.0,
"powerRegenOffline": false,
"powerOfflineLossPerDay": 0.0,
"powerOfflineLossLimit": 0.0,
"powerFactionMax": 0.0,
"prefixLeader": "**",
"prefixOfficer": "*",
"prefixMember": "+",
"prefixRecruit": "-",
"factionTagLengthMin": 3,
"factionTagLengthMax": 10,
"factionTagForceUpperCase": false,
"newFactionsDefaultOpen": false,
"factionMemberLimit": 0,
"newPlayerStartingFactionID": "0",
"canLeaveWithNegativePower": true,
"chatSetFormat": true,
"chatSetFormatTo": "<{faction_relcolor}§l{faction_roleprefix}§r{faction_relcolor}{faction_tag_pr}§f%s> %s",
"chatParseTags": true,
"chatParseTagsColored": false,
"chatSingleFormats": {
"pb": " %s ",
"pl": " %s",
"pr": "%s "
},
"chatTagFormat": "%s§f",
"herochatFactionName": "Faction",
"herochatFactionNick": "F",
"herochatFactionFormat": "{color}[&l{nick}&r{color} &l{faction_roleprefix}&r{color}{faction_title_pr}{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 {faction_relcolor}&l{faction_roleprefix}&r{faction_relcolor}{faction_tag_pr}{sender}{color}] &f{msg}",
"herochatAlliesColor": "DARK_PURPLE",
"herochatAlliesDistance": 0,
"herochatAlliesIsShortcutAllowed": false,
"herochatAlliesCrossWorld": true,
"herochatAlliesMuted": false,
"herochatAlliesWorlds": [],
"herochatAllyName": "Allies",
"broadcastDescriptionChanges": false,
"saveToFileEveryXMinutes": 30.0,
"autoLeaveAfterDaysOfInactivity": 10.0,
"autoLeaveRoutineRunsEveryXMinutes": 5.0,
"autoLeaveRoutineMaxMillisecondsPerTick": 5,
"removePlayerDataWhenBanned": true,
"worldGuardChecking": 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,
"homesTeleportAllowedFromEnemyTerritory": true,
"homesTeleportAllowedFromDifferentWorld": true,
"homesTeleportAllowedEnemyDistance": 32.0,
"homesTeleportIgnoreEnemiesIfInOwnTerritory": true,
"friendlyFireFromRel": "TRUCE",
"disablePVPForFactionlessPlayers": false,
"enablePVPAgainstFactionlessInAttackersLand": false,
"noPVPDamageToOthersForXSecondsAfterLogin": 3,
"permanentFactionsDisableLeaderPromotion": false,
"claimsMustBeConnected": false,
"claimingFromOthersAllowed": true,
"claimsCanBeUnconnectedIfOwnedByOtherFaction": true,
"claimsRequireMinFactionMembers": 1,
"claimedLandsMax": 0,
"radiusClaimFailureLimit": 9,
"protectOfflineFactionsFromExplosions": false,
"offlineExplosionProtectionDelay": 2.0,
"actionDeniedPainAmount": 2,
"permanentFactionMemberDenyCommands": [],
"territoryNeutralDenyCommands": [],
"territoryEnemyDenyCommands": [
"home",
"sethome",
"spawn",
"tpahere",
"tpaccept",
"tpa",
"warp"
],
"territoryShieldFactor": 0.3,
"pistonProtectionThroughDenyBuild": true,
"spoutFactionTagsOverNames": true,
"spoutFactionTitlesOverNames": true,
"spoutHealthBarUnderNames": true,
"spoutHealthBarLeft": "{c}[",
"spoutHealthBarSolid": "|",
"spoutHealthBarBetween": "&8",
"spoutHealthBarEmpty": "|",
"spoutHealthBarRight": "{c}]",
"spoutHealthBarSolidsPerEmpty": 1.0,
"spoutHealthBarColorTag": "{c}",
"spoutHealthBarWidth": 30,
"spoutHealthBarColorUnderQuota": {
"1.0": "&2",
"0.8": "&a",
"0.5": "&e",
"0.4": "&6",
"0.3": "&c",
"0.2": "&4"
},
"spoutCapes": true,
"spoutTerritoryDisplayPosition": 1,
"spoutTerritoryDisplaySize": 1.0,
"spoutTerritoryDisplayShowDescription": true,
"spoutTerritoryAccessShow": true,
"spoutTerritoryNoticeShow": true,
"spoutTerritoryNoticeTop": 40,
"spoutTerritoryNoticeShowDescription": false,
"spoutTerritoryNoticeSize": 1.5,
"spoutTerritoryNoticeLeaveAfterSeconds": 2.0,
"econEnabled": false,
"econUniverseAccount": "",
"econCostClaimWilderness": 30.0,
"econCostClaimFromFactionBonus": 30.0,
"econClaimAdditionalMultiplier": 0.5,
"econClaimRefundMultiplier": 0.7,
"econClaimUnconnectedFee": 0.0,
"econCostCreate": 100.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,
"econCostTruce": 0.0,
"econCostNeutral": 0.0,
"econCostEnemy": 0.0,
"econLandRewardTaskRunsEveryXMinutes": 20,
"econLandReward": 0.0,
"bankEnabled": true,
"bankFactionPaysCosts": true,
"bankFactionPaysLandCosts": true,
"playersWhoBypassAllProtection": [],
"worldsNoClaiming": [],
"worldsNoPowerLoss": [],
"worldsIgnorePvP": []
}
Re: Factions-Frakcie pomoc
Napsal: 25 dub 2013, 22:15
od ThomasMC
stále neide
Re: Factions-Frakcie pomoc
Napsal: 25 dub 2013, 22:20
od ThomasMC