Pular para o conteúdo principal

Group Actions

Group actions provide control over a player's primary group and their inheritance (membership) in other groups.

Available Actions

Action IDDescription
set_primary_group_actionSets the player's primary group.
add_inheritance_actionAdds a group to the player's inherited groups (membership).
remove_inheritance_actionRemoves 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"