all_players

Runs a set of effects on every online player.

Categories: meta

Required arguments

Key(s)DescriptionType
effectsThe effects to run on every online player.EFFECT_LIST

Optional arguments

Key(s)DescriptionTypeDefault
run-typeThe chain executor to use.STRING

Example

effects:
  - id: all_players
    args:
      effects: 
        - id: <effect>
          args:
            <arg>: <value>
      run-type: <value> # ← Optional

Behaviour

SettingValue
Run orderNORMAL
Supports delaytrue
Reloads on plugin reloadtrue
Permanentfalse