@minecraft/server-admin
Preparing search index...
AllowListEntry
Interface AllowListEntry
Beta
Represents an entry to use in the allow list.
interface
AllowListEntry
{
name
?:
string
;
xuid
?:
string
;
}
Index
Properties
name?
xuid?
Properties
Optional
Beta
name
name
?:
string
Remarks
The player's name.
Optional
Beta
xuid
xuid
?:
string
Remarks
The player's xuid.
Settings
Member Visibility
Protected
Inherited
External
World Mutation
Not Early Execution
Theme
OS
Light
Dark
On This Page
Properties
name
xuid
@minecraft/server-admin
Loading...
Represents an entry to use in the allow list.