# DO NOT DELETE THIS LINE
# ******************************************************
# Universal chat-system for Bukkit-server.
# * Optional dependencies:
# Vault, PlaceholderAPI, NameTagEdit.
# ******************************************************
# zh_CN - Simplified Chinese
# Chat listener priority.
# lowest, low, normal, high, highest.
# Chat logging in "plugins/Chatty/logs/".
# Completely cancels chat events,
# if it cancelled by moderation method
# (instead of clearing recipients).
# Keep recipients list from previous listeners.
# Useful if you have some plugins, that changes recipients list, and Chatty ignores it
# (for example, Chatty may corrupt "/ignore" command of EssentialsX).
keep-old-recipients: true
# Hides vanished players from recipients (and sends "no-recipients" message when all recipients are vanished)
# Supports EssentialsX, SuperVanish, PremiumVanish, VanishNoPacket etc.
hide-vanished-recipients: true
# Storage player data mode.
# true - data will store by UUIDs.
# false - data will store by nicknames.
# Enables support for "-3" chat range.
# Messages from that chats will be sent to all BungeeCord servers with Chatty.
# * Console logs will not prints on empty BungeeCord servers (non-fixable)
# * So Chatty send message to another server, there must be chat with the same name and range -3.
# On the server there can be different chats with different settings,
# whether it's donate-chat, admin-chat, or the usual local and global.
# chatty.chat.<chat> - permission for both writing and seeing messages.
# chatty.chat.<chat>.write - permission for writing messages.
# chatty.chat.<chat>.see - permission for seeing messages.
# Chat has the following options:
# *enable* - on/off chat.
# *display-name* - name of chat, displaying in placeholders and locale messages. Default: regular name of chat.
# *format* - chat format string.
# *range* - chat range. -1 to world-wide chat, -2 to server-wide, -3 to BungeeCord-wide chat.
# *symbol* - character from which message should begin.
# *cooldown* - message cooldown in seconds (bypass permission - chatty.cooldown.<chat>).
# *money* - message price (depends on Vault).
# *permission* - check permissions for this chat? Default: true.
# *command* - Command that is used to switch chat to use it by default if symbol is not specified OR to write at chat: /<command> <message>. Default: empty.
# *aliases* - Aliases for command. Default: empty.
format: '&7{player}&7: &f{message}'
# Example chat with multiline format
&7==========================================
&c{player}&8: &7{message}
&7==========================================
# Plays sound for all chat recipients
# Disables some moderation methods for this chat
# Disables spy-mode for this chat
# Enables private messaging function.
# Allows console to messaging players
# and messaging players to console.
# Allows to PM players, that in vanish
# Supports EssentialsX, SuperVanish, PremiumVanish, VanishNoPacket etc.
# {sender-name}, {recipient-name} - nicknames of sender and recipient.
# {sender-prefix}, {recipient-prefix} - prefixes of sender and recipient.
# {sender-suffix}, {recipient-suffix} - suffixes of sender and recipient.
# {message} - private message.
recipient: '&f{sender-name} &b-> &f{recipient-name}: &f{message}'
sender: '&f{sender-name} &b-> &f{recipient-name}: &f{message}'
# Plays sound to recipient
# Remove the line if not needed.
# Sound volume and pitch parameters
# Enables "/msg" command.
# Permission: chatty.command.msg
# Aliases for "/msg" command.
# To keep compatibility with EssentialsX
# main name of command is "/r".
# Permission: chatty.command.reply
# Aliases for "/r" command.
# Enables "/ignore" command.
# Permission: chatty.command.ignore
# Aliases for "/ignore" command.
# Mode for spying for chat and private messages.
# Spy-mode message format.
# Permission: chatty.spy.<chat>
chat: '&6[Spy] &r{format}'
# Permission: chatty.spy.pm
# Uses sender format of PM.
# {format}, {sender-prefix}, {sender-name}, {sender-suffix},
# {recipient-prefix}, {recipient-name}, {recipient-suffix}, {message}
# Chat formatting with additional interactive features.
# Command or text that executes (by player) when you click on the player's name.
# *** You can use EITHER "command" OR "suggest" OR "link".
# Supports PlaceholderAPI.
# You can use "{player}" variable here.
# Command or text that suggests when you click on the player's name.
# *** You can use EITHER "command" OR "suggest" OR "link".
# Supports PlaceholderAPI.
# You can use "{player}" variable here.
# URL that opens when when you click on the player's name.
# You must use "http://" or "https://" prefix, else you will crash Minecraft client :D
# *** You can use EITHER "command" OR "suggest" OR "link".
# Supports PlaceholderAPI.
# You can use "{player}" variable here.
link: 'https://google.com'
# Hover tooltip for the player's name.
# Supports PlaceholderAPI.
# You can use "{player}" variable here.
- '&fThis tooltip supports'
- '&fPlaceholderAPI placeholders!'
# "@nickname" will notify player that he's mentioned.
# Also it will replaced to a clickable JSON-part.
# Requires permission: chatty.mentions
# Display format of mention.
# Plays sound to player, that was mentioned.
# Remove the line if not needed.
# Sound volume and pitch parameters
# Allows to mention vanished players
# Command or text that executes (by player) when you click on the mention.
# *** You can use EITHER "command" OR "suggest" OR "link".
# Supports PlaceholderAPI.
# You can use "{player}" variable here.
# Command or text that suggests when you click on the mention.
# *** You can use EITHER "command" OR "suggest" OR "link".
# Supports PlaceholderAPI.
# You can use "{player}" variable here.
# URL that opens when when you click on the mention.
# You must use "http://" or "https://" prefix, else you will crash Minecraft client :D
# *** You can use EITHER "command" OR "suggest" OR "link".
# Supports PlaceholderAPI.
# You can use "{player}" variable here.
link: 'https://example.com/players?name={player}'
# Hover tooltip for the mention.
# Supports PlaceholderAPI.
# You can use "{player}" variable here.
# Permission: chatty.swears.see
- '&eClick here to add word to whitelist.'
suggest: /swears add {word}
# Replacements for chat formats.
# You can replace some plain text with clickable parts
# to make chat more interactive.
# text, tooltip, command, suggest, link.
# Supports PlaceholderAPI.
# You can use "{player}" variable here.
# Remove this line, if you need original text.
# Hover tooltip for the text.
# Supports PlaceholderAPI.
# You can use "{player}" variable here.
# *** You should use "command" OR "suggest-command" OR "link" and cannot combine.
# Command that executes when you click on the text.
# Supports PlaceholderAPI.
# You can use "{player}" variable here.
# There are four types of notifications:
# via Chat, Title (1.8.8 and newer), ActionBar (1.8.8 and newer) and Advancements (1.12 and newer).
# On/off chat notifications.
# Permission: chatty.notification.chat.default
# Supports PlaceholderAPI.
# Supports JSON formatting.
# Notification messages are using "/tellraw" JSON format.
# For example: {"text":"","extra":[{"text":"Try to search it with ","color":"white"},{"text":"search system","color":"yellow","clickEvent":{"action":"open_url","value":"http://google.com"},"hoverEvent":{"action":"show_text","value":"Search it in Google"}}]}
# This JSON will be a message "Try to search it with search system" with hover and clickable text
# Permission for seeing notification.
# Show messages in random order.
# ActionBar notifications.
# It's static notifications,
# which changes the message with interval.
# Permission: chatty.notification.actionbar
# On/off ActionBar notifications.
# Supports PlaceholderAPI.
# Permission for seeing notification.
# Show messages in random order.
# On/off title notifications.
# Permission: chatty.notification.title.default
# Supports PlaceholderAPI.
# Permission for seeing notification.
# Show messages in random order.
# Advancements (Achievements) notifications.
# Advancements notifications.
# Permission: chatty.notification.advancements.default
# Permission for seeing notification.
# Show messages in random order.
# Automatic chat moderation tools.
# Works with private messages.
# On/off caps protection.
# Bypass permission: chatty.moderation.caps
# Minimal length of message to caps checking.
# Minimal upper case percent for caps.
# On/off caps message blocking.
# When false, message will be sent in lower case.
# On/off advertisement protection.
# Bypass permission: chatty.moderation.advertisement
# Regular expressions for IP-addresses and websites.
ip: '\b((\d{1,2}|2(5[0-5]|[0-4]\d))[._,)(-]+){3}(\d{1,2}|2(5[0-5]|[0-4]\d))(:\d{2,7})?'
web: '(?i)\b(https?:\/\/)?[\w\.а-яА-Я-]+\.([a-z]{2,4}|[рР][фФ]|[уУ][кК][рР])\b(:\d{2,7})?(\/\S+)?'
# On/off advertisement message blocking.
# When false, advertisement will be replaced.
# Replacement for advertisement.
replacement: 'ссылка скрыта!'
# Whitelisted IP-addresses and sites.
# On/off swear protection.
# Bypass permission: chatty.moderation.swear
# On/off swear message blocking.
# When false, swears will be replaced.
# Replacement for swears.
# Files with swears are located at "Chatty/swears"
# Used to switch default chat (when symbol is not specified): /chat <chat>
# Permission: chatty.command.chat
aliases: [ 'chats', 'switchchat' ]
# Clear chat for yourself: /clearchat
# Permission: chatty.command.clearchat
# Clear chat for all: /clearchat all
# Permission: chatty.command.clearchat.all
# Change chat (and NametagEdit, if enabled) prefix
# /prefix <player> <prefix>
# chatty.command.prefix.others
# Automatically appends a substring after prefix.
# Limits prefix length (inclusive "after-prefix")
# Auto-applying in NametagEdit.
# (Requires NameTagEdit plugin).
# Change chat (and NametagEdit, if enabled) suffix
# /suffix <player> <suffix>
# chatty.command.suffix.others
# Automatically appends a substring before suffix.
# Limits suffix length (inclusive "before-suffix")
# Auto-applying in NametagEdit.
# (Requires NameTagEdit plugin).
# Change vanilla Minecraft messages.
# Supports PlaceholderAPI.
# Set to '' if you want to make it hidden.
message: '&a[+] &e{player}'
# Plays sound to all, when player joins.
# Remove the line if not needed.
# Sound volume and pitch parameters
# Permission: chatty.misc.joinmessage
# Specified parameters for the first join
# Set to '' if you don't want to see special message for the first join.
message: '&a[+] &e{player}'
# Plays sound to all, when player joins.
# Remove the line if not needed.
# Sound volume and pitch parameters
# Set to '' if you want to make it hidden.
message: '&c[-] &e{player}'
# Plays sound to all, when player quits.
# Remove the line if not needed.
# Sound volume and pitch parameters
# Permission: chatty.misc.quitmessage
# Set to '' if you want to make it hidden.
message: '&e{player} &fумер!'
# Plays sound to all, when player dies.
# Remove the line if not required.
# Sound volume and pitch parameters
# Permission: chatty.misc.deathmessage