run_command

Runs one or more commands as the console when triggered.

Categories: chat

Required arguments

Key(s)DescriptionType
commands \| commandThe command or list of commands to run as console. Use %player% and %victim% as placeholders.STRING_LIST

Example

effects:
  - id: run_command
    args:
      commands: 
        - "say %player% used an ability!"
        - "effect give %player% speed 5 1"

Behaviour

SettingValue
Run orderNORMAL
Supports delaytrue
Reloads on plugin reloadtrue
Permanentfalse