Chat Formatting

The vanilla chat formatting is for most people - ugly, because it is just:

<%player_name%> %message%

However, with this plugin you can change it to anything you want by modifying the config, examples:

chat-format: "%vault_prefix% %player% &8&l>> &7%message%"
chat-format: "&8[%funnyguilds_points%] &r%funnyguilds_g-tag% &7%player%&8&l: &7%message%"

If PlaceholderAPI is installed, you can use the PAPI placeholders, without it, you can only use %player% and %message%

You can enable and disable chat formatting using the enable-chat-formatting boolean in the config

By default, it is:

enable-chat-formatting: false

Last updated