跳到主要内容

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 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

" 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"