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

    接口 AllowListEntry

    Represents an entry in the allow list.

    interface AllowListEntry {
        ignoresPlayerLimit: boolean;
        name?: string;
        xuid?: string;
    }
    索引

    属性

    ignoresPlayerLimit: boolean

    Allows the player onto the server even when the server is at the player limit.

    name?: string

    The player's name.

    xuid?: string

    The player's xuid.