Skip to content

Setting up the chat's format

Chat Format Example

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.

  1. Open plugins/social/settings/chat.yml in your file editor
  2. Look for the playerNicknameFormat property, which should be almost at the top of the file
  3. 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