Configuration Plugin Aide Pour les prefix avec groupmanager via Essential chat

NallraenDev

Développeur Java, C#, Python, LUA
23 Octobre 2015
205
28
140
27
Et bien dans 'group-format' tu créer une ligne pour chaque groupes.
Envoie moi ta config essentials et une liste de tout les groupes que tu as et je te fais une base si tu veux
 

The ProGameur

Bucheron
3 Novembre 2017
17
0
12
18
Et bien dans 'group-format' tu créer une ligne pour chaque groupes.
Envoie moi ta config essentials et une liste de tout les groupes que tu as et je te fais une base si tu veux

Config essential (parti echat):
############################################################
# +------------------------------------------------------+ #
# | EssentialsChat | #
# +------------------------------------------------------+ #
############################################################

# This section requires the EssentialsChat.jar to work.

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: http://wiki.ess3.net/wiki/Chat_Formatting

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

group-formats:
Joueur: '&b(Joueur)&f {DISPLAYNAME} >> {MESSAGE}'
Admin: '&c[Administarateur]&f {DISPLAYNAME} >> {MESSAGE}'
Fonda: '&4[Fondateur]&f {DISPLAYNAME} >> {MESSAGE}'

# If you are using group formats make sure to remove the '#' to allow the setting to be read.

Mes Groups:
# Group inheritance
#
# Any inherited groups prefixed with a g: are global groups
# and are inherited from the GlobalGroups.yml.
#
# Groups without the g: prefix are groups local to this world
# and are defined in the this groups.yml file.
#
# Local group inheritances define your promotion tree when using 'manpromote/mandemote'

groups:
Moderator:
default: false
permissions: []
inheritance:
- builder
- g:groupmanager_moderator
- g:bukkit_moderator
- g:essentials_moderator
- g:towny_moderator
- g:vanish_moderator
info:
build: true
prefix: '&5'
suffix: ''
Builder:
default: false
permissions: []
inheritance:
- g:essentials_builder
- g:towny_builder
info:
build: true
prefix: '&2'
suffix: ''
Joueur:
default: true
permissions:
- '[bukkit.command.help]'
- '[bukkit.command.plugins]'
- '[bukkit.command.reload]'
- '[bukkit.command.version]'
- '[essential.kill.exempt]'
- '[essential.kill]'
- '[essential.repair]'
- '[essential.repairall]'
- '[essential.time.set]'
- '[essential.time]'
- '[essentials.ban.notify]'
- '[essentials.banip.notify]'
- '[essentials.chat.ignoreexempt]'
- '[essentials.help.[pluginname].[command]]'
- '[essentials.help.[pluginname]]'
- '[essentials.ignore]'
- '[essentials.msg.color]'
- '[essentials.msg.format]'
- '[essentials.msg.magic]'
- '[essentials.msg.multiple]'
- '[essentials.msg.url]'
- '[essentials.realname]'
- '[essentials.speed.bypass]'
- '[essentials.speed.fly]'
- '[essentials.speed.others]'
- '[essentials.speed.walk]'
- '[essentials.speed]'
- '[essentials.tempban.exempt]'
- '[essentials.tempban.offline]'
- '[essentials.tempban.unlimited]'
- '[essentials.tempban]'
- '[essentials.unban]'
- '[essentials.unbanip]'
- '[minecraft.command.ban-ip]'
- '[minecraft.command.ban-list]'
- '[minecraft.command.ban]'
- '[minecraft.command.deop]'
- '[minecraft.command.difficulty]'
- '[minecraft.command.fill]'
- '[minecraft.command.gamemode]'
- '[minecraft.command.gamerule]'
- '[minecraft.command.give]'
- '[minecraft.command.kick]'
- '[minecraft.command.kill]'
- '[minecraft.command.me]'
- '[minecraft.command.op]'
- '[minecraft.command.pardon-ip]'
- '[minecraft.command.pardon]'
- '[minecraft.command.save-all]'
- '[minecraft.command.save-off]'
- '[minecraft.command.save-on]'
- '[minecraft.command.setblock]'
- '[minecraft.command.setidletimeout]'
- '[minecraft.command.setworldspawn]'
- '[minecraft.command.spawnpoint]'
- '[minecraft.command.stop]'
- '[minecraft.command.summon]'
- '[minecraft.command.tellraw]'
- '[minecraft.command.testfor]'
- '[minecraft.command.testforblock]'
- '[minecraft.command.toggledownfall]'
- '[minecraft.command.weather]'
- '[minecraft.command.whitelist]'
- '[minecraft.command.xp]'
- essential.help
- essential.kick
- essential.mail
- essential.msg
- minecraft.command.say
inheritance: []
info:
build: false
prefix: '&b(Joueur)&f'
suffix: ''
Fonda:
default: false
permissions:
- '*'
inheritance:
- admin
info:
build: true
prefix: '&4Owner'
suffix: ''
Admin:
default: false
permissions: []
inheritance:
- moderator
- g:groupmanager_admin
- g:bukkit_admin
- g:essentials_admin
- g:towny_admin
- g:vanish_admin
info:
build: true
prefix: '&c'
suffix: ''
 

NallraenDev

Développeur Java, C#, Python, LUA
23 Octobre 2015
205
28
140
27
Et bien tu peux faire un truc comme ça :
Code:
group-formats:
Joueur: '&b(Joueur)&f {DISPLAYNAME} >> {MESSAGE}'
Admin: '&c[Administarateur]&f {DISPLAYNAME} >> {MESSAGE}'
Fonda: '&4[Fondateur]&f {DISPLAYNAME} >> {MESSAGE}'
Builder: '&5[Builder] &f{DISPLAYNAME} >> {MESSAGE}'
Moderator: '&8[Mod] &f {DISPLAYNAME} >> {MESSAGE}'

Et si tu créer le grade 'Helper' par exemple tu rajoute une ligne et ça donnera :

Code:
group-formats:
Joueur: '&b(Joueur)&f {DISPLAYNAME} >> {MESSAGE}'
Admin: '&c[Administarateur]&f {DISPLAYNAME} >> {MESSAGE}'
Fonda: '&4[Fondateur]&f {DISPLAYNAME} >> {MESSAGE}'
Builder: '&5[Builder] &f{DISPLAYNAME} >> {MESSAGE}'
Moderator: '&8[Mod] &f {DISPLAYNAME} >> {MESSAGE}'
Helper: '&d[Help] &f{DISPLAYNAME} >> {MESSAGE}'

Compris ? :)

Cordialement,
Nallraen/OriginalPainZ
 

The ProGameur

Bucheron
3 Novembre 2017
17
0
12
18
Et bien tu peux faire un truc comme ça :
Code:
group-formats:
Joueur: '&b(Joueur)&f {DISPLAYNAME} >> {MESSAGE}'
Admin: '&c[Administarateur]&f {DISPLAYNAME} >> {MESSAGE}'
Fonda: '&4[Fondateur]&f {DISPLAYNAME} >> {MESSAGE}'
Builder: '&5[Builder] &f{DISPLAYNAME} >> {MESSAGE}'
Moderator: '&8[Mod] &f {DISPLAYNAME} >> {MESSAGE}'

Et si tu créer le grade 'Helper' par exemple tu rajoute une ligne et ça donnera :

Code:
group-formats:
Joueur: '&b(Joueur)&f {DISPLAYNAME} >> {MESSAGE}'
Admin: '&c[Administarateur]&f {DISPLAYNAME} >> {MESSAGE}'
Fonda: '&4[Fondateur]&f {DISPLAYNAME} >> {MESSAGE}'
Builder: '&5[Builder] &f{DISPLAYNAME} >> {MESSAGE}'
Moderator: '&8[Mod] &f {DISPLAYNAME} >> {MESSAGE}'
Helper: '&d[Help] &f{DISPLAYNAME} >> {MESSAGE}'

Compris ? :)

Cordialement,
Nallraen/OriginalPainZ
Sa ne marche toujours pas
Mon skype pour que tu m'aide plus rapidement : The ProGameur Youtube