Skip to main content
Track actions allow you to progress players through a series of groups defined in a LuckPerms track. This is ideal for automatic rank-up systems or punishment tiers.

📋 Available Actions

Action IDDescription
promote_actionMoves the player up one level on the specified track.
demote_actionMoves the player down one level on the specified track.

⚙️ Configuration

track
Var<String>
required
The name of the LuckPerms track.

💻 Example Usage

# Promotes the player on the 'survival' track
promote_action:
  track: "survival"