Résolu Plugin's Faction

  • Auteur de la discussion Auteur de la discussion mixiz56
  • Date de début Date de début

mixiz56

Creeper ? WHAT THE FUCK !
13 Août 2012
100
3
75
26
Yep ! =D
Mon problème ?
Pas si grave mais c'est ... Chiant :S
En gros, J'ai, comme le titre l'indique, un serveur faction avec bien évidement le plugin ... *ROULEMENT DE TAMBOUR* FAAAAACTION !
Il marche mais le seul problème c'est qu'il n'y a pas le nom de la faction devant le pseudo du joueur
( **Elite[Membre]Pseudo: [CHAT] )
Sa ne met pas comme dans les parenthèses ! sa met juste : [Membre]Pseudo: [CHAT]

HELP !:(
 
Je vais faire l'effort de traduire en français sans utiliser le tutoriel. Tu dois insérer ceci :
Code:
[FACTION]
à un de ces plugins ( ne choisis que celui que tu as installé sur ton serveur ) comme ceci :
  • GroupManager + Essentials chat :
// Dossier contenant le fichier à modifier : \plugins\Essentials\config.yml
// Ligne 459 à 486
Code:
############################################################
# +------------------------------------------------------+ #
# |                  EssentialsChat                    | #
# +------------------------------------------------------+ #
############################################################
 
chat:
 
  # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks.  Set to 0 to make all chat global.
  # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
  # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
  # Users with essentials.chat.question can override this by prefixing text with a question mark (?)
  # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
  radius: 0
 
  # Chat formatting can be done in two ways, you can either define a standard format for all chat
  # Or you can give a group specific chat format, to give some extra variation.
  # If set to the default chat format which "should" be compatible with ichat.
  # For more information of chat formatting, check out the wiki: http://wiki.ess3.net/wiki/Chat_Formatting
 
  format: '[FACTION] <{DISPLAYNAME}> {MESSAGE}'
  #format: '[FACTION] &7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'
 
  group-formats:
  #  Default: '[FACTION] {WORLDNAME} {DISPLAYNAME}&7:&r {MESSAGE}'
  #  Admins: '[FACTION] {WORLDNAME} &c[{GROUP}]&r {DISPLAYNAME}&7:&c {MESSAGE}'
 
  # If you are using group formats make sure to remove the '#' to allow the setting to be read.
  • PermissionsEx + ChatManager :
// Dossier contenant le fichier à modifier : \plugins\ChatManager\config.yml
Code:
enable: true
message-format: [FACTION] <%prefix%player%suffix> %message
global-message-format: [FACTION] <%prefix%player%suffix> &e%message
ranged-mode: false
chat-range: 100.0

warning-icon.png
Ceci est à titre d'exemple, faire un copier-coller pourrait effacer vos précédentes configurations.
 
Hoooooo merci c'est gentil :D
Merci je test sa tous de suite ;)
 
Bah non. C'est sur la page que tu as donné :
Updates specific to the 1.7 branch:
NOTE: For existing users, something you should make sure of:
Chat integration has completely changed as described below. If you were previously using the method of inserting "[FACTION]" into the chat string to be replaced by the relation-colored faction tag (EssentialsChat users, that is probably you), you will need to update this. The basic replacement for the old functionality would be to insert "[factions_relcolor][factions_tag]&f" instead (with the "&f" used to change the text color back to white). You may also want to use "[factions_tag_pr]" (for right-padded) or "[factions_tag_pl]" (for left-padded) in place of "[factions_tag]" of you want padding added.
 
  • J'aime
Reactions: Detobel36