- Tout d'abord voiçi les groupes crée via luckperms : "GROUPS:fondateur,admin,modérateur,modo-j,master,gamer+,gamer,joueur+,default
- çela fait maintenant plus de 1 semaine que je suis dessus, j'aimerais faire en sorte que les groupes Modo-j Modérateur admin et fondateur écrit en jaune dans le chat en revanche que les autres groupes écrivent en blanc dans le chat... J'utilise donc Ultimate chat pour l'écriture car quand le plugins faction est mis, ça fait un truc dégeulasse du style : Faction [grade] <[pseudo]> : message.
- Donc j'ai dû passer par ultimate chat pour avoir un chat propre, mais je n'arrive pas à crée les 2 groupes séparée, avec essentialsX c'étais simple mais avec Ultimate chat je comprends pas trop, je vous met ci-dessous les lignes du plugins qui concerne l'écriture dans le chat :
group-prefix:
format: ''
hover-messages:
- '&bRank: &e{prim-group}'
playername:
format: '{playername}'
click-cmd: 'tpa {playername}'
hover-messages:
- '&7Click to send teleport request'
nickname:
format: '{nickname}'
hover-messages:
- '&6Realname: {playername}'
group-suffix:
format: '&r{group-suffix} &8»&r '
world:
format: ''
hover-messages: '&7[{world}]&r'
message:
format: '{message}'
ch-tags:
format: ''
click-cmd: 'ch {ch-alias}'
hover-messages:
- '&3Channel name: {ch-color}{ch-name}'
- '&bClick to go to this channel!'
clan-tag:
format: '{clan-tag}'
click-cmd: 'clan search {playername}'
hover-messages:
- '&bClan Tag: &7{clan-tag}'
- '&bClan Name: &7{clan-name}'
- '&bClan KDR: &7{clan-totalkdr}'
- '&bPlayer KDR: &7{clan-kdr}'
- '&bPlayer Rank: &7{clan-rank}'
- '&bIs Leader: &7{clan-isleader}'
- '&3Click for more info about this player'
marry-tag:
format: '{marry-prefix}{marry-suffix}'
hover-messages:
- '&cMarried with {marry-partner}'
admin-chat:
format: '&b[&r{playername}&b]&1 '
bungee:
format: '&7[{world}]{ch-color}[bungee-{bungee-id}] {playername}: &7'
hover-messages:
- '{ch-color}Sent from server -{bungee-id}-'
factions:
format: '{fac-relation-color}{fac-relation-name} &r'
hover-messages:
- '&7Faction name: {fac-relation-color}{fac-name}'
- '&7Motd: &a{fac-motd}'
- '&7Description: {fac-description}'
jedis:
format: '{jedis-id}'
hover-messages:
- '&7Server: {jedis-id}'
- '&cTestligne303'
# Use this tag as reference to create other new tags.
custom-tag:
format: '&7[&2MyTag&7]&r'
click-cmd: ''
click-url: ''
suggest-cmd: ''
permission: 'any-name-perm.custom-tag'
hover-messages: []
show-in-worlds: []
hide-in-worlds: []
- Donc ici la ligne qui gère le chat pour parler dans le générale est :
group-suffix:
format: '&r{group-suffix} &8»&r '
- Si je met &e à la fin tout le monde parle en jaune, j'aimerai seulement que les groupes cités au dessus parle en jaune, je vous envoie le conf.yml du plugins entier pour voir si vous trouver pas un truc à modifié que je suis passée à côté :
# Uchat configuration file
# Author: FabioZumbi12
# We recommend you to use NotePad++ to edit this file and avoid TAB errors!
# ------------------------------------------------------------------------
# Tags is where you can customize what will show on chat, on hover or on click on tag.
# To add a tag, you can copy an existent and change the name and the texts.
# After add and customize your tag, put the tag name on 'general > default-tag-builder'.
# ------------------------------------------------------------------------
# Available replacers:
# uChat:
# - {default-format-full}: Use this tag to see all plugin tags using the default bukkit format. # Normally used by 'myth' plugins and temporary tags.# If you want to use only of this tags you can use the replacer bellow and get number of tag separated by spaces;
# - {default-format-0}: use this tag to show only one of the tags described on '{default-format-full}'. # The number is the posiotion separated by spaces;
# - {world}: Replaced by sender world;
# - {message}: Message sent by player;
# - {playername}: The name of player;
# - {nickname}: The nickname of player. If not set, will show realname;
# - {ch-name}: Channel name;
# - {ch-alias}: Channel alias;
# - {ch-color}: Channel color;
# - {hand-type}: Item type;
# - {hand-name}: Item name;
# - {hand-amount}: Item quantity;
# - {hand-lore}: Item description (lore);
# - {hand-durability}: Item durability;
# - {hand-enchants}: Item enchantments;
# - {time-now}: Prints the time now on server;
# Vault:
# - {group-prefix}: Get group prefix;
# - {group-all-prefixes}: Get all player group prefixes and show on chat;
# - {group-suffix}: Get group suffix;
# - {group-all-suffixes}: Get all player group suffixes and show on chat;
# - {balance}: Get the sender money;
# - {prim-group}: Get the primary group tag;
# - {player-groups}: Get all groups names the sender has;
# - {player-groups-prefixes}: Get all group prefixes the sender has;
# - {player-groups-suffixes}: Get all group suffixes the sender has;
# Simpleclans:
# - {clan-tag}: Clan tag without colors;
# - {clan-fulltag}: Clan tag with brackets, colors and separator;
# - {clan-ctag}: Clan with colors;
# - {clan-name}: Clan name;
# - {clan-kdr}: Player clan KDR;
# - {clan-isleader}: The player is leader;
# - {clan-rank}: Player rank on Clan;
# - {clan-totalkdr}: Clan KDR (not player kdr);
# Marry Plugins:
# - {marry-partner}: Get the partner name;
# - {marry-prefix}: Get the married prefix tag, normally the heart;
# - {marry-suffix}: Get the married suffix tag, or male tag for Marriage Reloaded;
# BungeeCord:
# - {bungee-id}: Server ID from sender;
# Jedis (redis):
# - {jedis-id}: This server id;
# Factions:
# Gets the info of faction to show on chat.
# - {fac-id}: Faction ID;
# - {fac-name}: Faction Name;
# - {fac-motd}: Faction MOTD;
# - {fac-description}: Faction Description;
# - {fac-relation-name}: Faction name in relation of reader of tag;
# - {fac-relation-color}: Faction color in relation of reader of tag;
# Dont touch
config-version: 1.6
debug:
messages: false
timings: false
# Available languages: EN-US, PT-BR, FR-FR, FR-ES, HU-HU, RU, SP-ES and ZH-CN
language: 'EN-US'
# Jedis configuration.
# Use Jedis to send messages between other servers running Jedis.
# Consider a replecement as Bungeecoord.
jedis:
enable: false
# Change to a unique identification and use on tags with {jedis-id}.
server-id: '&e[ChangeThis]&r '
ip: 'localhost'
port: 6379
pass: ''
# Enable the two way chat into discord and minecraft.
# Generate your bot token following this instructions: https://goo.gl/utfRRv
discord:
use: false
update-status: true
# The default status of bot. Available status: DEFAULT, LISTENING, WATCHING and STREAMING"
game-type: 'DEFAULT'
# If game-type = STREAMING, set the twitch url.
twitch: ''
# Follow this instructions to generate your token: https://goo.gl/5Do8LJ
token: ''
log-channel-id: ''
# Channel id to spy private messages
tell-channel-id: ''
# In-Game commands to do not send to discord
# This is the commands names, not aliases without arguments and without \
log-ignored-commands: []
# Channel id to send commands issued by players.
commands-channel-id: ''
# Set your vanish plugin pemrissions here to do not announce player join/leave players with this permission.
vanish-perm: 'essentials.vanish'
# Put the id on 'commands-channel-id' option or/and enable server commands on channel configuration to use this.
server-commands:
# This alias is not needed if using the channel set on 'commands-channel-id' option.
alias: '!cmd'
whitelist: []
blacklist:
- 'stop'
- 'whitelist'
# UChat Api configs.
api:
# Using uchat api, format messages sent to console?
format-console-messages: false
# If using tag plugins from legendchat, put the tags here.
legendchat-tags: []
# Use mentions on chat to change the player name color and play a sound on mention.
mention:
enable: true
color-template: '&e@{mentioned-player}{group-suffix}'
# May change if using old minecraft version.
playsound: 'note_pling'
hover-message: '&e{playername} Te parle !'
general:
# Template to show when players send links or urls.
URL-template: '&3Click to open &n{url}&r'
# Deny muted players to use this commands.
muted-deny-cmds:
- 'mail'
# Tag to show when sent messages from console to channels.
console-tag: '&6 {console}&3'
# Remove this from chat (like empty tags)
remove-from-chat:
- '[]'
- '&7[]'
- '&7[&7]'
# Remove not converted PlaceholdersAPI from tags.
remove-unnused-placeholderapi: true
channel-cmd-aliases: 'channel, ch'
# Aliases to send commands from system to players (without any format, good to send messages from other plugins direct to players)
umsg-cmd-aliases: 'upv'
# False if your server don't support json or if /tellraw is not available.
json-events: true
default-channels:
# Default channel for new added worlds
default-channel: 'g'
# Default channel for each world. The channel must exist.
worlds:
world:
channel: 'g'
# Force player to join this channel on change world?
force: false
world_nether:
channel: 'g'
# Force player to join this channel on change world?
force: false
world_the_end:
channel: 'g'
# Force player to join this channel on change world?
force: false
event:
channel: 'g'
# Force player to join this channel on change world?
force: false
# Chat spy format.
spy-format: '&e[Spy] {output}'
# Enable Spy on join?
spy-enable-onjoin: true
# If using the placeholder "{group-all-prefixes/suffixes}", exclude this groups from tags.
dont-show-groups:
- 'default'
# Use the tag builder from channel configuration and ignore this tag builder.
use-channel-tag-builder: true
# This is the main tag builder.
# Change the order of this tags to change how tag is displayed on chat.
# This tags represent the names of tag in this configuration.
default-tag-builder: 'world,marry-tag,ch-tags,clan-tag,factions,group-prefix,nickname,group-suffix,message'
# Enable to allow parse tags and placeholders on messages.
enable-tags-on-messages: false
# Remember the channel the player is when logout/login until server restart?
persist-channels: true
item-hand:
enable: true
# Text to show on chat when using @hand.
# Placeholders: {hand-amount}, {hand-type}, {hand-name}
format: '&6[{hand-amount} {hand-type}]{group-suffix}'
# Placeholder to use on chat by players to show your item in hand.
placeholder: '@hand'
# Blacklisted itens for hand command.
blacklist:
- 'SHULKER_BOX'
# Example alias for rename world name to other name. Support color codes.
world-names:
my-nether: '&4Hell&r'
my-end: '&5The-End&r'
# Example alias for rename Group name to other name. Support color codes.
group-names:
my-admin: '&4Admin&r'
my-moderation: '&2Mod&r'
# This will make a check if the player channel is available on destination world and put on the world channel if is not available.
check-channel-change-world: false
tell:
cmd-aliases: 'tell,t,w,m,msg,private,priv,r'
prefix: '&6[§c{playername} &6-> &4{receivername}&6]&r '
format: '{message}'
hover-messages: []
bungee:
# Change to a unique identification, and use on tags with {bungee-id}.
server-id: '&4ChangeMe'
broadcast:
# Enable custom broadcasts.
enable: true
# Tag to use on broadcast message to set a hover message.
on-hover: 'hover:'
# Tag to use on broadcast message to set a click event.
on-click: 'click:'
# Tag to use on broadcast message to suggest a command.
suggest: 'suggest:'
# Tag to use on broadcast message to set a website url on click (with www).
url: 'url:'
# Permission check for receivers.
permission: 'perm:'
# Aliases to use for broadcast.
aliases: 'ubroad,uannounce,usay,uaction,all,anunciar,todos'
# This is where you will create as many tags you want.
# You can use the tag "custom-tag" as base to create your own tags.
# When finish, get the name of your tag and put on "general.default-tag-build"
# or on channel builder on "channels" folder.
tags:
group-prefix:
format: ''
hover-messages:
- '&bRank: &e{prim-group}'
playername:
format: '{playername}'
click-cmd: 'tpa {playername}'
hover-messages:
- '&7Click to send teleport request'
nickname:
format: '{nickname}'
hover-messages:
- '&6Realname: {playername}'
group-suffix:
format: '&r{group-suffix} &8»&r '
world:
format: ''
hover-messages: '&7[{world}]&r'
message:
format: '{message}'
ch-tags:
format: ''
click-cmd: 'ch {ch-alias}'
hover-messages:
- '&3Channel name: {ch-color}{ch-name}'
- '&bClick to go to this channel!'
clan-tag:
format: '{clan-tag}'
click-cmd: 'clan search {playername}'
hover-messages:
- '&bClan Tag: &7{clan-tag}'
- '&bClan Name: &7{clan-name}'
- '&bClan KDR: &7{clan-totalkdr}'
- '&bPlayer KDR: &7{clan-kdr}'
- '&bPlayer Rank: &7{clan-rank}'
- '&bIs Leader: &7{clan-isleader}'
- '&3Click for more info about this player'
marry-tag:
format: '{marry-prefix}{marry-suffix}'
hover-messages:
- '&cMarried with {marry-partner}'
admin-chat:
format: '&b[&r{playername}&b]&1 '
bungee:
format: '&7[{world}]{ch-color}[bungee-{bungee-id}] {playername}: &7'
hover-messages:
- '{ch-color}Sent from server -{bungee-id}-'
factions:
format: '{fac-relation-color}{fac-relation-name} &r'
hover-messages:
- '&7Faction name: {fac-relation-color}{fac-name}'
- '&7Motd: &a{fac-motd}'
- '&7Description: {fac-description}'
jedis:
format: '{jedis-id}'
hover-messages:
- '&7Server: {jedis-id}'
- '&cTestligne303'
# Use this tag as reference to create other new tags.
custom-tag:
format: '&7[&2MyTag&7]&r'
click-cmd: ''
click-url: ''
suggest-cmd: ''
permission: 'any-name-perm.custom-tag'
hover-messages: []
show-in-worlds: []
hide-in-worlds: []
- Maintenant je vous donne le global.yml ( la partie du chat concernée ) :
# ###################################################
# ############## Channel Configuration ##############
# ###################################################
#
# This is the channel configuration.
# You can change and copy this file to create as many channels you want.
# This is the default options:
#
# name: Global - The name of channel.
# alias: g - The alias to use the channel
# across-worlds: true - Send messages of this channel to all worlds?
# distance: 0 - If across worlds is false, distance to receive this messages.
# color: &b - The color of channel
# tag-builder: ch-tags,world,clan-tag,marry-tag,group-prefix,nickname,group-suffix,message - Tags of this channel
# need-focus: false - Player can use the alias or need to use '/ch g' to use this channel?
# canLock: true - Change if the player can use /<channel> to lock on channel.receivers-message: true - Send chat messages like if 'no players near to receive the message'?
# cost: 0.0 - Cost to player use this channel.
# use-this-builder: false - Use this tag builder or use the 'config.yml' tag-builder?
# channelAlias - Use this channel as a command alias.
# enable: true - Enable this execute a command alias?
# sendAs: player - Send the command alias as 'player' or 'console'?
# cmd: '' - Command to send on every message send by this channel.
# available-worlds - Worlds and only this world where this chat can be used and messages sent/received.
# discord:
# mode: NONE - The options are NONE, SEND, LISTEN, BOTH. If enabled and token code set and the channel ID matches with one discord channel, will react according the choosen mode.
# hover: &3Discord Channel: &a{dd-channel}\n&3Role Name: {dd-rolecolor}{dd-rolename}
# format-to-mc: {ch-color}[{ch-alias}]&b{dd-rolecolor}[{dd-rolename}]{sender}&r:
# format-to-dd: :thought_balloon: {sender}: {message}
# allow-server-cmds: false - Use this channel to send commands from discord > minecraft.
# channelID: '' - The IDs of your Discord Channels. Enable debug on your discord to get the channel ID.
# Note: You can add more than one discord id, just separate by "," like: 13246579865498,3216587898754
name: Global
alias: g
color: '&2'
jedis: false
dynmap:
enable: true
distance: 0
discord:
channelID: ''
hover: |-
&3Discord Channel: &a{dd-channel}
&3Role Name: {dd-rolecolor}{dd-rolename}
mode: none
allow-bot: true
allow-server-cmds: false
format-to-mc: '{ch-color}[{ch-alias}]&b{dd-rolecolor}[{dd-rolename}]{sender}&e: '
format-to-dd: ':regional_indicator_g: {sender}: {message}'
char-alias: ''
receivers-message: false
need-focus: false
password: ''
use-this-builder: false
available-worlds: []
canLock: true
compat:
cancel-chat-event: false
cost: 0.0
across-worlds: true
channelAlias:
sendAs: player
cmd: ''
enable: false
allow-hand: true
bungee: false
tag-builder: world,marry-tag,ch-tags,clan-tag,factions,group-prefix,nickname,group-suffix,messages,admin,default,fondateur
- çela fait maintenant plus de 1 semaine que je suis dessus, j'aimerais faire en sorte que les groupes Modo-j Modérateur admin et fondateur écrit en jaune dans le chat en revanche que les autres groupes écrivent en blanc dans le chat... J'utilise donc Ultimate chat pour l'écriture car quand le plugins faction est mis, ça fait un truc dégeulasse du style : Faction [grade] <[pseudo]> : message.
- Donc j'ai dû passer par ultimate chat pour avoir un chat propre, mais je n'arrive pas à crée les 2 groupes séparée, avec essentialsX c'étais simple mais avec Ultimate chat je comprends pas trop, je vous met ci-dessous les lignes du plugins qui concerne l'écriture dans le chat :
group-prefix:
format: ''
hover-messages:
- '&bRank: &e{prim-group}'
playername:
format: '{playername}'
click-cmd: 'tpa {playername}'
hover-messages:
- '&7Click to send teleport request'
nickname:
format: '{nickname}'
hover-messages:
- '&6Realname: {playername}'
group-suffix:
format: '&r{group-suffix} &8»&r '
world:
format: ''
hover-messages: '&7[{world}]&r'
message:
format: '{message}'
ch-tags:
format: ''
click-cmd: 'ch {ch-alias}'
hover-messages:
- '&3Channel name: {ch-color}{ch-name}'
- '&bClick to go to this channel!'
clan-tag:
format: '{clan-tag}'
click-cmd: 'clan search {playername}'
hover-messages:
- '&bClan Tag: &7{clan-tag}'
- '&bClan Name: &7{clan-name}'
- '&bClan KDR: &7{clan-totalkdr}'
- '&bPlayer KDR: &7{clan-kdr}'
- '&bPlayer Rank: &7{clan-rank}'
- '&bIs Leader: &7{clan-isleader}'
- '&3Click for more info about this player'
marry-tag:
format: '{marry-prefix}{marry-suffix}'
hover-messages:
- '&cMarried with {marry-partner}'
admin-chat:
format: '&b[&r{playername}&b]&1 '
bungee:
format: '&7[{world}]{ch-color}[bungee-{bungee-id}] {playername}: &7'
hover-messages:
- '{ch-color}Sent from server -{bungee-id}-'
factions:
format: '{fac-relation-color}{fac-relation-name} &r'
hover-messages:
- '&7Faction name: {fac-relation-color}{fac-name}'
- '&7Motd: &a{fac-motd}'
- '&7Description: {fac-description}'
jedis:
format: '{jedis-id}'
hover-messages:
- '&7Server: {jedis-id}'
- '&cTestligne303'
# Use this tag as reference to create other new tags.
custom-tag:
format: '&7[&2MyTag&7]&r'
click-cmd: ''
click-url: ''
suggest-cmd: ''
permission: 'any-name-perm.custom-tag'
hover-messages: []
show-in-worlds: []
hide-in-worlds: []
- Donc ici la ligne qui gère le chat pour parler dans le générale est :
group-suffix:
format: '&r{group-suffix} &8»&r '
- Si je met &e à la fin tout le monde parle en jaune, j'aimerai seulement que les groupes cités au dessus parle en jaune, je vous envoie le conf.yml du plugins entier pour voir si vous trouver pas un truc à modifié que je suis passée à côté :
# Uchat configuration file
# Author: FabioZumbi12
# We recommend you to use NotePad++ to edit this file and avoid TAB errors!
# ------------------------------------------------------------------------
# Tags is where you can customize what will show on chat, on hover or on click on tag.
# To add a tag, you can copy an existent and change the name and the texts.
# After add and customize your tag, put the tag name on 'general > default-tag-builder'.
# ------------------------------------------------------------------------
# Available replacers:
# uChat:
# - {default-format-full}: Use this tag to see all plugin tags using the default bukkit format. # Normally used by 'myth' plugins and temporary tags.# If you want to use only of this tags you can use the replacer bellow and get number of tag separated by spaces;
# - {default-format-0}: use this tag to show only one of the tags described on '{default-format-full}'. # The number is the posiotion separated by spaces;
# - {world}: Replaced by sender world;
# - {message}: Message sent by player;
# - {playername}: The name of player;
# - {nickname}: The nickname of player. If not set, will show realname;
# - {ch-name}: Channel name;
# - {ch-alias}: Channel alias;
# - {ch-color}: Channel color;
# - {hand-type}: Item type;
# - {hand-name}: Item name;
# - {hand-amount}: Item quantity;
# - {hand-lore}: Item description (lore);
# - {hand-durability}: Item durability;
# - {hand-enchants}: Item enchantments;
# - {time-now}: Prints the time now on server;
# Vault:
# - {group-prefix}: Get group prefix;
# - {group-all-prefixes}: Get all player group prefixes and show on chat;
# - {group-suffix}: Get group suffix;
# - {group-all-suffixes}: Get all player group suffixes and show on chat;
# - {balance}: Get the sender money;
# - {prim-group}: Get the primary group tag;
# - {player-groups}: Get all groups names the sender has;
# - {player-groups-prefixes}: Get all group prefixes the sender has;
# - {player-groups-suffixes}: Get all group suffixes the sender has;
# Simpleclans:
# - {clan-tag}: Clan tag without colors;
# - {clan-fulltag}: Clan tag with brackets, colors and separator;
# - {clan-ctag}: Clan with colors;
# - {clan-name}: Clan name;
# - {clan-kdr}: Player clan KDR;
# - {clan-isleader}: The player is leader;
# - {clan-rank}: Player rank on Clan;
# - {clan-totalkdr}: Clan KDR (not player kdr);
# Marry Plugins:
# - {marry-partner}: Get the partner name;
# - {marry-prefix}: Get the married prefix tag, normally the heart;
# - {marry-suffix}: Get the married suffix tag, or male tag for Marriage Reloaded;
# BungeeCord:
# - {bungee-id}: Server ID from sender;
# Jedis (redis):
# - {jedis-id}: This server id;
# Factions:
# Gets the info of faction to show on chat.
# - {fac-id}: Faction ID;
# - {fac-name}: Faction Name;
# - {fac-motd}: Faction MOTD;
# - {fac-description}: Faction Description;
# - {fac-relation-name}: Faction name in relation of reader of tag;
# - {fac-relation-color}: Faction color in relation of reader of tag;
# Dont touch

config-version: 1.6
debug:
messages: false
timings: false
# Available languages: EN-US, PT-BR, FR-FR, FR-ES, HU-HU, RU, SP-ES and ZH-CN
language: 'EN-US'
# Jedis configuration.
# Use Jedis to send messages between other servers running Jedis.
# Consider a replecement as Bungeecoord.
jedis:
enable: false
# Change to a unique identification and use on tags with {jedis-id}.
server-id: '&e[ChangeThis]&r '
ip: 'localhost'
port: 6379
pass: ''
# Enable the two way chat into discord and minecraft.
# Generate your bot token following this instructions: https://goo.gl/utfRRv
discord:
use: false
update-status: true
# The default status of bot. Available status: DEFAULT, LISTENING, WATCHING and STREAMING"
game-type: 'DEFAULT'
# If game-type = STREAMING, set the twitch url.
twitch: ''
# Follow this instructions to generate your token: https://goo.gl/5Do8LJ
token: ''
log-channel-id: ''
# Channel id to spy private messages
tell-channel-id: ''
# In-Game commands to do not send to discord
# This is the commands names, not aliases without arguments and without \
log-ignored-commands: []
# Channel id to send commands issued by players.
commands-channel-id: ''
# Set your vanish plugin pemrissions here to do not announce player join/leave players with this permission.
vanish-perm: 'essentials.vanish'
# Put the id on 'commands-channel-id' option or/and enable server commands on channel configuration to use this.
server-commands:
# This alias is not needed if using the channel set on 'commands-channel-id' option.
alias: '!cmd'
whitelist: []
blacklist:
- 'stop'
- 'whitelist'
# UChat Api configs.
api:
# Using uchat api, format messages sent to console?
format-console-messages: false
# If using tag plugins from legendchat, put the tags here.
legendchat-tags: []
# Use mentions on chat to change the player name color and play a sound on mention.
mention:
enable: true
color-template: '&e@{mentioned-player}{group-suffix}'
# May change if using old minecraft version.
playsound: 'note_pling'
hover-message: '&e{playername} Te parle !'
general:
# Template to show when players send links or urls.
URL-template: '&3Click to open &n{url}&r'
# Deny muted players to use this commands.
muted-deny-cmds:
- 'mail'
# Tag to show when sent messages from console to channels.
console-tag: '&6 {console}&3'
# Remove this from chat (like empty tags)
remove-from-chat:
- '[]'
- '&7[]'
- '&7[&7]'
# Remove not converted PlaceholdersAPI from tags.
remove-unnused-placeholderapi: true
channel-cmd-aliases: 'channel, ch'
# Aliases to send commands from system to players (without any format, good to send messages from other plugins direct to players)
umsg-cmd-aliases: 'upv'
# False if your server don't support json or if /tellraw is not available.
json-events: true
default-channels:
# Default channel for new added worlds
default-channel: 'g'
# Default channel for each world. The channel must exist.
worlds:
world:
channel: 'g'
# Force player to join this channel on change world?
force: false
world_nether:
channel: 'g'
# Force player to join this channel on change world?
force: false
world_the_end:
channel: 'g'
# Force player to join this channel on change world?
force: false
event:
channel: 'g'
# Force player to join this channel on change world?
force: false
# Chat spy format.
spy-format: '&e[Spy] {output}'
# Enable Spy on join?
spy-enable-onjoin: true
# If using the placeholder "{group-all-prefixes/suffixes}", exclude this groups from tags.
dont-show-groups:
- 'default'
# Use the tag builder from channel configuration and ignore this tag builder.
use-channel-tag-builder: true
# This is the main tag builder.
# Change the order of this tags to change how tag is displayed on chat.
# This tags represent the names of tag in this configuration.
default-tag-builder: 'world,marry-tag,ch-tags,clan-tag,factions,group-prefix,nickname,group-suffix,message'
# Enable to allow parse tags and placeholders on messages.
enable-tags-on-messages: false
# Remember the channel the player is when logout/login until server restart?
persist-channels: true
item-hand:
enable: true
# Text to show on chat when using @hand.
# Placeholders: {hand-amount}, {hand-type}, {hand-name}
format: '&6[{hand-amount} {hand-type}]{group-suffix}'
# Placeholder to use on chat by players to show your item in hand.
placeholder: '@hand'
# Blacklisted itens for hand command.
blacklist:
- 'SHULKER_BOX'
# Example alias for rename world name to other name. Support color codes.
world-names:
my-nether: '&4Hell&r'
my-end: '&5The-End&r'
# Example alias for rename Group name to other name. Support color codes.
group-names:
my-admin: '&4Admin&r'
my-moderation: '&2Mod&r'
# This will make a check if the player channel is available on destination world and put on the world channel if is not available.
check-channel-change-world: false
tell:
cmd-aliases: 'tell,t,w,m,msg,private,priv,r'
prefix: '&6[§c{playername} &6-> &4{receivername}&6]&r '
format: '{message}'
hover-messages: []
bungee:
# Change to a unique identification, and use on tags with {bungee-id}.
server-id: '&4ChangeMe'
broadcast:
# Enable custom broadcasts.
enable: true
# Tag to use on broadcast message to set a hover message.
on-hover: 'hover:'
# Tag to use on broadcast message to set a click event.
on-click: 'click:'
# Tag to use on broadcast message to suggest a command.
suggest: 'suggest:'
# Tag to use on broadcast message to set a website url on click (with www).
url: 'url:'
# Permission check for receivers.
permission: 'perm:'
# Aliases to use for broadcast.
aliases: 'ubroad,uannounce,usay,uaction,all,anunciar,todos'
# This is where you will create as many tags you want.
# You can use the tag "custom-tag" as base to create your own tags.
# When finish, get the name of your tag and put on "general.default-tag-build"
# or on channel builder on "channels" folder.
tags:
group-prefix:
format: ''
hover-messages:
- '&bRank: &e{prim-group}'
playername:
format: '{playername}'
click-cmd: 'tpa {playername}'
hover-messages:
- '&7Click to send teleport request'
nickname:
format: '{nickname}'
hover-messages:
- '&6Realname: {playername}'
group-suffix:
format: '&r{group-suffix} &8»&r '
world:
format: ''
hover-messages: '&7[{world}]&r'
message:
format: '{message}'
ch-tags:
format: ''
click-cmd: 'ch {ch-alias}'
hover-messages:
- '&3Channel name: {ch-color}{ch-name}'
- '&bClick to go to this channel!'
clan-tag:
format: '{clan-tag}'
click-cmd: 'clan search {playername}'
hover-messages:
- '&bClan Tag: &7{clan-tag}'
- '&bClan Name: &7{clan-name}'
- '&bClan KDR: &7{clan-totalkdr}'
- '&bPlayer KDR: &7{clan-kdr}'
- '&bPlayer Rank: &7{clan-rank}'
- '&bIs Leader: &7{clan-isleader}'
- '&3Click for more info about this player'
marry-tag:
format: '{marry-prefix}{marry-suffix}'
hover-messages:
- '&cMarried with {marry-partner}'
admin-chat:
format: '&b[&r{playername}&b]&1 '
bungee:
format: '&7[{world}]{ch-color}[bungee-{bungee-id}] {playername}: &7'
hover-messages:
- '{ch-color}Sent from server -{bungee-id}-'
factions:
format: '{fac-relation-color}{fac-relation-name} &r'
hover-messages:
- '&7Faction name: {fac-relation-color}{fac-name}'
- '&7Motd: &a{fac-motd}'
- '&7Description: {fac-description}'
jedis:
format: '{jedis-id}'
hover-messages:
- '&7Server: {jedis-id}'
- '&cTestligne303'
# Use this tag as reference to create other new tags.
custom-tag:
format: '&7[&2MyTag&7]&r'
click-cmd: ''
click-url: ''
suggest-cmd: ''
permission: 'any-name-perm.custom-tag'
hover-messages: []
show-in-worlds: []
hide-in-worlds: []
- Maintenant je vous donne le global.yml ( la partie du chat concernée ) :
# ###################################################
# ############## Channel Configuration ##############
# ###################################################
#
# This is the channel configuration.
# You can change and copy this file to create as many channels you want.
# This is the default options:
#
# name: Global - The name of channel.
# alias: g - The alias to use the channel
# across-worlds: true - Send messages of this channel to all worlds?
# distance: 0 - If across worlds is false, distance to receive this messages.
# color: &b - The color of channel
# tag-builder: ch-tags,world,clan-tag,marry-tag,group-prefix,nickname,group-suffix,message - Tags of this channel
# need-focus: false - Player can use the alias or need to use '/ch g' to use this channel?
# canLock: true - Change if the player can use /<channel> to lock on channel.receivers-message: true - Send chat messages like if 'no players near to receive the message'?
# cost: 0.0 - Cost to player use this channel.
# use-this-builder: false - Use this tag builder or use the 'config.yml' tag-builder?
# channelAlias - Use this channel as a command alias.
# enable: true - Enable this execute a command alias?
# sendAs: player - Send the command alias as 'player' or 'console'?
# cmd: '' - Command to send on every message send by this channel.
# available-worlds - Worlds and only this world where this chat can be used and messages sent/received.
# discord:
# mode: NONE - The options are NONE, SEND, LISTEN, BOTH. If enabled and token code set and the channel ID matches with one discord channel, will react according the choosen mode.
# hover: &3Discord Channel: &a{dd-channel}\n&3Role Name: {dd-rolecolor}{dd-rolename}
# format-to-mc: {ch-color}[{ch-alias}]&b{dd-rolecolor}[{dd-rolename}]{sender}&r:
# format-to-dd: :thought_balloon: {sender}: {message}
# allow-server-cmds: false - Use this channel to send commands from discord > minecraft.
# channelID: '' - The IDs of your Discord Channels. Enable debug on your discord to get the channel ID.
# Note: You can add more than one discord id, just separate by "," like: 13246579865498,3216587898754
name: Global
alias: g
color: '&2'
jedis: false
dynmap:
enable: true
distance: 0
discord:
channelID: ''
hover: |-
&3Discord Channel: &a{dd-channel}
&3Role Name: {dd-rolecolor}{dd-rolename}
mode: none
allow-bot: true
allow-server-cmds: false
format-to-mc: '{ch-color}[{ch-alias}]&b{dd-rolecolor}[{dd-rolename}]{sender}&e: '
format-to-dd: ':regional_indicator_g: {sender}: {message}'
char-alias: ''
receivers-message: false
need-focus: false
password: ''
use-this-builder: false
available-worlds: []
canLock: true
compat:
cancel-chat-event: false
cost: 0.0
across-worlds: true
channelAlias:
sendAs: player
cmd: ''
enable: false
allow-hand: true
bungee: false
tag-builder: world,marry-tag,ch-tags,clan-tag,factions,group-prefix,nickname,group-suffix,messages,admin,default,fondateur