CommandEffect - Septillihedron/SuperheroesPlusSchema GitHub Wiki

CommandEffect - An object

Properties

mode - Required enum

Allowed values

  • ALL
  • OTHER
  • SELF

The mode of operation

Defaults to SELF

executor - Optional CommandEffect.Executor

The executor that will execute the command

Defaults to CONSOLE

commands - Optional Array of ExpressiveMessage

The list of commands to execute

Defaults to []