lp_set_suffix
Gives the player a LuckPerms suffix.
Categories: chat, permission
Required arguments
| Key(s) | Description | Type |
|---|
suffix | The suffix to give, supporting placeholders. | STRING |
Optional arguments
| Key(s) | Description | Type | Default |
|---|
priority | The priority of the suffix. | EXPRESSION | 100 |
duration | How long the suffix should last, in seconds. Permanent if not specified. | EXPRESSION | |
contexts | The LuckPerms contexts to apply the suffix in, as a list of key=value entries. | STRING_LIST | [] |
transient | If the suffix should be set transiently, meaning it is lost on server restart. | BOOLEAN | false |
Trigger parameters required
Example
effects:
- id: lp_set_suffix
args:
suffix: &7(Veteran)
priority: <expression> # ← Optional
duration: 86400 # ← Optional
contexts: # ← Optional
- "server=survival"
transient: true # ← Optional
Behaviour
| Setting | Value |
|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |