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

    Interface AllowListEntryNameInfoBeta

    Represents an entry to use with the allow list.

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

    Properties

    Properties

    name?: string

    The player's name.

    xuid?: string

    The player's xuid.