@minecraft
原文
参与翻译
正在准备搜索索引...
server-admin
AllowListEntry
接口 AllowListEntry
Represents an entry to use in the allow list.
interface
AllowListEntry
{
name
?:
string
;
xuid
?:
string
;
}
索引
属性
name?
xuid?
属性
可选
name
name
?:
string
备注
The player's name.
可选
xuid
xuid
?:
string
备注
The player's xuid.
显示设置
成员可见性
受保护
继承
外部
世界修改
配色
自动
浅色
深色
目录
属性
name
xuid
原文
参与翻译
@minecraft
加载中……
Represents an entry to use in the allow list.