Configuration Plugin Résolu Problème menu [TAB] avec essentials

BySplash

Développeur Java
2 Juillet 2019
19
0
12
29
Bonjour, bonsoir.
J'ai sur mon serveur installé essentials, qui est un peu indispensable pour mon serveur. Le seul problème est que lorsqu'un joueur parle son pseudo dans le TAB est modifié par le nom de son préfix [GroupsManager]... Je me fiche de voir quel est le grade du joueur via le TAB car c'est un serveur RolePlay, et j'aimerai juste voir le pseudo en blanc. Dans la config d'essentials j'ai mis "change-playerlist: " à "false" et retiré le "#" (Ligne 36 du fichier config.yml)

Merci d'avance ! :)
 
Dernière édition:

BySplash

Développeur Java
2 Juillet 2019
19
0
12
29
ça fonctionne mais dans le chat il n'y a plus le rôle (préfix) du joueur...
et "change-displayname" ne fait rien...

j'ai le même problème sous 1.8 (essentials TeamCity) et en 1.7.10 (Essentials Pre2.14.1.3)

https://pastebin.com/mPDw4WGK

Problème résolu ! J'ai désactivé les préfixs par défauts dans groupsmanager et j'ai modifié dans essentials chat :

Code:
[SIZE=2]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.
  # For more information of chat formatting, check out the wiki: [URL]http://wiki.ess3.net/wiki/Chat_Formatting[/URL]

  format: '<{DISPLAYNAME}> {MESSAGE}'
  #format: '&7[{GROUP}]&r {DISPLAYNAME}&7 :&r {MESSAGE}'

  group-formats:
    nomdugroupe(avec les majuscules !): 'Préfix {DISPLAYNAME}&7 :&r {MESSAGE}'[/SIZE]
 
Dernière édition par un modérateur: