语言与货币

货币

Minecraft: 你的游戏,你的服务器

6,96
AUD /月
8,19
BGN /月
25,50
BRL /月
6,76
CAD /月
3,81
CHF /月
33,92
CNY /月
101,58
CZK /月
31,31
DKK /月
4,19
EUR /月
3,67
GBP /月
38,70
HKD /月
31,58
HRK /月
1.578,08
HUF /月
83.103,20
IDR /月
15,55
ILS /月
450,51
INR /月
601,27
ISK /月
771,50
JPY /月
7.132,43
KRW /月
85,14
MXN /月
19,25
MYR /月
46,96
NOK /月
8,27
NZD /月
285,32
PHP /月
17,70
PLN /月
21,35
RON /月
491,07
RUB /月
44,68
SEK /月
6,26
SGD /月
153,76
THB /月
217,44
TRY /月
4,95
USD /月
78,85
ZAR /月
12,70
date /月

限制服务器访问(Minecraft 基岩版)

首先需要打开你的服务器,才能修改相关设置。
只需在我们网站的服务器概览中点击你的服务器名称即可。

重要:你需要想要加入允许列表(Allowlist)的玩家的 XUID。
你可以在此处获取: https://cxkes.me/xbox/xuid .
你也可以在服务器的日志文件中找到 XUID。

基础模式

在“基础模式”中,将玩家的 XUID 填入 允许列表设置(Allowlist Einstellungen)
然后通过 white list(Aktivierung) 启用允许列表。开关应显示为绿色。
接着点击 保存(Speichern) 并重启服务器。

高级模式

在“高级模式”中,将玩家的 XUID 写入 allowlist.json
默认情况下内容如下:

    [
    {"ignoresPlayerLimit":false,"name":"allowlist1","xuid":""},
    {"ignoresPlayerLimit":false,"name":"allowlist2","xuid":""},
    {"ignoresPlayerLimit":false,"name":"allowlist3","xuid":""},
    {"ignoresPlayerLimit":false,"name":"allowlist4","xuid":""},
    {"ignoresPlayerLimit":false,"name":"allowlist5","xuid":""}
    ]

将 XUID 填入空的引号 "" 中,
例如如下所示:

    [
        {"ignoresPlayerLimit":false,"name":"allowlist1","xuid":"2533274892844824"},
        {"ignoresPlayerLimit":false,"name":"allowlist2","xuid":"2533275007870144"}
    ]

然后点击 保存(Speichern)
接着打开 server.properties
将以下行 allow-list=false 修改为 allow-list=true
最后点击 保存(Speichern) 并重启服务器。