Script API - v26.50.20
Preparing search index...
Donate
@minecraft/server-admin
AllowListEntry
Interface AllowListEntry
Represents an entry to use in the allow list.
interface
AllowListEntry
{
name
?:
string
;
xuid
?:
string
;
}
Index
Properties
name?
xuid?
Properties
Optional
name
name
?:
string
Remarks
The player's name.
Optional
xuid
xuid
?:
string
Remarks
The player's xuid.
Settings
Member Visibility
External
Inherited
Private
Protected
Deprecated
Beta
Write Privilege
World Ready
Theme
OS
Light
Dark
On This Page
Properties
name
xuid
Script API - v26.50.20
Loading...
Represents an entry to use in the allow list.