๐Ÿ€LuckPerms

LPC Pro integrates with LuckPermsarrow-up-right for group detection, prefixes, and suffixes in chat formats.

What It Enables

  • Group Detection โ€” Determine player groups for per-group chat settings

  • Prefixes/Suffixes โ€” Display rank prefixes and suffixes in chat formats

  • Permission Checks โ€” All LPC Pro permissions are compatible with LuckPerms

Setup

  1. Install LuckPerms on your server

  2. LPC Pro automatically detects LuckPerms โ€” no additional configuration needed

  3. Set detection-mode: "LUCKPERMS_GROUP" in advanced/groups.yml for group-based settings

Group Detection

In advanced/groups.yml, set the detection mode:

detection-mode: "LUCKPERMS_GROUP"

Group names in advanced/groups.yml must exactly match your LuckPerms group names:

groups:
  owner:       # Must match LuckPerms group "owner"
    priority: 1000
    # ...
  admin:       # Must match LuckPerms group "admin"
    priority: 800
    # ...

Prefixes and Suffixes

Set prefixes in LuckPerms:

Then use them in chat formats with the {prefix} and {suffix} placeholders:

circle-info

Set chat-prefix: "" (empty) in advanced/groups.yml for any group to use the LuckPerms prefix instead of a custom one.

PlaceholderAPI

With both LuckPerms and PlaceholderAPI installed, you can use LuckPerms placeholders in chat formats:

Placeholder
Description

%luckperms_prefix%

Player's prefix

%luckperms_suffix%

Player's suffix

%luckperms_primary_group_name%

Primary group name

%luckperms_groups%

All groups

Last updated