LPC Minimessage - Chat Formatter

Advanced Chat Formatting with Mini-message Support!
This plugin provides sophisticated chat formatting capabilities for Minecraft servers using Mini-message syntax and seamless integration with LuckPerms.
Required Dependencies
For the plugin to function properly:
- LuckPerms - permission and rights management system
- PlaceholderAPI - additional placeholders (optional)
Access Permissions
The plugin utilizes the following permission system:
- lpc.reload - enables the
/lpc reloadcommand to refresh configuration - lpc.colorcodes - grants the ability to use Mini-message color codes
- lpc.itemplaceholder - allows using the [ITEM] placeholder in messages
Configuration Settings
# LPC Configuration
# Chat message format
chat-format: "{prefix}{name}<dark_gray> »<reset> {message}"
# Formats for specific groups
# Note: For advanced users
#group-formats:
# default: "[default] {name}<dark_gray> »<reset> {message}"
# admin: "[admin] {name}<dark_gray> »<reset> {message}"
# Formats for tracks
# Note: Group formatting takes priority
#track-formats:
# staff_track: "[staff] {name}<dark_gray> »<reset> {message}"
# donator_track: "{donator_rank} {name}<dark_gray> »<reset> {message}"
# Enable [item] placeholder
use-item-placeholder: true
# Reload message
reload-message: "<green>LPC Configuration reloaded!"
Available Placeholders
{message}: The player's chat message
{name}: Player's name
{displayname}: Player's display name/nickname
{world}: Name of the player's current world
{prefix}: Player's highest priority prefix
{suffix}: Player's highest priority suffix
{prefixes}: All player prefixes sorted by priority
{suffixes}: All player suffixes sorted by priority
{username-color}: Username color for player or group
{message-color}: Message color for player or group
Visual Examples
Basic Chat Formatting

[ITEM] Placeholder

Installation
The installation process is straightforward:
- Stop your server
- Download the plugin .jar file and place it in the plugins folder
- Start the server to generate configuration files
- Customize config.yml according to your preferences
- Execute the
/lpc reloadcommand to apply changes
Important Information
This plugin is not affiliated with the LuckPerms development team.
Do not contact the LuckPerms author for assistance with this plugin.