@minecraft
    正在准备搜索索引...

    接口 CustomCommandResult实验性

    Interface returned from custom command callback function.

    interface CustomCommandResult {
        message?: string;
        status: CustomCommandStatus;
    }
    索引

    属性

    message?: string

    Message displayed to chat after command execution.

    Command execution Success or Failure. Determines how the status message is displayed.