Metadata actions allow you to store and remove key-value pairs on players. This is useful for tracking custom statistics, preferences, or temporary states that LuckPerms can store persistently.
📋 Available Actions
| Action ID | Description |
|---|
set_meta_action | Sets a meta key to a specific value. |
unset_meta_action | Removes a meta key from the player. |
⚙️ Configuration
The name of the meta key.
The value to set (only for set_meta_action).
💻 Example Usage
# Set a custom meta tag for the player
set_meta_action:
key: "voted_today"
value: "true"