Setting up the chat's format

By default, social comes with a prebuilt setup that will work on any environment without any required dependencies. Unfortunately, this also results in administrators having to tweak some modules a bit to fit their server. Here you will find some common examples.
Using LuckPerms prefixes or suffixes
Using LuckPerms prefixes or suffixes is possible by using PlaceholderAPI.
- Open
plugins/social/settings/chat.yml
in your file editor - Look for the
playerNicknameFormat
property, which should be almost at the top of the file - Set it to
'%luckperms_prefix% $(clickable_nickname)'
if you want to add prefixes or'%luckperms_prefix% $(clickable_nickname) %luckperms_suffix%'
if you also want to add suffixes