automa/minecraft/configs/whitelist.json

17 lines
611 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[
// whitelist.json 文件白名单玩家列表JSON 数组)。
// 每个对象包含 uuid 和 name。
// 原文件中的具体玩家信息已移除,改为示例占位符。
// 用户需自行添加真实 UUID从 mcuuid.net 等工具获取)和玩家名。
// 如果不启用白名单,此文件可选。
// 示例:
{
"uuid": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"name": "example_player1"
},
{
"uuid": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"name": "example_player2"
}
// 添加更多玩家时,复制以上格式,最后一个对象后无逗号。
]