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

    Interface AllowListEntryBeta

    Represents an entry to use in the allow list.

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

    Properties

    Properties

    name?: string

    The player's name.

    xuid?: string

    The player's xuid.