Çözüldü Chatte yazılan mesajların rengini değiştirme

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Olmadı hocam bunu config üzerinden yapamaz mıyım ?
 
Peki ben bir de misal Kurucu isim mesaj ya bunun en başına ada levelini yazmak istiyorum bento box kullanıyorum nasıl yaparım
 
Kod:
# LPC Configuration File
#
# Available Built-in Placeholders:
#
# (Main)
# {world} => world name
# {username} => player's display name
# {message} => chat message
#
# (Ranks)
# {prefix} => the highest priority prefix
# {prefixes} => all prefixes sorted by the priority
# {suffix} => the highest priority suffix
# {suffixes} => all suffixes sorted by the priority
#
# (Colors Per Group)
# {username-color} => username color for the specific group
# {message-color} => message color for the specific group
# {dummy-color} => dummy color for any use for the specific group
# If you're having issues setting up this section,
# read - https://github.com/lucko/LuckPerms/wiki/Prefixes,-Suffixes-&-Meta or
# contact me through SpigotMC - https://www.spigotmc.org/conversations/add?to=morsik
#
# Need extra placeholders?
# Install PlaceholderAPI and use varied placeholders in your chat format!
#
# You can use standard Minecraft Color Codes - https://minecraft.gamepedia.com/Formatting_codes
# and (if MC version 1.16+) RGB colors using &#rrggbb or &x&r&r&g&g&b&b format!  &#ABBFBF
#
# To reload this configuration file, run '/lpc reload' command
# (make sure you have the 'lpc.reload' permission).
#
# Add 'lpc.chatcolors' permission to allow players to use color codes in their message.

Chat_Format: "{prefix}{name}&r: {message-color}{message}"
Bunu ekledikden sonra /lp group kurucu meta set "message color" "renkkodu" komutun kullanın.
Hala aynı hocam
 
Essentials config.yml - group-formats bölümüne ekleyin. - format: ' {DISPLAYNAME} &9≻ &7{MESSAGE}' standart mesaj bölümü.


############################################################
# +------------------------------------------------------+ #
# | EssentialsX Chat | #
# +------------------------------------------------------+ #
############################################################

# You need to install EssentialsX Chat for this section to work.
# See
Değerli ziyaretçimiz, içeriği görebilmek için şimdi giriş yapın veya kayıt olun.
for more information.

chat:

# If EssentialsX Chat 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 their message with an exclamation mark (!)
# Users with essentials.chat.question can override this by prefixing their message 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:
Değerli ziyaretçimiz, içeriği görebilmek için şimdi giriş yapın veya kayıt olun.

# Note: Using the {PREFIX} and {SUFFIX} placeholders along with {DISPLAYNAME} may cause double prefixes/suffixes to be shown in chat unless add-prefix-suffix is uncommented and set to false.

# Available placeholders:
# {MESSAGE} - The content of the chat message.
# {USERNAME} - The sender's username.
# {DISPLAYNAME} - The sender's display name.
# {NICKNAME} - The sender's Essentials nickname. If the sender has no nickname, the username is shown.
# {PREFIX} - The sender's prefix, supplied by a permissions plugin.
# {SUFFIX} - The sender's suffix, supplied by a permissions plugin.
# {GROUP} - The sender's primary group name, supplied by a permissions plugin.
# {WORLD} - The world alias of the sender's current world. See the world-aliases section below for details.
# {WORLDNAME} - The full name of the sender's current world.
# {SHORTWORLDNAME} - The first character of the sender's current world.
# {TEAMNAME} - The sender's scoreboard team name.
# {TEAMPREFIX} - The sender's scoreboard team prefix.
# {TEAMSUFFIX} - The sender's scoreboard team suffix.

format: ' {DISPLAYNAME} &9≻ &7{MESSAGE}'
#format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'
#format: '&7{PREFIX}&r {DISPLAYNAME}&r &7{SUFFIX}&r: {MESSAGE}'

group-formats:
VIP: ' {DISPLAYNAME} &8» &e{MESSAGE}'
VIP+: ' {DISPLAYNAME} &8» &e{MESSAGE}'
MVIP: ' {DISPLAYNAME} &8» &b{MESSAGE}'
MVIP+: ' {DISPLAYNAME} &8» &b{MESSAGE}'
BVIP: ' {DISPLAYNAME} &8» &b{MESSAGE}'
# admins: '{WORLDNAME} &c[{GROUP}]&r {DISPLAYNAME}&7:&c {MESSAGE}'
 
Essentials config.yml - group-formats bölümüne ekleyin. - format: ' {DISPLAYNAME} &9≻ &7{MESSAGE}' standart mesaj bölümü.


############################################################
# +------------------------------------------------------+ #
# | EssentialsX Chat | #
# +------------------------------------------------------+ #
############################################################

# You need to install EssentialsX Chat for this section to work.
# See
Değerli ziyaretçimiz, içeriği görebilmek için şimdi giriş yapın veya kayıt olun.
for more information.

chat:

# If EssentialsX Chat 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 their message with an exclamation mark (!)
# Users with essentials.chat.question can override this by prefixing their message 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:
Değerli ziyaretçimiz, içeriği görebilmek için şimdi giriş yapın veya kayıt olun.

# Note: Using the {PREFIX} and {SUFFIX} placeholders along with {DISPLAYNAME} may cause double prefixes/suffixes to be shown in chat unless add-prefix-suffix is uncommented and set to false.

# Available placeholders:
# {MESSAGE} - The content of the chat message.
# {USERNAME} - The sender's username.
# {DISPLAYNAME} - The sender's display name.
# {NICKNAME} - The sender's Essentials nickname. If the sender has no nickname, the username is shown.
# {PREFIX} - The sender's prefix, supplied by a permissions plugin.
# {SUFFIX} - The sender's suffix, supplied by a permissions plugin.
# {GROUP} - The sender's primary group name, supplied by a permissions plugin.
# {WORLD} - The world alias of the sender's current world. See the world-aliases section below for details.
# {WORLDNAME} - The full name of the sender's current world.
# {SHORTWORLDNAME} - The first character of the sender's current world.
# {TEAMNAME} - The sender's scoreboard team name.
# {TEAMPREFIX} - The sender's scoreboard team prefix.
# {TEAMSUFFIX} - The sender's scoreboard team suffix.

format: ' {DISPLAYNAME} &9≻ &7{MESSAGE}'
#format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'
#format: '&7{PREFIX}&r {DISPLAYNAME}&r &7{SUFFIX}&r: {MESSAGE}'

group-formats:
VIP: ' {DISPLAYNAME} &8» &e{MESSAGE}'
VIP+: ' {DISPLAYNAME} &8» &e{MESSAGE}'
MVIP: ' {DISPLAYNAME} &8» &b{MESSAGE}'
MVIP+: ' {DISPLAYNAME} &8» &b{MESSAGE}'
BVIP: ' {DISPLAYNAME} &8» &b{MESSAGE}'
# admins: '{WORLDNAME} &c[{GROUP}]&r {DISPLAYNAME}&7:&c {MESSAGE}'
Merhaba teşekkür ederim oyuncu adı ve mesaj arasındaki : nasıl kaldırırım birde hex kodları ile uyumlu mu bu essentials
 
Merhaba teşekkür ederim oyuncu adı ve mesaj arasındaki : nasıl kaldırırım birde hex kodları ile uyumlu mu bu essentials
direkt silerseniz kalkıyor zaten " : " - Hex kodlarıyla uyumlu mu bilmiyorum maalesef.
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Hala Discord sunucumuza katılmadın mı?

Büyük bir topluluğun parçası ol, etkinliklere katıl ve özel hediyeler kazanma şansı yakala!

Şimdi Katıl
Üst