LuckPerms Groups
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 ID | Description |
|---|---|
luckperms_primary_group | Segments players by their primary group name. |
luckperms_weight_group | Segments players by their group with the highest weight. |
luckperms_track_group | Segments players by their rank within a specific track. |
luckperms_prefix_group | Segments players by their current prefix string. |
luckperms_all_groups | Checks a list of groups and assigns the first matching one. |
Configuration
Track Group
trackName — String
The track name to use for relative position grouping.
All Groups (Multi-Group)
groupsToCheck
" 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: {}
# Assign players to groups based on a custom priority list
luckperms_all_groups:
groupsToCheck:
- "admin"
- "moderator"
- "vip"
- "default"