你好, 前往 Kraftland 的建造者. 为启用账户白名单和允许第三方登录玩家, Kraftland 已启用了新的账户验证服务器. 自从 2024 年 8 月 15 日起, 所有登录需经过验证服务器的许可才能继续. 当前 Kraftland 支持使用正版账号, Xbox Live (Bedrock Edition), 独立账号登入. 若要继续在服务器上游玩, 需要前往 Drasl 验证服务器 进行注册或绑定.

账号迁移

正版玩家

  1. 打开 Drasl 验证服务器, 轻点 Register.
  2. Mojang Player Name 中输入正版账号的昵称, 轻点 Continue.
  3. 下载自动生成的皮肤, 将原账号皮肤备份下载后替换为自动生成的皮肤.
  4. 输入验证服务器的账号名与密码, 轻点 Register.

基岩版玩家

应无需任何操作.

请注意: 基岩版支持为实验性功能.

独立账号

请从管理员处取得一个邀请链接: Matrix / Mail.

  1. 打开邀请链接
  2. 输入账户名与密码
  3. 轻触 Register
  4. 如有皮肤, 请在页面上传并保存更改

皮肤加载

正版玩家需要使用 CustomSkinLoader

  1. 请在加载模组后启动一次 Minecraft
  2. 导航至 .minecraft/CustomSkinLoader
  3. CustomSkinLoader.json 替换为如下内容:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"version": "14.20",
"buildNumber": 27,
"loadlist": [
{
"name": "Mojang",
"type": "MojangAPI",
"apiRoot": "https://api.mojang.com/",
"sessionRoot": "https://sessionserver.mojang.com/"
},
{
"name": "Drasl",
"type": "MojangAPI",
"apiRoot": "https://auth.kimiblock.top/account/",
"sessionRoot": "https://auth.kimiblock.top/session/"
}
],
"enableDynamicSkull": true,
"enableTransparentSkin": true,
"forceLoadAllTextures": true,
"enableCape": true,
"threadPoolSize": 8,
"enableLogStdOut": false,
"cacheExpiry": 30,
"forceUpdateSkull": false,
"enableLocalProfileCache": false,
"enableCacheAutoClean": false,
"forceDisableCache": false
}

账号登录

不同于正版玩家, 独立账号需要配置 authlib-injector

HMCL

  1. 进入账户列表, 添加认证服务器: https://auth.kimiblock.top/authlib-injector
  2. 在侧边栏中选择 The moeOS authentication server, 输入用户名与密码并登录
  3. 选中角色

其它启动器

  • 若启动器使用 authlib-injector, 则将验证服务器设为 https://auth.kimiblock.top/authlib-injector
  • 若启动器使用 authlib-injector 之外的方案支持第三方登录, 请参考如下条目
    • Authentication Server: https://auth.kimiblock.top/auth
    • Account Server: https://auth.kimiblock.top/account
    • Session Server: https://auth.kimiblock.top/session
    • Services Server: https://auth.kimiblock.top/services