Plugin Probléme plugin !

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

Pasimix

Mineur des cavernes
20 Janvier 2014
78
2
30
25
Bonjour aujourd'hui j'ai reussi a avoir les noms des groups mes probléme il aparait 2 foit cela fait !

Exemple:

Debutant[Debutant]Pasimiix:Mon message

Voici mon essential chat !
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: '{GROUP}{DISPLAYNAME}&r:{MESSAGE}'
  #format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'
 
  group-formats:
  #  Default: '{WORLDNAME} {DISPLAYNAME}&7:&r {MESSAGE}'
  #  Admins: '{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.

Et mon Multiverse-Core !

Code:
#  -------------------------------------------------------------------------  #
# This is the MV2 Config. If you mess it up, copy the values out              #
# delete it, and it will be regenerated. Then use the ingame interface        #
# to add your values back via the "/mv conf" command.                        #
# When in-game, simply type: "/mv conf ?" for help.                          #
# A config with explanations can be found here:                              #
# https://github.com/Multiverse/Multiverse-Core/wiki/config.yml              #
#                                                                            #
#                                                                            #
#  IMPORTANT !! IMPORTANT !! IMPORTANT !! IMPORTANT !! IMPORTANT !!IMPORTANT  #
#                                                                            #
# Do NOT delete this line from your config!!!!                                #
# ==: com.onarandombox.MultiverseCore.MultiverseCoreConfiguration            #
#                                                                            #
#  IMPORTANT !! IMPORTANT !! IMPORTANT !! IMPORTANT !! IMPORTANT !!IMPORTANT  #
#  -------------------------------------------------------------------------  #
 
multiverse-configuration:
  ==: com.onarandombox.MultiverseCore.MultiverseCoreConfiguration
  enforceaccess: 'false'
  prefixchat: 'true'
  prefixchatformat: '%chat%'
  useasyncchat: 'true'
  teleportintercept: 'true'
  firstspawnoverride: 'true'
  displaypermerrors: 'true'
  globaldebug: '0'
  silentstart: 'false'
  messagecooldown: '5000'
  version: '2.9'
  firstspawnworld: BattleTotem
  teleportcooldown: '1000'
  defaultportalsearch: 'false'
  portalsearchradius: '128'


Les plugins que j'utilise sont : AuthMe ,Essentials, GroupManager, les Multiverse, NoCheatPlus, PluginMetrics, Quake, SurvivalGames, TNTRun, Vault, WorldEdit, WorldGuard, Iconomy7, Citizens, BowSpleef ! Merci

Cordialement,
Pasimix
 
C'est très simple dans multiverse core
Code:
  prefixchat: 'true'

Tu remplaces true par false et voila ça devrait marcher :)
 
Tu aurais pas mis des prefix dans groups.yml dans groupmanager et essentials dans config.yml
 
Bonjour,

Je rejoinds la réponse de Akarus95, tu n'as pas mis le préfix de groupmanager.yml .

Bonne journée,
Culture60.
 
Salut,
En fait ton problème est simple, tu dois juste faire une toute petite modification dans EssentialChat.
Ton code (A remplacer):
Code:
format: '{GROUP}{DISPLAYNAME}&r:{MESSAGE}'
Le remplaçant ^^ :
Code:
format: '{DISPLAYNAME}&r:{MESSAGE}'
En conclusion: il fallait enlever "{GROUP}" car GroupManager prend en compte le groupe dans le "{DISPLAYNAME}".
Voilà la source de ton problème, en espérant t'avoir aidé.
Cordialement, Alan.
 
Salut,
En fait ton problème est simple, tu dois juste faire une toute petite modification dans EssentialChat.
Ton code (A remplacer):
Code:
format: '{GROUP}{DISPLAYNAME}&r:{MESSAGE}'
Le remplaçant ^^ :
Code:
format: '{DISPLAYNAME}&r:{MESSAGE}'
En conclusion: il fallait enlever "{GROUP}" car GroupManager prend en compte le groupe dans le "{DISPLAYNAME}".
Voilà la source de ton problème, en espérant t'avoir aidé.
Cordialement, Alan.
S'il n'a pas utiliser le groupe via groupmanager ton résonnement est totalement faux pour ça qu'on lui a demander son groups.yml de groupmanager
 
Pas besoin d'être agressif, pourquoi ne pas essayer c'est peut-être la source du problème.