run_chain
Runs a named chain of effects defined in plugins/libreforge/chains.yml.
Categories: meta
Required arguments
| Key(s) | Description | Type |
|---|
chain | The ID of the chain to execute. | STRING |
Optional arguments
| Key(s) | Description | Type | Default |
|---|
chain_args | A subsection of key-value pairs to expose as placeholders within the chain. | ANY | |
run-type | The chain executor type to use when running the chain. | STRING | |
Example
effects:
- id: run_chain
args:
chain: <value>
chain_args:
key: <value> # ← Optional
run-type: <value> # ← Optional
Behaviour
| Setting | Value |
|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |
| Permanent | false |