After installing LPC Pro, follow this guide to get your server's chat configured.
1. Set Up Groups
If you use LuckPerms (recommended), open advanced/groups.yml and set:
detection-mode:"LUCKPERMS_GROUP"
Make sure the group names in advanced/groups.yml match your LuckPerms group names exactly. For example, if you have a LuckPerms group called admin, there should be an admin: entry under groups:.
If you don't use LuckPerms, you can use permission-based detection:
detection-mode:"PERMISSION"
With this mode, players need the lpcpro.group.<name> permission to be assigned to a group (e.g., lpcpro.group.vip).
2. Customize Chat Formats
Edit formats/chat.yml to change how chat messages appear. The format is split into parts, each with its own text, hover tooltip, and click action:
player:text:"{prefix}{tag} {name}"hover:-"{prefix}{tag} {name}"-"&7Messages: &f%lpcpro_messages%"-""-"&aClick to send a private message!"suggest:"/msg {name} "divider:text:"&7โฅ"message:text:"&f{message}"