execute_command

Run a command from the console or a player.

- id: execute_command
  args:
    command: "say Hola Mundo"
    sender: PLAYER # Or "CONSOLE"

Last updated