run_chain

Runs a named chain of effects defined in plugins/libreforge/chains.yml.

Categories: meta

Required arguments

Key(s)DescriptionType
chainThe ID of the chain to execute.STRING

Optional arguments

Key(s)DescriptionTypeDefault
chain_argsA subsection of key-value pairs to expose as placeholders within the chain.ANY
run-typeThe 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

SettingValue
Run orderNORMAL
Supports delaytrue
Reloads on plugin reloadtrue
Permanentfalse