This is just another plugin which adds custom chat-system and supports mini-message formating. For easy formating -
site
THIS IS A PAPER PLUGIN
You can config plugin with built-in configuration file (
config.yml)
LuckPerms prefixes are supported?
Yes! Special thanks to kirikws (From LazyBoatTEAM)
For change prefix color you need use this command - /lp user <player> meta setprefix "<red>[example_prefix]</red> "
Code (YAML):
# Local chat radius
local-chat-radius
: 100
# Prefix for global chat (By default and most popular - "!")
global-chat-prefix
:
"!"
# log messages to console (by default on true)
enable-console-logging
: true
# Messages examples. Placeholders: {player} - player-nickname, {message} - message, {prefix} - prefix from LuckPerms
# Example for global message.
global-chat-format
:
"<dark_gray>|<green>G</green>|</dark_gray> {prefix} <gold>{player}</gold> <gray>>>></gray> <white>{message}</white>"
# Example for local message.
local-chat-format
:
"<dark_gray>|<blue>L</blue>|</dark_gray> {prefix} <gold>{player}</gold> <gray>>>></gray> <white>{message}</white>"