Skip to main content
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
Var<String>
required
The name of the LuckPerms group.

💻 Example Usage

# Sets the player's primary rank to VIP
set_primary_group_action:
  group: "vip"