Skip to main content
LuckPerms groups allow you to segment players into logical buckets for massive operations, scoreboard teams, or condition filters based on their permission data.

📋 Available Strategies

Group IDDescription
luckperms_primary_groupSegments players by their primary group name.
luckperms_weight_groupSegments players by their group with the highest weight.
luckperms_track_groupSegments players by their rank within a specific track.
luckperms_prefix_groupSegments players by their current prefix string.
luckperms_all_groupsChecks a list of groups and assigns the first matching one.

⚙️ Configuration

Track Group

trackName
String
required
The track name to use for relative position grouping.

All Groups (Multi-Group)

groupsToCheck
List<String>
required
A prioritized list of group names. The player is assigned to the first group in this list that they belong to.

💻 Example Usage

# Group players in the sidebar by their primary rank
luckperms_primary_group: {}