call

Self defined function

Invokes the package that matches the given command.

Parameters

.call(
    player: Player?,
    runtimeType: 'command' | 'terminal-command-request'
    args: {
        command: string,
        data: {any}?
    }: any?
)