@minecraft/server-admin
    Preparing search index...

    Interface AllowListEntryBeta

    Represents an entry in the allow list.

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

    Properties

    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.