Track Actions
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 ID | Description |
|---|---|
promote_action | Moves the player up one level on the specified track. |
demote_action | Moves the player down one level on the specified track. |
Configuration
track
" required> The name of the LuckPerms track.
Example Usage
# Promotes the player on the 'survival' track
promote_action:
track: "survival"
# Demotes the player on the 'donator' track
demote_action:
track: "donator"