The most simple and lightweight chat formatting plugin.
Ultimate Chat Format hooks into
Vault for basic placeholders, therefore Vault is required.
Features
Control Over the Layout of Chat
PlaceholderAPI Support
Mention Users in Chat
Mentions Have a Sound Effect
Custom Join & Leave Messages
Configurable
Reload Config
Placeholders
%prefix%
%suffix%
%name%
%displayname%
%message%
Permissions
ucf.ping [Able to mention a user in the chat]
ucf.reload [Reload the configuration file]
Commands
/ucfreload [Reload the configuration file]
Code (Text):
# The general chat format
chat-format: '&7<%prefix% &e%name% %suffix%&7> &f%message%'
# The format for when you mention a users name in chat
# Change the color code at the end to make sure the message is the same color
ping-format: '&b&l%name%&f'
# Select sound variables from here: https://helpch.at/docs/1.12.2/org/bukkit/Sound.html
# Set to 'none' to disable
ping-sound: 'ENTITY_PLAYER_LEVELUP'
# Join Message
# Set to 'none' to disable
join-message: '&7[&a+&7] %prefix% &e%name% %suffix%'
# Quit Message
# Set to 'none' to disable
quit-message: '&7[&c-&7] %prefix% &e%name% %suffix%'