CustomCommand - v1.0.0
    Preparing search index...

    Variable CONFIGConst

    CONFIG: {
        files: string[];
        helpAuto: boolean;
        helpCommand: string;
        helpDescription: string;
        logRegister: boolean;
        prefix: string;
        requireCheatDefault: boolean;
    } = ...

    Config for custom command

    Type declaration

    • files: string[]
    • helpAuto: boolean
    • helpCommand: string
    • helpDescription: string
    • logRegister: boolean
    • prefix: string
    • requireCheatDefault: boolean
    {
    prefix: "dz",
    files: [
    "example/tp",
    "example/text"
    ]
    }

    @property prefix - your namespace that will be use before the command @property files - your scrint files that you want to load from script/