Group Actions
Group actions provide control over a player's primary group and their inheritance (membership) in other groups.
Available Actions
| Action ID | Description |
|---|---|
set_primary_group_action | Sets the player's primary group. |
add_inheritance_action | Adds a group to the player's inherited groups (membership). |
remove_inheritance_action | Removes a group from the player's inherited groups. |
Configuration
group
" required> The name of the LuckPerms group.
Example Usage
# Sets the player's primary rank to VIP
set_primary_group_action:
group: "vip"
# Adds the player to the 'supporter' group
add_inheritance_action:
group: "supporter"