This is just another plugin which adds custom chat-system and supports mini-message formating. For easy formating -
site
THIS IS A PAPER PLUGIN AND IT REQUIRES COMMANDAPI
You can config plugin with built-in configuration file (
config.yml)
LuckPerms prefixes are supported?
At this moment (0.6) no, I think add support for LP in newer versions of plugin
Code (YAML):
# Local chat radius
local-chat-radius
: 100
# Prefix for global chat (By default and most popular - "!")
global-chat-prefix
:
"!"
# Example for global message. {player} - player-nickname, {message} - message
global-chat-format
:
"<dark_gray>[<red>G</red>]</dark_gray> <gold>{player}</gold> <gray>>>></gray> <white>{message}</white>"
# Example for local message. {player} - player-nickname, {message} - message
local-chat-format
:
"<dark_gray>[<green>L</green>]</dark_gray> <gold>{player}</gold> <gray>>>></gray> <white>{message}</white>"
# log messages to console (by default on true)
enable-console-logging
: true