Hierarchy

  • ICommandManagerEvents

Methods

  • Called before a command is executed

    Returns

    False to cancel the command or undefined to use the default logic

    Parameters

    • player: default

      The player object

    • command: Command

      The command

    • args: undefined | string

      The arguments

    Returns undefined | boolean

Generated using TypeDoc