all_players
Runs a set of effects on every online player.
Categories: meta
Required arguments
| Key(s) | Description | Type |
|---|---|---|
effects | The effects to run on every online player. | EFFECT_LIST |
Optional arguments
| Key(s) | Description | Type | Default |
|---|---|---|---|
run-type | The chain executor to use. | STRING |
Example
effects:
- id: all_players
args:
effects:
- id: <effect>
args:
<arg>: <value>
run-type: <value> # ← Optional
Behaviour
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |
| Permanent | false |